summaryrefslogtreecommitdiffstats
path: root/security/apparmor/path.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* apparmor: Move path lookup to using preallocated buffersJohn Johansen2017-06-081-75/+39Star
* apparmor: allow profiles to provide info to disconnected pathsJohn Johansen2017-06-081-12/+22
* apparmor: internal paths should be treated as disconnectedJohn Johansen2016-07-121-28/+36
* apparmor: fix disconnected bind mnts reconnectionJohn Johansen2016-07-121-1/+4
* [apparmor] constify struct path * in a bunch of helpersAl Viro2016-03-281-4/+4
* Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells2015-02-221-1/+1
* apparmor: fix error code to failure message mapping for name lookupJohn Johansen2013-04-281-1/+1
* apparmor: fix long path failure due to disconnected pathJohn Johansen2012-05-181-0/+2
* AppArmor: Move path failure information into aa_get_name and renameJohn Johansen2012-03-141-4/+18
* AppArmor: Minor cleanup of d_namespace_path to consolidate error handlingJohn Johansen2012-03-141-10/+6Star
* AppArmor: Retrieve the dentry_path for error reporting when path lookup failsJohn Johansen2012-03-141-6/+9
* AppArmor: Fix error returned when a path lookup is disconnectedJohn Johansen2012-03-141-1/+1
* AppArmor: Fix the error case for chroot relative path name lookupJohn Johansen2012-02-271-3/+2Star
* btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-041-1/+0Star
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-071-27/+38
* fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-261-2/+0Star
* AppArmor: Drop hack to remove appended " (deleted)" stringJohn Johansen2010-09-081-27/+11Star
* apparmor: use task path helpersNick Piggin2010-08-181-7/+2Star
* AppArmor: misc. base functions and definesJohn Johansen2010-08-021-0/+235