summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-11-09 17:38:15 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-11-09 17:38:15 +0000
commitf62e52fe8e719b0756dfe0c3bfd4743b7dabc1a2 (patch)
treefb62d0f3c67a6bf8b15ca15d2136bf11b266af4f
parent18389a3ea67c0844c0c76c14d4891baaf25c7a9e (diff)
parent4da956c60fe50e9e7b2f21252be07111d2674cfd (diff)
Merge "Smack: add audit when smack is active"
-rw-r--r--meta-app-framework/recipes-kernel/linux/linux-%.bbappend3
-rw-r--r--meta-app-framework/recipes-kernel/linux/linux/audit.cfg2
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-kernel/linux/linux-%.bbappend b/meta-app-framework/recipes-kernel/linux/linux-%.bbappend
new file mode 100644
index 0000000..02595ef
--- /dev/null
+++ b/meta-app-framework/recipes-kernel/linux/linux-%.bbappend
@@ -0,0 +1,3 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/linux:"
+SRC_URI_append_smack = " file://audit.cfg"
+
diff --git a/meta-app-framework/recipes-kernel/linux/linux/audit.cfg b/meta-app-framework/recipes-kernel/linux/linux/audit.cfg
new file mode 100644
index 0000000..214dbe3
--- /dev/null
+++ b/meta-app-framework/recipes-kernel/linux/linux/audit.cfg
@@ -0,0 +1,2 @@
+CONFIG_AUDIT=y
+CONFIG_AUDITSYSCALL=y