summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-132-0/+2
|\
| * apparmor: fix double free when unpack of secmark rules failsJohn Johansen2019-03-121-0/+1
| * apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson2019-03-121-0/+1
| * apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel2018-11-141-0/+2
* | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-072-4/+2
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-312-4/+2
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0712-83/+74
|\ \ \
| * | | security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva2019-02-221-1/+1
| * | | apparmor: Adjust offset when accessing task blob.Tetsuo Handa2019-01-221-1/+1
| * | | LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa2019-01-181-2/+0
| * | | LSM: generalize flag passing to security_capableMicah Morton2019-01-105-12/+13
| * | | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-082-26/+7
| * | | LSM: Infrastructure management of the file securityCasey Schaufler2019-01-082-10/+14
| * | | Infrastructure management of the cred security blobCasey Schaufler2019-01-083-2/+15
| * | | AppArmor: Abstract use of cred security blobCasey Schaufler2019-01-084-10/+24
| * | | apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook2019-01-082-17/+1
| * | | LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook2019-01-081-1/+1
| * | | LSM: Lift LSM selection out of individual LSMsKees Cook2019-01-081-6/+0
| * | | LSM: Plumb visibility into optional "enabled" stateKees Cook2019-01-081-2/+3
| * | | LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook2019-01-081-0/+1
| |/ /
* | | apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen2019-02-011-1/+4
* | | apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel2019-02-011-0/+2
|/ /
* | Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-0/+2
|\ \
| * | vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-202-0/+2
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-1/+1
|\ \
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| |/
* / security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
|/
* Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-0212-17/+291
|\
| * apparmor: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-011-1/+1
| * apparmor: fix checkpatch error in Parse secmark policyJohn Johansen2018-11-011-1/+1
| * apparmor: add #ifdef checks for secmark filteringArnd Bergmann2018-10-122-0/+12
| * apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra2018-10-031-2/+4
| * apparmor: don't try to replace stale label in ptraceme checkJann Horn2018-10-031-2/+2
| * apparmor: Replace spin_is_locked() with lockdepLance Roy2018-10-031-1/+1
| * apparmor: Allow filtering based on secmark policyMatthew Garrett2018-10-032-1/+177
| * apparmor: Parse secmark policyMatthew Garrett2018-10-034-0/+77
| * apparmor: Add a wildcard secidMatthew Garrett2018-10-032-2/+4
| * apparmor: don't try to replace stale label in ptrace access checkJann Horn2018-09-132-2/+4
| * apparmor: Fix network performance issue in aa_label_sk_permTony Jones2018-09-071-6/+9
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+4
|\ \
| * | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
| * | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \ \
| * | | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| |/ /
* / / apparmor: fix bad debug check in apparmor_secid_to_secctx()John Johansen2018-09-031-1/+0
|/ /
* | Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-247-44/+20
|\|
| * apparmor: remove no-op permission check in policy_unpackJohn Johansen2018-08-221-32/+0
| * apparmor: fix an error code in __aa_create_ns()Dan Carpenter2018-08-211-1/+1
| * apparmor: Fix failure to audit context info in build_change_hatJohn Johansen2018-07-201-1/+1
| * apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks2018-07-191-4/+1