summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
AgeCommit message (Expand)AuthorLines
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
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen-0/+19
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen-2/+0
2018-02-09apparmor: Add support for attaching profiles via xattr, presence and valueMatthew Garrett-0/+6
2018-02-09apparmor: dfa add support for state differential encodingJohn Johansen-0/+4
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen-0/+4
2018-02-09apparmor: move context.h to cred.hJohn Johansen-0/+0
2018-02-09apparmor: move task related defines and fns to task.X filesJohn Johansen-39/+91
2018-02-09apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen-11/+0
2018-02-09apparmor: drop cred_ctx and reference the label directlyJohn Johansen-19/+5
2018-02-09apparmor: move task domain change info to task securityJohn Johansen-10/+21
2018-02-09apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen-10/+9
2018-02-09apparmor: audit unknown signal numbersJohn Johansen-1/+5
2018-02-09apparmor: provide a bounded version of label_parseJohn Johansen-0/+3
2018-02-09apparmor: use the dfa to do label parse string splittingJohn Johansen-0/+26
2018-02-09apparmor: add first substr match to dfaJohn Johansen-0/+4
2018-02-09apparmor: split load data into management struct and data blobJohn Johansen-1/+1
2018-02-09apparmor: fix logging of the existence test for signalsJohn Johansen-1/+3
2018-02-09apparmor: fix resource audit messages when auditing peerJohn Johansen-4/+4
2018-01-12apparmor: fix ptrace label match when matching stacked labelsJohn Johansen-0/+3
2017-11-30Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+7
2017-11-27apparmor: fix oops in audit_signal_cb hookJohn Johansen-5/+7
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-147/+11
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-147/+11
2017-10-10locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon-11/+0
2017-09-23Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+326
2017-09-22apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen-1/+4
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen-11/+147
2017-09-22apparmor: make policy_unpack able to audit different info messagesJohn Johansen-2/+2
2017-09-22apparmor: add support for absolute root view based labelsJohn Johansen-0/+1
2017-09-22apparmor: add mount mediationJohn Johansen-0/+71
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen-0/+104
2017-08-01apparmor: Refactor to remove bprm_secureexec hookKees Cook-4/+0
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen-0/+3
2017-06-10apparmor: move exec domain mediation to using labelsJohn Johansen-1/+86
2017-06-10apparmor: mediate files when they are receivedJohn Johansen-0/+1
2017-06-10apparmor: move path_link mediation to using labelsJohn Johansen-1/+1
2017-06-10apparmor: refactor path name lookup and permission checks around labelsJohn Johansen-1/+4
2017-06-10apparmor: update aa_audit_file() to use labelsJohn Johansen-1/+2
2017-06-10apparmor: move aa_file_perm() to use labelsJohn Johansen-8/+21
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen-0/+6