aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/upstream.cmdline
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: remove sysctl/cmdline filesDmitry Vyukov2020-11-301-18/+0
| | | | Sysctl's are now setup in executor and cmdline is part of configs.
* dashboard/config/linux: specify LSM in configsDmitry Vyukov2020-10-211-0/+18
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