summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-09 10:43:55 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-01-09 10:43:55 +0200
commit94f7b9911d40d2b4c989d92cdacec1d12589e8c5 (patch)
treef72ca4ec2a7c06db0cd234afb291c1e78c81b490
parent27719023607a567dc0613af07301d70a1ccbf8ff (diff)
audit.conf: add config fragment to enable audit
The purpose of the config fragment is to enable the audit feature testing on ARMv8. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--linaro/configs/audit.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/linaro/configs/audit.conf b/linaro/configs/audit.conf
new file mode 100644
index 00000000000..e0c6638e923
--- /dev/null
+++ b/linaro/configs/audit.conf
@@ -0,0 +1,10 @@
+CONFIG_AUDIT=y
+CONFIG_HAVE_ARCH_AUDITSYSCALL=y
+CONFIG_AUDITSYSCALL=y
+CONFIG_AUDIT_WATCH=y
+CONFIG_AUDIT_TREE=y
+CONFIG_INTEGRITY_AUDIT=y
+CONFIG_IMA=y
+CONFIG_EVM=y
+CONFIG_AUDIT_GENERIC=y
+CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y \ No newline at end of file