aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-5/+15
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-4/+4
2019-07-04vfs: Convert apparmorfs to use the new mount APIGravatar David Howells 1-5/+15
2019-06-18apparmor: reset pos on failure to unpack for various functionsGravatar Mike Salvatore 1-8/+39
2019-06-18apparmor: enforce nullbyte at end of tag stringGravatar Jann Horn 1-1/+1
2019-06-18apparmor: fix PROFILE_MEDIATES for untrusted inputGravatar John Johansen 1-1/+10
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Gravatar Nikolay Borisov 1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 44-222/+44
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+2
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+0
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+9
2019-05-01apparmor: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2019-04-10apparmorfs: fix use-after-free on symlink traversalGravatar Al Viro 1-4/+9
2019-04-10apparmor: Restore Y/N in /sys for apparmor's "enabled"Gravatar Kees Cook 1-1/+48
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+2
2019-03-12apparmor: fix double free when unpack of secmark rules failsGravatar John Johansen 1-0/+1
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakGravatar Chris Coulson 1-0/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-4/+2
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 12-83/+74
2019-02-22security: mark expected switch fall-throughs and add a missing breakGravatar Gustavo A. R. Silva 1-1/+1
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesGravatar John Johansen 1-1/+4
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postrouteGravatar Petr Vorel 1-0/+2
2019-01-31audit: remove unused actx param from audit_rule_matchGravatar Richard Guy Briggs 2-4/+2
2019-01-22apparmor: Adjust offset when accessing task blob.Gravatar Tetsuo Handa 1-1/+1
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Gravatar Tetsuo Handa 1-2/+0
2019-01-10LSM: generalize flag passing to security_capableGravatar Micah Morton 5-12/+13
2019-01-08LSM: Infrastructure management of the task securityGravatar Casey Schaufler 2-26/+7
2019-01-08LSM: Infrastructure management of the file securityGravatar Casey Schaufler 2-10/+14
2019-01-08Infrastructure management of the cred security blobGravatar Casey Schaufler 3-2/+15
2019-01-08AppArmor: Abstract use of cred security blobGravatar Casey Schaufler 4-10/+24
2019-01-08apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEGravatar Kees Cook 2-17/+1
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMGravatar Kees Cook 1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsGravatar Kees Cook 1-6/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateGravatar Kees Cook 1-2/+3
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORGravatar Kees Cook 1-0/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-0/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledGravatar David Howells 2-0/+2
2018-12-12security: audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsGravatar Eric Biggers 1-1/+1
2018-11-14apparmor: Fix warning about unused function apparmor_ipv6_postrouteGravatar Petr Vorel 1-0/+2
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 12-17/+291
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceGravatar Colin Ian King 1-1/+1
2018-11-01apparmor: fix checkpatch error in Parse secmark policyGravatar John Johansen 1-1/+1
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-10-12apparmor: add #ifdef checks for secmark filteringGravatar Arnd Bergmann 2-0/+12
2018-10-10LSM: Record LSM name in struct lsm_infoGravatar Kees Cook 1-0/+1