summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorLines
2022-07-19apparmor: move ptrace mediation to more logical task.{h,c}John Johansen-18/+18
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen-0/+3
2022-07-19apparmor: allow label to carry debug flagsJohn Johansen-2/+10
2022-07-19apparmor: fix overlapping attachment computationJohn Johansen-1/+1
2022-07-13apparmor: disable showing the mode as part of a secid to secctxJohn Johansen-0/+3
2022-07-13apparmor: Convert secid mapping to XArrays instead of IDRMatthew Wilcox-2/+0
2022-07-13apparmor: add a kernel label to use on kernel objectsJohn Johansen-0/+1
2022-07-09apparmor: make export of raw binary profile to userspace optionalJohn Johansen-0/+15
2022-07-09apparmor: fix absroot causing audited secids to begin with =John Johansen-0/+5
2021-11-11Merge tag 'apparmor-pr-2021-11-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+13
2021-11-03apparmor: fix zero-length compiler warning in AA_BUG()John Johansen-1/+6
2021-11-03apparmor: Remove the repeated declarationShaokun Zhang-4/+0
2021-11-03apparmor: avoid -Wempty-body warningArnd Bergmann-1/+1
2021-02-07security: apparmor: file.h: delete duplicated wordRandy Dunlap-1/+1
2021-02-07apparmor: update policy capable checks to use a labelJohn Johansen-2/+5
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+13
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen-0/+1
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman-1/+1
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen-1/+8
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen-0/+1
2020-01-18apparmor: add a valid state flags checkJohn Johansen-0/+4
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-51/+13
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen-2/+3
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen-2/+1
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior-47/+2
2019-06-18apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen-1/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-115/+23
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson-1/+8
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+1
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs-2/+1
2019-01-22apparmor: Adjust offset when accessing task blob.Tetsuo Handa-1/+1
2019-01-10LSM: generalize flag passing to security_capableMicah Morton-1/+1
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler-14/+4
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler-1/+4
2019-01-08Infrastructure management of the cred security blobCasey Schaufler-2/+6
2019-01-08AppArmor: Abstract use of cred security blobCasey Schaufler-1/+15
2018-10-03apparmor: Parse secmark policyMatthew Garrett-0/+13
2018-10-03apparmor: Add a wildcard secidMatthew Garrett-0/+3
2018-09-13apparmor: don't try to replace stale label in ptrace access checkJann Horn-0/+2
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks-1/+2
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen-1/+3
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett-0/+6
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen-17/+16
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen-4/+13
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-77/+299
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov-6/+1
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen-11/+1
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen-3/+128