summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)Author
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen
2017-06-10apparmor: move ptrace checks to using labelsJohn Johansen
2017-06-10apparmor: add cross check permission helper macrosJohn Johansen
2017-06-10apparmor: move resource checks to using labelsJohn Johansen
2017-06-10apparmor: move capability checks to using labelsJohn Johansen
2017-06-10apparmor: update query interface to support label queriesJohn Johansen
2017-06-10apparmor: switch getprocattr to using label_print fns()John Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: add the base fns() for domain labelsJohn Johansen
2017-06-10apparmor: revalidate files during execJohn Johansen
2017-06-10apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen
2017-06-10apparmor: convert aa_change_XXX bool parameters to flagsJohn Johansen
2017-06-10apparmor: cleanup remove unused and not fully implemented profile renameJohn Johansen
2017-06-10apparmor: refactor updating profiles to the newest parentJohn Johansen
2017-06-10apparmor: share profile name on replacementJohn Johansen
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen
2017-06-10apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen
2017-06-10apparmor: fix display of ns nameJohn Johansen
2017-06-10apparmor: fix apparmor_query dataJohn Johansen
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen
2017-06-10apparmor: add namespace lookup fns()John Johansen
2017-06-10apparmor: cleanup __find_child()John Johansen
2017-06-10apparmor: provide information about path buffer size at bootJohn Johansen
2017-06-10apparmor: add profile permission query abilityJohn Johansen
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen
2017-06-10apparmor: add fn to test if profile supports a given mediation classJohn Johansen
2017-06-10apparmor: speed up transactional queriesJohn Johansen
2017-06-10apparmor: add label data availability to the feature setJohn Johansen
2017-06-10apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen
2017-06-10apparmor: add policy revision file interfaceJohn Johansen
2017-06-10apparmor: provide finer control over policy managementJohn Johansen
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen
2017-06-08apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen
2017-06-08apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen
2017-06-08apparmor: use macro template to simplify namespace seq_filesJohn Johansen
2017-06-08apparmor: use macro template to simplify profile seq_filesJohn Johansen
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen
2017-06-08apparmor: Move path lookup to using preallocated buffersJohn Johansen
2017-06-08apparmor: allow profiles to provide info to disconnected pathsJohn Johansen
2017-06-08apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen
2017-06-08apparmor: move file context into file.hJohn Johansen
2017-06-08security/apparmor: Use POSIX-compatible "printf '%s'"Thomas Schneider