aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/smack.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: enable LandlockMickaël Salaün2021-03-191-1/+1
| | | | | | Add config fragments for Landlock LSM. Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
* dashboard/config/linux: add arm64/mte configDmitry Vyukov2021-01-121-1/+1
| | | | | Config with KASAN_HW_TAGS. Can be used with qemu -machine virt,mte=on.
* dashboard/config/linux: specify LSM in configsDmitry Vyukov2020-10-211-0/+11
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