aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorFilesLines
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/jm...Linus Torvalds3-6/+4
2013-10-29apparmor: remove parent task info from audit loggingJohn Johansen1-1/+0
2013-10-29apparmor: fix capability to not use the current task, during reportingJohn Johansen2-5/+4
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen1-1/+3
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen3-0/+38
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen1-0/+4
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen2-0/+3
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen3-3/+57
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen2-3/+10
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen1-0/+1
2013-08-14apparmor: rework namespace free pathJohn Johansen1-8/+4
2013-08-14apparmor: update how unconfined is handledJohn Johansen1-41/+39
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen2-30/+63
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen2-3/+48
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen1-1/+13
2013-04-28apparmor: localize getting the security context to a few macrosJohn Johansen1-2/+5
2013-04-28apparmor: fix sparse warningsJohn Johansen1-7/+7
2013-04-28apparmor: remove sid from profilesJohn Johansen2-3/+5
2013-04-28apparmor: move perm defines into policy_unpackJohn Johansen1-2/+0
2013-04-28apparmor: misc cleanup of matchJohn Johansen1-6/+13
2013-04-28apparmor: remove "permipc" commandJohn Johansen1-1/+0
2013-04-28apparmor: use common fn to clear task_context for domain transitionsJohn Johansen1-0/+13
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen1-1/+11
2013-04-28apparmor: add utility function to get an arbitrary tasks profile.John Johansen1-16/+25
2013-04-28apparmor: refactor profile mode macrosJohn Johansen1-6/+6
2012-09-21userns: Convert apparmor to use kuid and kgid where appropriateEric W. Biederman2-3/+3
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris1-0/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-1/+27
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt2-3/+3
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen2-0/+26
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen1-1/+2