aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen1-1/+1
2017-01-16apparmor: allow introspecting the policy namespace nameJohn Johansen1-0/+24
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen1-1/+2
2017-01-16apparmor: add special .null file used to "close" fds at execJohn Johansen1-1/+77
2017-01-16apparmor: provide userspace flag indicating binfmt_elf_mmap changeJohn Johansen1-0/+1
2017-01-16apparmor: prepare to support newer versions of policyJohn Johansen1-2/+8
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen1-2/+4
2017-01-16apparmor: constify policy name and hnameJohn Johansen1-1/+1
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen1-1/+1
2017-01-16apparmor: rename replacedby to proxyJohn Johansen1-18/+18
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen1-26/+23
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen1-0/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGeliang Tang1-5/+3
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen1-0/+1
2016-07-12apparmor: fix update the mtime of the profile file on replacementJohn Johansen1-0/+2
2015-04-15VFS: security/: d_inode() annotationsDavid Howells1-1/+1
2013-10-16apparmor: fix bad lock balance when introspecting policyJohn Johansen1-3/+1
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen1-0/+37
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen1-0/+1
2013-08-14apparmor: add the profile introspection file to interfaceJohn Johansen1-0/+236
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen1-0/+34
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen1-10/+312
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen1-0/+1
2013-08-14apparmor: add a features/policy dir to interfaceJohn Johansen1-0/+5
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook1-0/+2
2012-02-27AppArmor: add "file" details to securityfsKees Cook1-0/+10
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook1-0/+51
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook1-42/+90
2012-01-03switch securityfs_create_file() to umode_tAl Viro1-1/+1
2011-09-09apparmor: sparse fix: make aa_create_aafs staticJames Morris1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+6
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen1-1/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-3/+6
2010-08-02AppArmor: userspace interfacesJohn Johansen1-0/+239