aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-09 10:43:55 +0200
committerAnders Roxell <anders.roxell@linaro.org>2016-07-13 14:54:14 +0200
commite3336ed32b64db64d83cd148009ef40990366bb8 (patch)
tree72e223eb4bcd0e86529e15765816d7a6cbf8f569
parentf39a63cadb176b5b5c0ba9ebbf68fe3aa6e9ae3e (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 000000000000..e0c6638e923e
--- /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