commit | e9fd702a58c49dbb14481dca88dad44758da393a | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 20:12:04 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:16 2010 -0400 |
tree | c944771328e35ea36cf4e0e332b8402113878b3c | |
parent | ae7b8f4108bcffb42173f867ce845268c7202d48 [diff] |
audit: convert audit watches to use fsnotify instead of inotify Audit currently uses inotify to pin inodes in core and to detect when watched inodes are deleted or unmounted. This patch uses fsnotify instead of inotify. Signed-off-by: Eric Paris <eparis@redhat.com>