Revision 3e2efce067cec0099f99ae59f28feda99b02b498 authored by Amy Griffis on 13 July 2006, 17:16:02 UTC, committed by Al Viro on 03 August 2006, 14:50:21 UTC
When the specified path is an existing file or when it is a symlink, audit
collects the wrong inode number, which causes it to miss the open() event.
Adding a second hook to the open() path fixes this.

Also add audit_copy_inode() to consolidate some code.

Signed-off-by: Amy Griffis <amy.griffis@hp.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
1 parent 46f5960
History
File Mode Size
keys
selinux
Kconfig -rw-r--r-- 3.5 KB
Makefile -rw-r--r-- 599 bytes
capability.c -rw-r--r-- 2.8 KB
commoncap.c -rw-r--r-- 9.4 KB
dummy.c -rw-r--r-- 24.7 KB
inode.c -rw-r--r-- 9.2 KB
root_plug.c -rw-r--r-- 3.9 KB
seclvl.c -rw-r--r-- 17.1 KB
security.c -rw-r--r-- 5.4 KB

back to top