aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds14-344/+672
2017-01-16apparmor: fix restricted endian type warnings for dfa unpackJohn Johansen1-3/+3
2017-01-16apparmor: add per cpu work buffers to avoid allocating buffers at every hookJohn Johansen1-0/+53
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua1-0/+16
2017-01-16apparmor: convert change_profile to use fqname later to give better controlJohn Johansen1-2/+2
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen2-13/+32
2017-01-16apparmor: change op from int to const char *John Johansen3-60/+60
2017-01-16apparmor: rename context abreviation cxt to the more standard ctxJohn Johansen1-38/+40
2017-01-16apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen1-0/+6
2017-01-16apparmor: pass the subject profile into profile replace/removeJohn Johansen1-3/+4
2017-01-16apparmor: audit policy ns specified in policy loadJohn Johansen1-0/+1
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen4-3/+39
2017-01-16apparmor: add ns name to the audit data for policy loadsJohn Johansen1-0/+1
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen1-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_admin_capable()John Johansen1-1/+1
2017-01-16apparmor: add ns being viewed as a param to policy_view_capable()John Johansen2-1/+9
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen1-1/+1
2017-01-16apparmor: add special .null file used to "close" fds at execJohn Johansen2-0/+4
2017-01-16apparmor: add a default null dfaJohn Johansen1-0/+5
2017-01-16apparmor: add get_dfa() fnJohn Johansen1-0/+15
2017-01-16apparmor: name null-XXX profiles after the executableJohn Johansen1-1/+2
2017-01-16apparmor: pass gfp_t parameter into profile allocationJohn Johansen1-1/+1
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen2-2/+5
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen1-1/+1
2017-01-16apparmor: constify policy name and hnameJohn Johansen1-2/+2
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen1-2/+2
2017-01-16apparmor: rename mediated_filesystem() to path_mediated_fs()John Johansen1-1/+1
2017-01-16apparmor: add debug assert AA_BUG and Kconfig to control debug infoJohn Johansen1-1/+13
2017-01-16apparmor: add macro for bug asserts to check that a lock is heldJohn Johansen1-0/+11
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen1-2/+2
2017-01-16apparmor: add fn to lookup profiles by fqnameJohn Johansen2-5/+7
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen1-0/+2
2017-01-16apparmor: add strn version of aa_find_nsJohn Johansen1-3/+10
2017-01-16apparmor: add strn version of lookup_profile fnJohn Johansen1-0/+2
2017-01-16apparmor: rename replacedby to proxyJohn Johansen1-10/+10
2017-01-16apparmor: rename PFLAG_INVALID to PFLAG_STALEJohn Johansen2-4/+4
2017-01-16apparmor: rename sid to secidJohn Johansen1-9/+9
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen3-30/+29
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2-106/+143
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen2-13/+81
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen3-80/+97
2017-01-14locking/atomic, kref: Use kref_get_unless_zero() morePeter Zijlstra2-8/+2
2016-07-12apparmor: fix module parameters can be changed after policy is lockedJohn Johansen1-0/+2
2016-07-12apparmor: add missing id bounds check on dfa verificationJohn Johansen1-0/+1
2016-07-12apparmor: add parameter to control whether policy hashing is usedJohn Johansen1-0/+1
2016-03-28apparmor: constify aa_path_link()Al Viro1-1/+1
2016-03-27[apparmor] constify struct path * in a bunch of helpersAl Viro2-2/+2
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells1-2/+2
2014-05-06nick kvfree() from apparmorAl Viro1-1/+0
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-6/+4