summaryrefslogtreecommitdiff
path: root/security/apparmor/policy.c
AgeCommit message (Expand)Author
2022-10-25apparmor: fix a memleak in free_ruleset()Gaosheng Cui
2022-10-25apparmor: Fix loading of child before parentJohn Johansen
2022-10-24apparmor: refactor code that alloc null profilesJohn Johansen
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen
2022-10-03apparmor: add user mode flagJohn Johansen
2022-10-03apparmor: add mediation class information to auditingJohn Johansen
2022-10-03apparmor: convert xmatch to using the new shared policydb structJohn Johansen
2022-10-03apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen
2022-10-03apparmor: compute xmatch permissions on profile loadMike Salvatore
2022-10-03apparmor: fix lockdep warning when removing a namespaceJohn Johansen
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen
2022-07-09apparmor: Fix kernel-docYang Li
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-03apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2021-11-01apparmor: Fix internal policy capable check for policy managementJohn Johansen
2021-02-07apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-04-17apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King
2019-04-11apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen
2018-11-01apparmor: fix checkpatch error in Parse secmark policyJohn Johansen
2018-10-03apparmor: Parse secmark policyMatthew Garrett
2018-06-07apparmor: fix memory leak when deduping profile loadJohn Johansen
2018-05-03apparmor: fix typo "preconfinement"Zygmunt Krynicki
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen
2017-11-21apparmor: fix leak of null profile name if profile allocation failsJohn Johansen
2017-09-22apparmor: fix race condition in null profile creationJohn Johansen
2017-09-22apparmor: move new_null_profile to after profile lookup fns()John Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn 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: 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 finer control over policy managementJohn Johansen
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen