summaryrefslogtreecommitdiffstats
path: root/fragments/security
diff options
context:
space:
mode:
authorWynn Wolf Arbor2019-12-23 12:37:32 +0100
committerWynn Wolf Arbor2020-02-29 18:50:41 +0100
commit6390333332628437c142fb5e93b1b2f3aaa54b6c (patch)
tree9a97de265673065c91750a922fb3ec271014e375 /fragments/security
downloadkernfrag-6390333332628437c142fb5e93b1b2f3aaa54b6c.tar.gz
Initial import
Diffstat (limited to 'fragments/security')
-rw-r--r--fragments/security/audit4
-rw-r--r--fragments/security/cgroups7
-rw-r--r--fragments/security/namespaces5
3 files changed, 16 insertions, 0 deletions
diff --git a/fragments/security/audit b/fragments/security/audit
new file mode 100644
index 0000000..f594b65
--- /dev/null
+++ b/fragments/security/audit
@@ -0,0 +1,4 @@
+CONFIG_AUDIT=y
+CONFIG_AUDITSYSCALL=y
+CONFIG_AUDIT_WATCH=y
+CONFIG_AUDIT_TREE=y
diff --git a/fragments/security/cgroups b/fragments/security/cgroups
new file mode 100644
index 0000000..e3ed289
--- /dev/null
+++ b/fragments/security/cgroups
@@ -0,0 +1,7 @@
+CONFIG_CGROUPS=y
+CONFIG_CGROUP_CPUACCT=y
+CONFIG_CGROUP_PIDS=y
+CONFIG_CGROUP_SCHED=y
+CONFIG_MEMCG=y
+CONFIG_MEMCG_SWAP=y
+CONFIG_MEMCG_SWAP_ENABLED=y
diff --git a/fragments/security/namespaces b/fragments/security/namespaces
new file mode 100644
index 0000000..14935f8
--- /dev/null
+++ b/fragments/security/namespaces
@@ -0,0 +1,5 @@
+CONFIG_IPC_NS=y
+CONFIG_NET_NS=y
+CONFIG_PID_NS=y
+CONFIG_USER_NS=y
+CONFIG_UTS_NS=y