summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
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
2017-06-08apparmor: use macro template to simplify namespace seq_filesJohn Johansen
2017-06-08apparmor: use macro template to simplify profile seq_filesJohn Johansen
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen
2017-06-08apparmor: Fix error cod in __aa_fs_profile_mkdir()Dan Carpenter
2017-06-08apparmorfs: Use seq_putc() in two functionsMarkus Elfring
2017-06-08apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()Markus Elfring
2017-05-08apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua
2017-01-16apparmor: convert change_profile to use fqname later to give better controlJohn Johansen
2017-01-16apparmor: remove unused op parameter from simple_write_to_buffer()John Johansen
2017-01-16apparmor: change op from int to const char *John Johansen
2017-01-16apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen
2017-01-16apparmor: pass the subject profile into profile replace/removeJohn Johansen
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen
2017-01-16apparmor: add profile and ns params to aa_may_manage_policy()John Johansen
2017-01-16apparmor: allow introspecting the policy namespace nameJohn Johansen
2017-01-16apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen
2017-01-16apparmor: add special .null file used to "close" fds at execJohn Johansen
2017-01-16apparmor: provide userspace flag indicating binfmt_elf_mmap changeJohn Johansen
2017-01-16apparmor: prepare to support newer versions of policyJohn Johansen
2017-01-16apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen
2017-01-16apparmor: constify policy name and hnameJohn Johansen
2017-01-16apparmor: allow ns visibility question to consider subnsesJohn Johansen
2017-01-16apparmor: rename replacedby to proxyJohn Johansen
2017-01-16apparmor: rename namespace to ns to improve code line lengthsJohn Johansen
2017-01-16apparmor: split apparmor policy namespaces code into its own fileJohn Johansen
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-07-12apparmor: use list_next_entry instead of list_entry_nextGeliang Tang
2016-07-12apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen
2016-07-12apparmor: fix update the mtime of the profile file on replacementJohn Johansen
2015-04-15VFS: security/: d_inode() annotationsDavid Howells
2013-10-16apparmor: fix bad lock balance when introspecting policyJohn Johansen
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen
2013-08-14apparmor: add the profile introspection file to interfaceJohn Johansen
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen
2013-08-14apparmor: add a features/policy dir to interfaceJohn Johansen
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook
2012-02-27AppArmor: add "file" details to securityfsKees Cook
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook
2012-01-03switch securityfs_create_file() to umode_tAl Viro
2011-09-09apparmor: sparse fix: make aa_create_aafs staticJames Morris
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds