summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-5/+15
|\
| * vfs: Convert apparmorfs to use the new mount APIDavid Howells2019-07-051-5/+15
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-4/+4
|\ \
| * | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-171-4/+4
* | | apparmor: reset pos on failure to unpack for various functionsMike Salvatore2019-06-191-8/+39
* | | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-191-1/+1
* | | apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-191-1/+10
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0544-222/+44Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2Star
|\
| * apparmor: switch to ->free_inode()Al Viro2019-05-021-8/+2Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-071-2/+0Star
|\ \
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0Star
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-051-4/+9
|\ \ \ | | |/ | |/|
| * | apparmorfs: fix use-after-free on symlink traversalAl Viro2019-04-101-4/+9
| |/
* / apparmor: Restore Y/N in /sys for apparmor's "enabled"Kees Cook2019-04-101-1/+48
|/
* 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/+2Star
|\ \
| * | audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-02-012-4/+2Star
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-0712-83/+74Star
|\ \ \
| * | | 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/+0Star
| * | | LSM: generalize flag passing to security_capableMicah Morton2019-01-105-12/+13
| * | | LSM: Infrastructure management of the task securityCasey Schaufler2019-01-082-26/+7Star
| * | | 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/+1Star
| * | | 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/+0Star
| * | | 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-021-1/+1
| * apparmor: fix checkpatch error in Parse secmark policyJohn Johansen2018-11-021-1/+1
| * apparmor: add #ifdef checks for secmark filteringArnd Bergmann2018-10-132-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