| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Regenerate the configs using the latest mainline, linux-next and stable
versions.
|
| |
|
|
|
|
|
| |
High values of CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY cause
significant slowdown (see issue #2892). Reduce the value.
Fixes #2892
|
| | |
|
| |
|
|
|
|
| |
Add config fragments for Landlock LSM.
Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Next change will make fewer configs enabled implicitly,
so make more configs explicit in preparation.
Update #2171
|
| |
|
|
|
|
|
| |
Resolve all TODOs that were left during the switch
from old to new configs to minimize diffs.
Update #2171
|
|
|
Add config fragments for the new config generation system.
Update #2171
|