aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/apparmor/apparmorfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-21apparmor: add outofband transition and use it in xattr matchJohn Johansen1-1/+3
2020-01-21apparmor: remove useless aafs_create_symlinkJohn Johansen1-41/+9
2020-01-04apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen1-1/+1
2019-12-03Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-6/+124
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+15
2019-07-04vfs: Convert apparmorfs to use the new mount APIDavid Howells1-5/+15
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-01apparmor: switch to ->free_inode()Al Viro1-8/+2
2019-04-11apparmor: Initial implementation of raw policy blob compressionChris Coulson1-6/+124
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro1-4/+9
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds1-0/+1
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson1-0/+1
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