aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-11-01apparmor: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-07-19apparmor: Fully initialize aa_perms struct when answering userspace queryTyler Hicks1-4/+1
2018-04-13Merge tag 'apparmor-pr-2018-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-76/+127
2018-03-30apparmor: fix memory leak on buffer on error exit pathColin Ian King1-1/+3
2018-03-23apparmor: fix dangling symlinks to policy rawdata after replacementJohn Johansen1-31/+95
2018-03-13apparmor: remove POLICY_MEDIATES_SAFEJohn Johansen1-1/+1
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-09apparmor: improve overlapping domain attachment resolutionJohn Johansen1-0/+1
2018-02-09apparmor: convert attaching profiles via xattrs to use dfa matchingJohn Johansen1-0/+5
2018-02-09apparmor: cleanup: simplify code to get ns symlink nameJohn Johansen1-19/+6
2018-02-09apparmor: cleanup create_aafs() error pathJohn Johansen1-20/+12
2018-02-09apparmor: update domain transitions that are subsets of confinement at nnpJohn Johansen1-0/+1
2018-02-09apparmor: move context.h to cred.hJohn Johansen1-1/+1
2018-02-09security: apparmor: remove duplicate includesPravin Shedge1-1/+0
2018-02-09apparmor: fix display of .ns_name for containersJohn Johansen1-3/+1
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2017-11-27apparmor: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-21apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen1-11/+11
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds1-1/+0
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen1-4/+4
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen1-0/+1
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen1-0/+17
2017-09-22apparmor: add mount mediationJohn Johansen1-1/+7
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen1-0/+7
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter1-1/+3
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen1-0/+7
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen1-0/+3
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen1-0/+36
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen1-0/+2
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen1-0/+6
2017-06-10apparmor: update query interface to support label queriesJohn Johansen1-7/+39
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen1-58/+70
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen1-15/+25
2017-06-10apparmor: fix display of ns nameJohn Johansen1-1/+1
2017-06-10apparmor: fix apparmor_query dataJohn Johansen1-2/+6
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen1-4/+2
2017-06-10apparmor: add profile permission query abilityJohn Johansen1-1/+102
2017-06-10apparmor: speed up transactional queriesJohn Johansen1-11/+114
2017-06-10apparmor: add label data availability to the feature setJohn Johansen1-0/+10
2017-06-10apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen1-1/+94
2017-06-10apparmor: add policy revision file interfaceJohn Johansen1-1/+112
2017-06-10apparmor: provide finer control over policy managementJohn Johansen1-8/+7
2017-06-08apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen1-26/+37
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen1-4/+5
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen1-84/+129
2017-06-08apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen1-17/+336
2017-06-08apparmor: use macro template to simplify namespace seq_filesJohn Johansen1-29/+24