coreos-kernel: disable audit logging

We don't currently ship auditd so loads of junk gets dumped to dmesg.
This commit is contained in:
Michael Marineau 2015-07-22 15:58:18 -07:00
parent 544aa7edf7
commit 98d75649dc

View File

@ -97,7 +97,7 @@ CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE="init=/usr/lib/systemd/systemd rootflags=rw mount.usrflags=ro"
CONFIG_CMDLINE="init=/usr/lib/systemd/systemd rootflags=rw mount.usrflags=ro audit=0"
CONFIG_HIBERNATION=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set