Re: [PATCH V6 3/4] audit: convert audit_exe to audit_fsnotify

2015-07-16 Thread Richard Guy Briggs
On 15/07/16, Paul Moore wrote: > On Tuesday, July 14, 2015 11:50:25 AM Richard Guy Briggs wrote: > > Instead of just hard coding the ino and dev of the executable we care > > about at the moment the rule is inserted into the kernel, use the new > > audit_fsnotify infrastructure. This means that if

Re: [PATCH V6 3/4] audit: convert audit_exe to audit_fsnotify

2015-07-16 Thread Paul Moore
On Tuesday, July 14, 2015 11:50:25 AM Richard Guy Briggs wrote: > Instead of just hard coding the ino and dev of the executable we care > about at the moment the rule is inserted into the kernel, use the new > audit_fsnotify infrastructure. This means that if the inode in question > is unlinked an

[PATCH V6 3/4] audit: convert audit_exe to audit_fsnotify

2015-07-14 Thread Richard Guy Briggs
Instead of just hard coding the ino and dev of the executable we care about at the moment the rule is inserted into the kernel, use the new audit_fsnotify infrastructure. This means that if the inode in question is unlinked and creat'd (aka updated) the rule will just continue to work. Signed-off