commit | cb74ed278f8054fddf79ed930495b9e214f7c7b2 | [log] [tgz] |
---|---|---|
author | Paul Moore <pmoore@redhat.com> | Wed Jan 13 09:18:55 2016 -0500 |
committer | Paul Moore <paul@paul-moore.com> | Wed Jan 13 09:18:55 2016 -0500 |
tree | 41b7e6b16956c4e9d8fca2882450d2ed0bdb6590 | |
parent | 96368701e1c89057bbf39222e965161c68a85b4b [diff] |
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>