From 6390333332628437c142fb5e93b1b2f3aaa54b6c Mon Sep 17 00:00:00 2001 From: Wynn Wolf Arbor Date: Mon, 23 Dec 2019 12:37:32 +0100 Subject: Initial import --- fragments/security/audit | 4 ++++ fragments/security/cgroups | 7 +++++++ fragments/security/namespaces | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 fragments/security/audit create mode 100644 fragments/security/cgroups create mode 100644 fragments/security/namespaces (limited to 'fragments/security') 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 -- cgit v1.2.3-2-gb3c3