aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
AgeCommit message (Expand)Author
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-07apparmor: Fix memory leak of profile proxyJohn Johansen
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen
2020-01-21apparmor: fix nnp subset test for unconfinedJohn Johansen
2020-01-18apparmor: add a valid state flags checkJohn Johansen
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen
2019-06-20apparmor: increase left match history buffer sizeJohn Johansen
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior
2019-06-18apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-22apparmor: Adjust offset when accessing task blob.Tetsuo Handa
2019-01-10LSM: generalize flag passing to security_capableMicah Morton
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-08Infrastructure management of the cred security blobCasey Schaufler
2019-01-08AppArmor: Abstract use of cred security blobCasey Schaufler
2018-10-03apparmor: Parse secmark policyMatthew Garrett
2018-10-03apparmor: Add a wildcard secidMatthew Garrett
2018-09-13apparmor: don't try to replace stale label in ptrace access checkJann Horn
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks
2018-06-07apparmor: fixup secid map conversion to using IDRJohn Johansen
2018-06-07apparmor: Add support for audit rule filteringMatthew Garrett
2018-06-07apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen
2018-05-02apparmor: add support for mapping secids and using secctxesJohn Johansen
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-28macro: introduce COUNT_ARGS() macroAlexei Starovoitov
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn 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: dfa add support for state differential encodingJohn Johansen
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen
2018-02-09apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen
2018-02-09apparmor: move task domain change info to task securityJohn Johansen
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen
2018-02-09apparmor: audit unknown signal numbersJohn Johansen
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen
2018-02-09apparmor: add first substr match to dfaJohn Johansen
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen