summaryrefslogtreecommitdiffstats
path: root/security/apparmor/mount.c
AgeCommit message (Expand)AuthorLines
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt-1/+1
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+52
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen-11/+11
2019-11-22apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen-4/+4
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior-1/+1
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior-14/+51
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells-0/+1
2018-05-03apparmor: fix typo "independent"Zygmunt Krynicki-1/+1
2018-02-09apparmor: move context.h to cred.hJohn Johansen-1/+1
2018-01-05apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen-1/+11
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann-7/+6
2017-09-22apparmor: add mount mediationJohn Johansen-0/+696