summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorLines
2017-01-16apparmor: add ns name to the audit data for policy loadsJohn Johansen-0/+1
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()John Johansen-1/+9
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen-1/+1
2017-01-16apparmor: add special .null file used to "close" fds at execJohn Johansen-0/+4
2017-01-16apparmor: add a default null dfaJohn Johansen-0/+5
2017-01-16apparmor: add get_dfa() fnJohn Johansen-0/+15
2017-01-16apparmor: name null-XXX profiles after the executableJohn Johansen-1/+2
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen-1/+1
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen-2/+5
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen-1/+1
2017-01-16apparmor: constify policy name and hnameJohn Johansen-2/+2
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen-2/+2
2017-01-16apparmor: rename mediated_filesystem() to path_mediated_fs()John Johansen-1/+1
2017-01-16apparmor: add debug assert AA_BUG and Kconfig to control debug infoJohn Johansen-1/+13
2017-01-16apparmor: add macro for bug asserts to check that a lock is heldJohn Johansen-0/+11
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen-2/+2
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen-5/+7
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen-0/+2
2017-01-16apparmor: add strn version of aa_find_nsJohn Johansen-3/+10
2017-01-16apparmor: add strn version of lookup_profile fnJohn Johansen-0/+2
2017-01-16apparmor: rename replacedby to proxyJohn Johansen-10/+10
2017-01-16apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen-4/+4
2017-01-16apparmor: rename sid to secidJohn Johansen-9/+9
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen-30/+29
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen-106/+143
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen-13/+81
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen-80/+97
2017-01-14locking/atomic, kref: Use kref_get_unless_zero() morePeter Zijlstra-8/+2
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen-0/+2
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen-0/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen-0/+1
2016-03-28apparmor: constify aa_path_link()Al Viro-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro-2/+2
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells-2/+2
2014-05-06nick kvfree() from apparmorAl Viro-1/+0
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds-6/+4
2013-10-29apparmor: remove parent task info from audit loggingJohn Johansen-1/+0
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen-5/+4
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen-1/+3
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen-0/+38
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen-0/+4
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen-0/+3
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen-3/+57
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen-3/+10
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen-0/+1
2013-08-14apparmor: rework namespace free pathJohn Johansen-8/+4
2013-08-14apparmor: update how unconfined is handledJohn Johansen-41/+39
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen-30/+63