aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_tree.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* new helper: iterate_mounts()Al Viro2010-03-031-33/+16
* New helper: path_is_under(path1, path2)Al Viro2010-03-031-39/+12
* fix more leaks in audit_tree.c tag_chunk()Al Viro2009-12-191-3/+6
* fix braindamage in audit_tree.c untag_chunk()Al Viro2009-12-191-2/+2
* Fix rule eviction order for AUDIT_DIRAl Viro2009-06-241-5/+51
* Audit: clean up all op= output to include string quotingEric Paris2009-06-241-6/+4
* Switch collect_mounts() to struct pathAl Viro2009-06-111-3/+3
* No need for crossing to mountpoint in audit_tag_tree()Al Viro2009-04-201-3/+0
* audit: incorrect ref counting in audit tree tag_chunkEric Paris2009-04-051-0/+2
* audit: validate comparison operations, store them in sane formAl Viro2009-01-041-1/+1
* audit rules ordering, part 2Al Viro2009-01-041-0/+1
* Fix inotify watch removal/umount racesAl Viro2008-11-151-37/+54
* [PATCH] get rid of nameidata in audit_treeAl Viro2008-10-231-24/+24
* [PATCH] list_for_each_rcu must die: auditPaul E. McKenney2008-05-171-3/+2
* Introduce path_put()Jan Blunck2008-02-141-6/+6
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-141-8/+8
* [PATCH] audit: watching subtreesAl Viro2007-10-211-0/+903