summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix a memleak in free_ruleset()Gaosheng Cui2022-10-251-0/+1
* apparmor: Fix loading of child before parentJohn Johansen2022-10-251-9/+78
* apparmor: refactor code that alloc null profilesJohn Johansen2022-10-241-15/+32
* apparmor: rework profile->rules to be a listJohn Johansen2022-10-031-3/+34
* apparmor: refactor profile rules and attachmentsJohn Johansen2022-10-031-15/+29
* apparmor: add user mode flagJohn Johansen2022-10-031-0/+1
* apparmor: add mediation class information to auditingJohn Johansen2022-10-031-1/+1
* apparmor: convert xmatch to using the new shared policydb structJohn Johansen2022-10-031-2/+1
* apparmor: combine file_rules and aa_policydb into a single shared structJohn Johansen2022-10-031-3/+2
* apparmor: compute policydb permission on profile loadJohn Johansen2022-10-031-1/+1
* apparmor: compute xmatch permissions on profile loadMike Salvatore2022-10-031-0/+1
* apparmor: fix lockdep warning when removing a namespaceJohn Johansen2022-10-031-1/+1
* apparmor: make export of raw binary profile to userspace optionalJohn Johansen2022-07-091-14/+19
* apparmor: Fix kernel-docYang Li2022-07-091-1/+1
* Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-111-11/+51
|\
| * apparmor: Use struct_size() helper in kzalloc()Gustavo A. R. Silva2021-11-031-2/+1
| * apparmor: Fix internal policy capable check for policy managementJohn Johansen2021-11-011-1/+1
| * apparmor: switch to apparmor to internal capable check for policy managementJohn Johansen2021-02-071-1/+17
| * apparmor: update policy capable checks to use a labelJohn Johansen2021-02-071-8/+33
* | mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-12/+12
* | apparmor: Fix memory leak of profile proxyJohn Johansen2020-06-071-0/+1
|/
* apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-041-2/+2
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-2/+3
|\
| * apparmor: fix spelling mistake "immutible" -> "immutable"Colin Ian King2019-04-171-1/+1
| * apparmor: fix blob compression when ns is forced on a policy loadJohn Johansen2019-04-111-1/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1
|/
* apparmor: fix checkpatch error in Parse secmark policyJohn Johansen2018-11-011-1/+1
* apparmor: Parse secmark policyMatthew Garrett2018-10-031-0/+3
* apparmor: fix memory leak when deduping profile loadJohn Johansen2018-06-071-0/+3
* apparmor: fix typo "preconfinement"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: add support for mapping secids and using secctxesJohn Johansen2018-05-021-1/+1
* apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-091-5/+1
* apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-091-0/+8
* apparmor: move context.h to cred.hJohn Johansen2018-02-091-1/+1
* apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen2018-02-091-2/+3
* apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen2018-02-091-1/+1
* apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-211-4/+4
* apparmor: fix leak of null profile name if profile allocation failsJohn Johansen2017-11-211-1/+2
* apparmor: fix race condition in null profile creationJohn Johansen2017-09-221-3/+11
* apparmor: move new_null_profile to after profile lookup fns()John Johansen2017-09-221-79/+79
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-101-118/+90
* apparmor: cleanup remove unused and not fully implemented profile renameJohn Johansen2017-06-101-37/+2
* apparmor: refactor updating profiles to the newest parentJohn Johansen2017-06-101-4/+31
* apparmor: share profile name on replacementJohn Johansen2017-06-101-0/+9
* apparmor: fix policy load/remove semanticsJohn Johansen2017-06-101-11/+11
* apparmor: add namespace lookup fns()John Johansen2017-06-101-4/+6
* apparmor: cleanup __find_child()John Johansen2017-06-101-8/+8
* apparmor: provide finer control over policy managementJohn Johansen2017-06-101-13/+22
* apparmor: rename apparmor file fns and data to indicate useJohn Johansen2017-06-081-3/+3
* apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-081-1/+45