summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* apparmor: rename hname_tail to basenameJohn Johansen2017-01-161-2/+2
* apparmor: rename mediated_filesystem() to path_mediated_fs()John Johansen2017-01-161-1/+1
* apparmor: add debug assert AA_BUG and Kconfig to control debug infoJohn Johansen2017-01-161-1/+13
* apparmor: add macro for bug asserts to check that a lock is heldJohn Johansen2017-01-161-0/+11
* apparmor: allow ns visibility question to consider subnsesJohn Johansen2017-01-161-2/+2
* apparmor: add fn to lookup profiles by fqnameJohn Johansen2017-01-162-5/+7
* apparmor: add lib fn to find the "split" for fqnamesJohn Johansen2017-01-161-0/+2
* apparmor: add strn version of aa_find_nsJohn Johansen2017-01-161-3/+10
* apparmor: add strn version of lookup_profile fnJohn Johansen2017-01-161-0/+2
* apparmor: rename replacedby to proxyJohn Johansen2017-01-161-10/+10
* apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen2017-01-162-4/+4
* apparmor: rename sid to secidJohn Johansen2017-01-161-9/+9
* apparmor: rename namespace to ns to improve code line lengthsJohn Johansen2017-01-163-30/+29
* apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2017-01-162-106/+143
* apparmor: split out shared policy_XXX fns to libJohn Johansen2017-01-162-13/+81
* apparmor: move lib definitions into separate lib includeJohn Johansen2017-01-163-80/+97
* apparmor: fix module parameters can be changed after policy is lockedJohn Johansen2016-07-121-0/+2
* apparmor: add missing id bounds check on dfa verificationJohn Johansen2016-07-121-0/+1
* apparmor: add parameter to control whether policy hashing is usedJohn Johansen2016-07-121-0/+1
* apparmor: constify aa_path_link()Al Viro2016-03-281-1/+1
* [apparmor] constify struct path * in a bunch of helpersAl Viro2016-03-272-2/+2
* Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2015-02-221-2/+2
* nick kvfree() from apparmorAl Viro2014-05-061-1/+0
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-213-6/+4
|\
| * apparmor: remove parent task info from audit loggingJohn Johansen2013-10-291-1/+0
| * apparmor: fix capability to not use the current task, during reportingJohn Johansen2013-10-292-5/+4
* | apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen2013-09-301-1/+3
|/
* apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen2013-08-143-0/+38
* apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen2013-08-141-0/+4
* apparmor: add an optional profile attachment string for profilesJohn Johansen2013-08-142-0/+3
* apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-143-3/+57
* apparmor: allow setting any profile into the unconfined stateJohn Johansen2013-08-142-3/+10
* apparmor: make free_profile available outside of policy.cJohn Johansen2013-08-141-0/+1
* apparmor: rework namespace free pathJohn Johansen2013-08-141-8/+4
* apparmor: update how unconfined is handledJohn Johansen2013-08-141-41/+39
* apparmor: change how profile replacement update is doneJohn Johansen2013-08-142-30/+63
* apparmor: convert profile lists to RCU based lockingJohn Johansen2013-08-142-3/+48
* apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-141-1/+13
* apparmor: localize getting the security context to a few macrosJohn Johansen2013-04-281-2/+5
* apparmor: fix sparse warningsJohn Johansen2013-04-281-7/+7
* apparmor: remove sid from profilesJohn Johansen2013-04-282-3/+5
* apparmor: move perm defines into policy_unpackJohn Johansen2013-04-281-2/+0
* apparmor: misc cleanup of matchJohn Johansen2013-04-281-6/+13
* apparmor: remove "permipc" commandJohn Johansen2013-04-281-1/+0
* apparmor: use common fn to clear task_context for domain transitionsJohn Johansen2013-04-281-0/+13
* apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen2013-04-281-1/+11
* apparmor: add utility function to get an arbitrary tasks profile.John Johansen2013-04-281-16/+25
* apparmor: refactor profile mode macrosJohn Johansen2013-04-281-6/+6
* userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2012-09-212-3/+3
* apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris2012-04-091-0/+1