aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
2019-05-25apparmorfs: fix use-after-free on symlink traversalAl Viro
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
2017-06-10apparmor: fix apparmor_query dataJohn Johansen
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen
2017-06-10apparmor: add profile permission query abilityJohn Johansen
2017-06-10apparmor: speed up transactional queriesJohn Johansen
2017-06-10apparmor: add label data availability to the feature setJohn Johansen
2017-06-10apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen
2017-06-10apparmor: add policy revision file interfaceJohn Johansen
2017-06-10apparmor: provide finer control over policy managementJohn Johansen
2017-06-08apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen
2017-06-08apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen