]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ee94589abebbec7e5ff3ec3b6ca7813e32dc4b0
tree41b7e6b16956c4e9d8fca2882450d2ed0bdb6590
parent244c579ee21161f3705e1f5aabdb4990e132ebec
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