summaryrefslogtreecommitdiffstats
path: root/security/apparmor
Commit message (Expand)AuthorAgeFilesLines
* apparmor: Use pointer to struct aa_label for lbs_credXiu Jianfeng2023-01-181-2/+2
* apparmor: Fix abi check to include v8 abiJohn Johansen2023-01-181-1/+1
* apparmor: fix lockdep warning when removing a namespaceJohn Johansen2023-01-181-1/+1
* apparmor: fix a memleak in multi_transaction_new()Gaosheng Cui2023-01-181-1/+3
* apparmor: Fix memleak in aa_simple_write_to_buffer()Xiu Jianfeng2022-08-251-1/+1
* apparmor: fix reference count leak in aa_pivotroot()Xin Xiong2022-08-251-0/+1
* apparmor: fix overlapping attachment computationJohn Johansen2022-08-252-2/+2
* apparmor: fix aa_label_asxprint return checkTom Rix2022-08-251-3/+3
* apparmor: Fix failed mount permission check error messageJohn Johansen2022-08-251-3/+4
* apparmor: fix absroot causing audited secids to begin with =John Johansen2022-08-252-3/+9
* apparmor: fix quiet_denied for file rulesJohn Johansen2022-08-251-1/+1
* apparmor: fix error checkTom Rix2021-11-171-2/+2
* apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko2021-09-261-3/+0
* apparmor: ensure that dfa state tables have entriesJohn Johansen2020-07-221-0/+5
* apparmor: fix nnp subset test for unconfinedJohn Johansen2020-06-243-4/+39
* apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira2020-06-241-0/+5
* apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen2020-06-241-2/+2
* apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang2020-05-271-1/+2
* apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang2020-05-271-2/+1
* apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost2020-05-271-1/+2
* apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-093-42/+46
* apparmor: fix unsigned len comparison with less than zeroColin Ian King2020-01-041-5/+7
* 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-041-5/+15
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-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-181-8/+39
* | | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-181-1/+1
* | | apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-181-1/+10
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-0544-222/+44
* | 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/+2
|\
| * apparmor: switch to ->free_inode()Al Viro2019-05-011-8/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-2/+0
|\ \
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* | | 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/+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