summaryrefslogtreecommitdiffstats
path: root/security/apparmor/mount.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: extend policydb permission set by making use of the xbitsJohn Johansen2022-07-191-1/+0
* apparmor: fix reference count leak in aa_pivotroot()Xin Xiong2022-07-091-0/+1
* apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li2022-07-091-2/+2
* apparmor: Fix failed mount permission check error messageJohn Johansen2022-07-091-3/+4
* apparmor:match_mn() - constify devpath argumentAl Viro2021-03-241-2/+2
* 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