aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/lsm.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: regenerate Linux configsAleksandr Nogikh2024-08-291-0/+3
| | | | | Regenerate the configs using the latest mainline, linux-next and stable versions.
* dashboard/config/linux: reduce tomoyo learning quotaDmitry Vyukov2021-12-141-1/+2
| | | | | | | High values of CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY cause significant slowdown (see issue #2892). Reduce the value. Fixes #2892
* dashboard/config/linux: update to v5.13Dmitry Vyukov2021-05-121-1/+1
|
* dashboard/config/linux: enable LandlockMickaël Salaün2021-03-191-0/+1
| | | | | | Add config fragments for Landlock LSM. Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
* dashboard/config/linux: add riscv64 configDmitry Vyukov2020-12-251-0/+2
|
* dashboard/config/linux: specify LSM in configsDmitry Vyukov2020-10-211-14/+0
| | | | | | | | | | | | | | | | | 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
* dashboard/config/linux: set more configs explicitlyDmitry Vyukov2020-10-211-0/+5
| | | | | | | Next change will make fewer configs enabled implicitly, so make more configs explicit in preparation. Update #2171
* dashboard/config/linux: resolve TODOsDmitry Vyukov2020-10-211-2/+0
| | | | | | | Resolve all TODOs that were left during the switch from old to new configs to minimize diffs. Update #2171
* dashboard/config/linux: add config fragmentsDmitry Vyukov2020-10-211-0/+45
Add config fragments for the new config generation system. Update #2171