summaryrefslogtreecommitdiffstats
path: root/security/apparmor/mount.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
* Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-031-15/+52
|\
| * apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen2019-11-221-11/+11
| * apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen2019-11-221-4/+4
| * apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior2019-06-201-1/+1
| * apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior2019-06-201-14/+51
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2018-12-201-0/+1
* apparmor: fix typo "independent"Zygmunt Krynicki2018-05-031-1/+1
* apparmor: move context.h to cred.hJohn Johansen2018-02-091-1/+1
* apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen2018-01-051-1/+11
* apparmor: initialized returned struct aa_permsArnd Bergmann2017-11-211-7/+6
* apparmor: add mount mediationJohn Johansen2017-09-221-0/+696