aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/path.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2013-04-28apparmor: fix error code to failure message mapping for name lookupJohn Johansen1-1/+1
2012-05-18apparmor: fix long path failure due to disconnected pathJohn Johansen1-0/+2
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen1-4/+18
2012-03-14AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen1-10/+6
2012-03-14AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen1-6/+9
2012-03-14AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen1-1/+1
2012-02-27AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen1-3/+2
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro1-1/+0
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-27/+38
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+0
2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringJohn Johansen1-27/+11
2010-08-18apparmor: use task path helpersNick Piggin1-7/+2
2010-08-02AppArmor: misc. base functions and definesJohn Johansen1-0/+235