|
|
We used command line arguments to select LSM beause
we did not have a good way to manage lots of configs.
The problem is that command line arguments are not
captures/provided with bug reports, so the configs
we provided could not reproduce the bug for developers.
We also had to duplicate .cmdline files 3 times.
Now that we have a good way to manager lots of configs,
embed LSM into the config.
Now that we have 3 configs also switch apparmor and smack
to SLUB. SLUB is the default for a very long time.
Leave SLAB only on selinux.
Update #2171
|