aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
2020-05-27apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2019-12-08namei: allow nd_jump_link() to produce errorsAleksa Sarai
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04vfs: Convert apparmorfs to use the new mount APIDavid Howells
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-01apparmor: switch to ->free_inode()Al Viro
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen
2018-02-09apparmor: move context.h to cred.hJohn Johansen
2018-02-09security: apparmor: remove duplicate includesPravin Shedge
2018-02-09apparmor: fix display of .ns_name for containersJohn Johansen
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-11-27apparmor: annotate ->poll() instancesAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen
2017-09-22apparmor: add mount mediationJohn Johansen
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen
2017-06-10apparmor: update query interface to support label queriesJohn Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen
2017-06-10apparmor: fix display of ns nameJohn Johansen