Age | Commit message (Expand) | Author | Files | Lines |
2022-07-19 | apparmor: move ptrace mediation to more logical task.{h,c} | John Johansen | 2 | -18/+18 |
2022-07-19 | apparmor: extend policydb permission set by making use of the xbits | John Johansen | 1 | -0/+3 |
2022-07-19 | apparmor: allow label to carry debug flags | John Johansen | 4 | -2/+10 |
2022-07-19 | apparmor: fix overlapping attachment computation | John Johansen | 1 | -1/+1 |
2022-07-13 | apparmor: disable showing the mode as part of a secid to secctx | John Johansen | 1 | -0/+3 |
2022-07-13 | apparmor: Convert secid mapping to XArrays instead of IDR | Matthew Wilcox | 1 | -2/+0 |
2022-07-13 | apparmor: add a kernel label to use on kernel objects | John Johansen | 1 | -0/+1 |
2022-07-09 | apparmor: make export of raw binary profile to userspace optional | John Johansen | 2 | -0/+15 |
2022-07-09 | apparmor: fix absroot causing audited secids to begin with = | John Johansen | 1 | -0/+5 |
2021-11-11 | Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -9/+13 |
2021-11-03 | apparmor: fix zero-length compiler warning in AA_BUG() | John Johansen | 1 | -1/+6 |
2021-11-03 | apparmor: Remove the repeated declaration | Shaokun Zhang | 1 | -4/+0 |
2021-11-03 | apparmor: avoid -Wempty-body warning | Arnd Bergmann | 1 | -1/+1 |
2021-02-07 | security: apparmor: file.h: delete duplicated word | Randy Dunlap | 1 | -1/+1 |
2021-02-07 | apparmor: update policy capable checks to use a label | John Johansen | 2 | -2/+5 |
2020-12-03 | security: add const qualifier to struct sock in various places | Florian Westphal | 1 | -1/+1 |
2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 1 | -1/+1 |
2020-06-07 | Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+13 |
2020-06-07 | apparmor: Fix memory leak of profile proxy | John Johansen | 1 | -0/+1 |
2020-05-20 | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 1 | -1/+1 |
2020-01-21 | apparmor: add outofband transition and use it in xattr match | John Johansen | 1 | -1/+8 |
2020-01-21 | apparmor: fix nnp subset test for unconfined | John Johansen | 1 | -0/+1 |
2020-01-18 | apparmor: add a valid state flags check | John Johansen | 1 | -0/+4 |
2019-12-03 | Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -51/+13 |
2019-11-22 | apparmor: make it so work buffers can be allocated from atomic context | John Johansen | 2 | -2/+3 |
2019-06-20 | apparmor: increase left match history buffer size | John Johansen | 1 | -2/+1 |
2019-06-20 | apparmor: Use a memory pool instead per-CPU caches | Sebastian Andrzej Siewior | 1 | -47/+2 |
2019-06-18 | apparmor: fix PROFILE_MEDIATES for untrusted input | John Johansen | 1 | -1/+10 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 23 | -115/+23 |
2019-04-11 | apparmor: Initial implementation of raw policy blob compression | Chris Coulson | 2 | -1/+8 |
2019-03-07 | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2019-01-31 | audit: remove unused actx param from audit_rule_match | Richard Guy Briggs | 1 | -2/+1 |
2019-01-22 | apparmor: Adjust offset when accessing task blob. | Tetsuo Handa | 1 | -1/+1 |
2019-01-10 | LSM: generalize flag passing to security_capable | Micah Morton | 1 | -1/+1 |
2019-01-08 | LSM: Infrastructure management of the task security | Casey Schaufler | 1 | -14/+4 |
2019-01-08 | LSM: Infrastructure management of the file security | Casey Schaufler | 1 | -1/+4 |
2019-01-08 | Infrastructure management of the cred security blob | Casey Schaufler | 2 | -2/+6 |
2019-01-08 | AppArmor: Abstract use of cred security blob | Casey Schaufler | 1 | -1/+15 |
2018-10-03 | apparmor: Parse secmark policy | Matthew Garrett | 2 | -0/+13 |
2018-10-03 | apparmor: Add a wildcard secid | Matthew Garrett | 1 | -0/+3 |
2018-09-13 | apparmor: don't try to replace stale label in ptrace access check | Jann Horn | 1 | -0/+2 |
2018-07-19 | apparmor: Check buffer bounds when mapping permissions mask | Tyler Hicks | 1 | -1/+2 |
2018-06-07 | apparmor: fixup secid map conversion to using IDR | John Johansen | 1 | -1/+3 |
2018-06-07 | apparmor: Add support for audit rule filtering | Matthew Garrett | 1 | -0/+6 |
2018-06-07 | apparmor: improve get_buffers macro by using get_cpu_ptr | John Johansen | 1 | -17/+16 |
2018-05-02 | apparmor: add support for mapping secids and using secctxes | John Johansen | 2 | -4/+13 |
2018-04-13 | Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 11 | -77/+299 |
2018-03-28 | macro: introduce COUNT_ARGS() macro | Alexei Starovoitov | 1 | -6/+1 |
2018-03-13 | apparmor: remove POLICY_MEDIATES_SAFE | John Johansen | 1 | -11/+1 |
2018-03-13 | apparmor: add base infastructure for socket mediation | John Johansen | 5 | -3/+128 |