aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08apparmorfs: replace CURRENT_TIME with current_time()Gravatar Deepa Dinamani 1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersGravatar Michal Hocko 1-1/+1
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()Gravatar John Johansen 1-1/+1
2017-01-16apparmor: support querying extended trusted helper extra dataGravatar William Hua 1-0/+139
2017-01-16apparmor: convert change_profile to use fqname later to give better controlGravatar John Johansen 1-0/+1
2017-01-16apparmor: remove unused op parameter from simple_write_to_buffer()Gravatar John Johansen 1-6/+3
2017-01-16apparmor: change op from int to const char *Gravatar John Johansen 1-2/+2
2017-01-16apparmor: add per policy ns .load, .replace, .remove interface filesGravatar John Johansen 1-22/+124
2017-01-16apparmor: pass the subject profile into profile replace/removeGravatar John Johansen 1-2/+3
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformGravatar John Johansen 1-41/+172
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()Gravatar John Johansen 1-1/+1
2017-01-16apparmor: allow introspecting the policy namespace nameGravatar John Johansen 1-0/+24
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewGravatar John Johansen 1-1/+2
2017-01-16apparmor: add special .null file used to "close" fds at execGravatar John Johansen 1-1/+77
2017-01-16apparmor: provide userspace flag indicating binfmt_elf_mmap changeGravatar John Johansen 1-0/+1
2017-01-16apparmor: prepare to support newer versions of policyGravatar John Johansen 1-2/+8
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsGravatar John Johansen 1-2/+4
2017-01-16apparmor: constify policy name and hnameGravatar John Johansen 1-1/+1
2017-01-16apparmor: allow ns visibility question to consider subnsesGravatar John Johansen 1-1/+1
2017-01-16apparmor: rename replacedby to proxyGravatar John Johansen 1-18/+18
2017-01-16apparmor: rename namespace to ns to improve code line lengthsGravatar John Johansen 1-26/+23
2017-01-16apparmor: split apparmor policy namespaces code into its own fileGravatar John Johansen 1-0/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGravatar Geliang Tang 1-5/+3
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readGravatar John Johansen 1-0/+1
2016-07-12apparmor: fix update the mtime of the profile file on replacementGravatar John Johansen 1-0/+2
2015-04-15VFS: security/: d_inode() annotationsGravatar David Howells 1-1/+1
2013-10-16apparmor: fix bad lock balance when introspecting policyGravatar John Johansen 1-3/+1
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyGravatar John Johansen 1-0/+37
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleGravatar John Johansen 1-0/+1
2013-08-14apparmor: add the profile introspection file to interfaceGravatar John Johansen 1-0/+236
2013-08-14apparmor: add an optional profile attachment string for profilesGravatar John Johansen 1-0/+34
2013-08-14apparmor: add interface files for profiles and namespacesGravatar John Johansen 1-10/+312
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceGravatar John Johansen 1-0/+1
2013-08-14apparmor: add a features/policy dir to interfaceGravatar John Johansen 1-0/+5
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsGravatar Kees Cook 1-0/+2
2012-02-27AppArmor: add "file" details to securityfsGravatar Kees Cook 1-0/+10
2012-02-27AppArmor: add initial "features" directory to securityfsGravatar Kees Cook 1-0/+51
2012-02-27AppArmor: refactor securityfs to use structuresGravatar Kees Cook 1-42/+90
2012-01-03switch securityfs_create_file() to umode_tGravatar Al Viro 1-1/+1
2011-09-09apparmor: sparse fix: make aa_create_aafs staticGravatar James Morris 1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-3/+6
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itGravatar John Johansen 1-1/+3
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-3/+6
2010-08-02AppArmor: userspace interfacesGravatar John Johansen 1-0/+239