summaryrefslogtreecommitdiff
path: root/security/apparmor/mount.c
AgeCommit message (Expand)Author
2024-01-03apparmor: Fix move_mount mediation by detecting if source is detachedJohn Johansen
2023-10-18apparmor: Fix regression in mount mediationJohn Johansen
2023-10-18apparmor: refcount the pdbJohn Johansen
2023-10-18apparmor: pass cred through to audit info.John Johansen
2023-10-18apparmor: combine common_audit_data and apparmor_audit_dataJohn Johansen
2022-10-03apparmor: rework profile->rules to be a listJohn Johansen
2022-10-03apparmor: refactor profile rules and attachmentsJohn Johansen
2022-10-03apparmor: add mediation class information to auditingJohn Johansen
2022-10-03apparmor: preparse for state being more than just an integerJohn Johansen
2022-10-03apparmor: convert policy lookup to use accept as an indexJohn Johansen
2022-10-03apparmor: compute policydb permission on profile loadJohn Johansen
2022-07-19apparmor: extend policydb permission set by making use of the xbitsJohn Johansen
2022-07-09apparmor: fix reference count leak in aa_pivotroot()Xin Xiong
2022-07-09apparmor: Fix match_mnt_path_str() and match_mnt() kernel-doc commentYang Li
2022-07-09apparmor: Fix failed mount permission check error messageJohn Johansen
2021-03-24apparmor:match_mn() - constify devpath argumentAl Viro
2020-01-02apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-22apparmor: make it so work buffers can be allocated from atomic contextJohn Johansen
2019-11-22apparmor: fix wrong buffer allocation in aa_new_mountJohn Johansen
2019-06-20apparmor: Switch to GFP_KERNEL where possibleSebastian Andrzej Siewior
2019-06-20apparmor: Use a memory pool instead per-CPU cachesSebastian Andrzej Siewior
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-05-03apparmor: fix typo "independent"Zygmunt Krynicki
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-01-05apparmor: fix regression in mount mediation when feature set is pinnedJohn Johansen
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann
2017-09-22apparmor: add mount mediationJohn Johansen