summaryrefslogtreecommitdiff
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: move context.h to cred.hJohn Johansen2018-02-0915-14/+14
* apparmor: move task related defines and fns to task.X filesJohn Johansen2018-02-096-98/+105
* apparmor: cleanup, drop unused fn __aa_task_is_confined()John Johansen2018-02-091-11/+0
* apparmor: cleanup fixup description of aa_replace_profilesJohn Johansen2018-02-091-2/+3
* apparmor: rename tctx to ctxJohn Johansen2018-02-093-30/+29
* apparmor: drop cred_ctx and reference the label directlyJohn Johansen2018-02-094-129/+47
* apparmor: move task domain change info to task securityJohn Johansen2018-02-094-52/+132
* apparmor: rename task_ctx to the more accurate cred_ctxJohn Johansen2018-02-095-46/+45
* apparmor: audit unknown signal numbersJohn Johansen2018-02-093-4/+12
* apparmor: make signal label match work when matching stacked labelsJohn Johansen2018-02-091-28/+12
* security: apparmor: remove duplicate includesPravin Shedge2018-02-091-1/+0
* apparmor: root view labels should not be under user controlJohn Johansen2018-02-091-3/+2
* apparmor: cleanup add proper line wrapping to nulldfa.inJohn Johansen2018-02-091-1/+107
* apparmor: provide a bounded version of label_parseJohn Johansen2018-02-092-11/+27
* apparmor: use the dfa to do label parse string splittingJohn Johansen2018-02-095-11/+170
* apparmor: add first substr match to dfaJohn Johansen2018-02-092-0/+124
* apparmor: split load data into management struct and data blobJohn Johansen2018-02-092-4/+11
* apparmor: fix logging of the existence test for signalsJohn Johansen2018-02-092-2/+4
* apparmor: fix resource audit messages when auditing peerJohn Johansen2018-02-091-4/+4
* apparmor: fix display of .ns_name for containersJohn Johansen2018-02-091-3/+1
* apparmor: Fix regression in profile conflict logicMatthew Garrett2018-01-121-4/+5
* apparmor: fix ptrace label match when matching stacked labelsJohn Johansen2018-01-122-21/+35
* apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen2018-01-051-1/+11
* 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-272-2/+2
* | Merge tag 'apparmor-pr-2017-11-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-2311-71/+91
|\ \
| * | apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-215-21/+21
| * | apparmor: fix locking when creating a new complain profile.John Johansen2017-11-211-3/+15
| * | apparmor: fix profile attachment for special unconfined profilesJohn Johansen2017-11-211-1/+3
| * | apparmor: ensure that undecidable profile attachments failJohn Johansen2017-11-211-14/+32
| * | apparmor: fix leak of null profile name if profile allocation failsJohn Johansen2017-11-211-1/+2
| * | apparmor: remove unused redundant variable stopColin Ian King2017-11-211-3/+0
| * | apparmor: Fix bool initialization/comparisonThomas Meyer2017-11-211-4/+4
| * | apparmor: initialized returned struct aa_permsArnd Bergmann2017-11-213-22/+12
| * | apparmor: fix spelling mistake: "resoure" -> "resource"Colin Ian King2017-11-211-2/+2
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-8/+8
|\ \ \
| * | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-8/+8
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-132-15/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0712-840/+17
| |\ \ \
| * | | | locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon2017-10-102-15/+4
| | |/ / | |/| |
* | | | apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen2017-11-081-2/+2
| |/ / |/| |
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
|\ \ \ | |_|/ |/| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-2612-840/+16
|/
* Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-2324-137/+2088
|\
| * apparmor: fix apparmorfs DAC access permissionsJohn Johansen2017-09-221-4/+4
| * apparmor: fix build failure on sparc caused by undeclared signalsJohn Johansen2017-09-221-1/+4
| * apparmor: fix incorrect type assignment when freeing proxiesJohn Johansen2017-09-221-1/+1
| * apparmor: ensure unconfined profiles have dfas initializedJohn Johansen2017-09-221-0/+2