]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - init/Kconfig
audit: always enable syscall auditing when supported and audit is enabled
authorPaul Moore <pmoore@redhat.com>
Wed, 13 Jan 2016 14:18:55 +0000 (09:18 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 13 Jan 2016 14:18:55 +0000 (09:18 -0500)
commitcb74ed278f8054fddf79ed930495b9e214f7c7b2
tree41b7e6b16956c4e9d8fca2882450d2ed0bdb6590
parent96368701e1c89057bbf39222e965161c68a85b4b
audit: always enable syscall auditing when supported and audit is enabled

To the best of our knowledge, everyone who enables audit at compile
time also enables syscall auditing; this patch simplifies the Kconfig
menus by removing the option to disable syscall auditing when audit
is selected and the target arch supports it.

Signed-off-by: Paul Moore <pmoore@redhat.com>
init/Kconfig