Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67640b60 authored by Eric Paris's avatar Eric Paris
Browse files

Audit: audit watches depend on fsnotify



CONFIG_AUDIT builds audit_watches which depend on fsnotify.  Make
CONFIG_AUDIT select fsnotify.

Reported-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 28a3a7eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ config TASK_IO_ACCOUNTING
config AUDIT
	bool "Auditing support"
	depends on NET
	select FSNOTIFY
	help
	  Enable auditing infrastructure that can be used with another
	  kernel subsystem, such as SELinux (which requires this for
@@ -320,8 +321,7 @@ config AUDITSYSCALL
	help
	  Enable low-overhead system-call auditing infrastructure that
	  can be used independently or with another kernel subsystem,
	  such as SELinux.  To use audit's filesystem watch feature, please
	  ensure that INOTIFY is configured.
	  such as SELinux.

config AUDIT_TREE
	def_bool y