summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-191-1/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0523-115/+23Star
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-2/+1Star
|\
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-011-2/+1Star
* | apparmor: Adjust offset when accessing task blob.Tetsuo Handa2019-01-221-1/+1
* | LSM: generalize flag passing to security_capableMicah Morton2019-01-101-1/+1
* | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-081-14/+4Star
* | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-081-1/+4
* | Infrastructure management of the cred security blobCasey Schaufler2019-01-082-2/+6
* | AppArmor: Abstract use of cred security blobCasey Schaufler2019-01-081-1/+15
|/
* apparmor: Parse secmark policyMatthew Garrett2018-10-032-0/+13
* apparmor: Add a wildcard secidMatthew Garrett2018-10-031-0/+3
* apparmor: don't try to replace stale label in ptrace access checkJann Horn2018-09-131-0/+2
* apparmor: Check buffer bounds when mapping permissions maskTyler Hicks2018-07-201-1/+2
* apparmor: fixup secid map conversion to using IDRJohn Johansen2018-06-071-1/+3
* apparmor: Add support for audit rule filteringMatthew Garrett2018-06-071-0/+6
* apparmor: improve get_buffers macro by using get_cpu_ptrJohn Johansen2018-06-071-17/+16Star
* apparmor: add support for mapping secids and using secctxesJohn Johansen2018-05-022-4/+13
* Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-1411-77/+299
|\
| * apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen2018-03-141-11/+1Star
| * apparmor: add base infastructure for socket mediationJohn Johansen2018-03-145-3/+128
| * apparmor: improve overlapping domain attachment resolutionJohn Johansen2018-02-091-0/+19
| * apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen2018-02-091-2/+0Star
| * apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett2018-02-091-0/+6
| * apparmor: dfa add support for state differential encodingJohn Johansen2018-02-091-0/+4
| * apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen2018-02-091-0/+4
| * apparmor: move context.h to cred.hJohn Johansen2018-02-091-0/+0
| * apparmor: move task related defines and fns to task.X filesJohn Johansen2018-02-092-39/+91
| * apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen2018-02-091-11/+0Star
| * apparmor: drop cred_ctx and reference the label directlyJohn Johansen2018-02-091-19/+5Star
| * apparmor: move task domain change info to task securityJohn Johansen2018-02-091-10/+21
| * apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen2018-02-091-10/+9Star
| * apparmor: audit unknown signal numbersJohn Johansen2018-02-092-1/+5
| * apparmor: provide a bounded version of label_parseJohn Johansen2018-02-091-0/+3
| * apparmor: use the dfa to do label parse string splittingJohn Johansen2018-02-092-0/+26
| * apparmor: add first substr match to dfaJohn Johansen2018-02-091-0/+4
| * apparmor: split load data into management struct and data blobJohn Johansen2018-02-091-1/+1
| * apparmor: fix logging of the existence test for signalsJohn Johansen2018-02-091-1/+3
| * apparmor: fix resource audit messages when auditing peerJohn Johansen2018-02-091-4/+4
* | macro: introduce COUNT_ARGS() macroAlexei Starovoitov2018-03-281-6/+1Star
|/
* apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-131-0/+3
* Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-011-5/+7
|\
| * apparmor: fix oops in audit_signal_cb hookJohn Johansen2017-11-271-5/+7
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-074-147/+11Star
|\|
| * Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-264-147/+11Star
* | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon2017-10-101-11/+0Star
|/
* Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-2310-11/+326
|\
| * apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen2017-09-221-1/+4
| * apparmor: add base infastructure for socket mediationJohn Johansen2017-09-224-11/+147