summaryrefslogtreecommitdiffstats
path: root/security/apparmor/include
Commit message (Expand)AuthorAgeFilesLines
* apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen2018-02-091-10/+9
* 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
* apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-121-0/+3
* Merge tag 'apparmor-pr-2017-11-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-301-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/+11
|\ \ | |/
| * Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-264-147/+11
* | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon2017-10-101-11/+0
|/
* 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
| * apparmor: make policy_unpack able to audit different info messagesJohn Johansen2017-09-221-2/+2
| * apparmor: add support for absolute root view based labelsJohn Johansen2017-09-221-0/+1
| * apparmor: add mount mediationJohn Johansen2017-09-224-0/+71
| * apparmor: add the ability to mediate signalsJohn Johansen2017-09-224-0/+104
* | apparmor: Refactor to remove bprm_secureexec hookKees Cook2017-08-012-4/+0
|/
* apparmor: add domain label stacking info to apparmorfsJohn Johansen2017-06-102-0/+3
* apparmor: move exec domain mediation to using labelsJohn Johansen2017-06-101-1/+86
* apparmor: mediate files when they are receivedJohn Johansen2017-06-101-0/+1
* apparmor: move path_link mediation to using labelsJohn Johansen2017-06-101-1/+1
* apparmor: refactor path name lookup and permission checks around labelsJohn Johansen2017-06-101-1/+4
* apparmor: update aa_audit_file() to use labelsJohn Johansen2017-06-101-1/+2
* apparmor: move aa_file_perm() to use labelsJohn Johansen2017-06-101-8/+21
* apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen2017-06-101-0/+6
* apparmor: move ptrace checks to using labelsJohn Johansen2017-06-102-5/+6
* apparmor: add cross check permission helper macrosJohn Johansen2017-06-101-1/+41
* apparmor: move resource checks to using labelsJohn Johansen2017-06-101-2/+2
* apparmor: move capability checks to using labelsJohn Johansen2017-06-101-2/+4
* apparmor: switch getprocattr to using label_print fns()John Johansen2017-06-101-1/+1
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-106-166/+132
* apparmor: add the base fns() for domain labelsJohn Johansen2017-06-101-0/+441
* apparmor: revalidate files during execJohn Johansen2017-06-102-0/+3
* apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()John Johansen2017-06-101-5/+12
* apparmor: convert aa_change_XXX bool parameters to flagsJohn Johansen2017-06-102-8/+8
* apparmor: share profile name on replacementJohn Johansen2017-06-101-1/+31
* apparmor: convert to profile block critical sectionsJohn Johansen2017-06-101-23/+100
* apparmor: move bprm_committing_creds/committed_creds to lsm.cJohn Johansen2017-06-101-2/+0
* apparmor: add namespace lookup fns()John Johansen2017-06-101-0/+13
* apparmor: switch from file_perms to aa_permsJohn Johansen2017-06-102-22/+5
* apparmor: add gerneric permissions struct and support fnsJohn Johansen2017-06-102-2/+36
* apparmor: add fn to test if profile supports a given mediation classJohn Johansen2017-06-101-0/+10
* apparmor: add policy revision file interfaceJohn Johansen2017-06-102-0/+3
* apparmor: provide finer control over policy managementJohn Johansen2017-06-101-2/+6
OpenPOWER on IntegriCloud