aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/android-5.4.sysctl
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/linux: delete android sysctl/cmdlineDmitry Vyukov2021-10-191-19/+0
| | | | | | They are unused. Most of cmdline is in kernel CONFIG_CMDLINE. Most of sysctl is setup by executor.
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-131-0/+19
There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171