Closed teclator closed 2 years ago
:heavy_check_mark: Public Jenkins job #47 successfully finished :heavy_check_mark: Created OBS submit request #942731
:heavy_check_mark: Internal Jenkins job #40 successfully finished :heavy_check_mark: Created IBS submit request #261246
Problem
It has been requested to unify the Linux Security Module (LSM) selection during installation, allowing not only to select SELinux but also AppArmor or even none LSM major module at all.
Solution
In order to choose which LSM should be used by default we have added a new section
lsm
to the control file as well as we have added almost the same options to the security AutoYaST schema. The default LSM will be set by theselect
tag falling back to apparmor in case of missing.The configurable option is available in the
lsm
section but also per module. If the option is defined as false in the lsm section then the LSM configuration or dialog will not be exposed.The selectable options is only available per module and will omit the module from the select list during the installation.
See also
Screenshots