aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen1-1/+2
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen1-8/+21
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen1-0/+6
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen2-5/+6
2017-06-10apparmor: add cross check permission helper macrosJohn Johansen1-1/+41
2017-06-10apparmor: move resource checks to using labelsJohn Johansen1-2/+2
2017-06-10apparmor: move capability checks to using labelsJohn Johansen1-2/+4
2017-06-10apparmor: switch getprocattr to using label_print fns()John Johansen1-1/+1
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen6-166/+132
2017-06-10apparmor: add the base fns() for domain labelsJohn Johansen1-0/+441
2017-06-10apparmor: revalidate files during execJohn Johansen2-0/+3
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen1-5/+12
2017-06-10apparmor: convert aa_change_XXX bool parameters to flagsJohn Johansen2-8/+8
2017-06-10apparmor: share profile name on replacementJohn Johansen1-1/+31
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen1-23/+100
2017-06-10apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen1-2/+0
2017-06-10apparmor: add namespace lookup fns()John Johansen1-0/+13
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen2-22/+5
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen2-2/+36
2017-06-10apparmor: add fn to test if profile supports a given mediation classJohn Johansen1-0/+10
2017-06-10apparmor: add policy revision file interfaceJohn Johansen2-0/+3
2017-06-10apparmor: provide finer control over policy managementJohn Johansen1-2/+6
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen2-21/+53
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen3-19/+42
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen1-2/+2
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen3-31/+31
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen3-4/+72
2017-06-08apparmor: Move path lookup to using preallocated buffersJohn Johansen1-2/+2
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen2-1/+4
2017-06-08apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen1-0/+1
2017-06-08apparmor: move file context into file.hJohn Johansen2-32/+32
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-11/+0
2017-04-07apparmor: fix parameters so that the permission test is bypassed at bootJohn Johansen1-1/+1
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