summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:31:35 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:31:35 +0100
commit4af294dcacf6135f43a4f0069f7101eaccb6e37b (patch)
tree84b92ec8e293729dc52d54f6ef8f6330952401a8 /configs
parent99f3df19706e957bda83e73cdfded2449d181dab (diff)
downloadDistroKit-4af294dcacf6135f43a4f0069f7101eaccb6e37b.tar.gz
DistroKit-4af294dcacf6135f43a4f0069f7101eaccb6e37b.tar.xz
platform-rpi: kernel: disable audit
"reason" says: Auditing support is not needed on most embedded systems. Except INTEGRITY is enabled. We don't have INTEGRITY, so disable AUDIT as well. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-rpi/kernelconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index a42343e..69f2749 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -38,11 +38,8 @@ CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_USELIB is not set
-CONFIG_AUDIT=y
+# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
-CONFIG_AUDITSYSCALL=y
-CONFIG_AUDIT_WATCH=y
-CONFIG_AUDIT_TREE=y
#
# IRQ subsystem
@@ -3056,7 +3053,6 @@ CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_CRC8 is not set
-CONFIG_AUDIT_GENERIC=y
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_DECOMPRESS=y