summaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
Commit message (Expand)AuthorAgeFilesLines
* apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-081-1/+1
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-081-1/+1
* apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen2017-01-161-1/+1
* apparmor: support querying extended trusted helper extra dataWilliam Hua2017-01-161-0/+139
* apparmor: convert change_profile to use fqname later to give better controlJohn Johansen2017-01-161-0/+1
* apparmor: remove unused op parameter from simple_write_to_buffer()John Johansen2017-01-161-6/+3
* apparmor: change op from int to const char *John Johansen2017-01-161-2/+2
* apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen2017-01-161-22/+124
* apparmor: pass the subject profile into profile replace/removeJohn Johansen2017-01-161-2/+3
* apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen2017-01-161-41/+172
* apparmor: add profile and ns params to aa_may_manage_policy()John Johansen2017-01-161-1/+1
* apparmor: allow introspecting the policy namespace nameJohn Johansen2017-01-161-0/+24
* apparmor: Make aa_remove_profile() callable from a different viewJohn Johansen2017-01-161-1/+2
* apparmor: add special .null file used to "close" fds at execJohn Johansen2017-01-161-1/+77
* apparmor: provide userspace flag indicating binfmt_elf_mmap changeJohn Johansen2017-01-161-0/+1
* apparmor: prepare to support newer versions of policyJohn Johansen2017-01-161-2/+8
* apparmor: refactor prepare_ns() and make usable from different viewsJohn Johansen2017-01-161-2/+4
* apparmor: constify policy name and hnameJohn Johansen2017-01-161-1/+1
* apparmor: allow ns visibility question to consider subnsesJohn Johansen2017-01-161-1/+1
* apparmor: rename replacedby to proxyJohn Johansen2017-01-161-18/+18
* apparmor: rename namespace to ns to improve code line lengthsJohn Johansen2017-01-161-26/+23
* apparmor: split apparmor policy namespaces code into its own fileJohn Johansen2017-01-161-0/+1
* fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* apparmor: use list_next_entry instead of list_entry_nextGeliang Tang2016-07-121-5/+3
* apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen2016-07-121-0/+1
* apparmor: fix update the mtime of the profile file on replacementJohn Johansen2016-07-121-0/+2
* VFS: security/: d_inode() annotationsDavid Howells2015-04-151-1/+1
* apparmor: fix bad lock balance when introspecting policyJohn Johansen2013-10-161-3/+1
* apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen2013-08-141-0/+37
* apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen2013-08-141-0/+1
* apparmor: add the profile introspection file to interfaceJohn Johansen2013-08-141-0/+236
* apparmor: add an optional profile attachment string for profilesJohn Johansen2013-08-141-0/+34
* apparmor: add interface files for profiles and namespacesJohn Johansen2013-08-141-10/+312
* apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen2013-08-141-0/+1
* apparmor: add a features/policy dir to interfaceJohn Johansen2013-08-141-0/+5
* AppArmor: export known rlimit names/value mappings in securityfsKees Cook2012-02-271-0/+2
* AppArmor: add "file" details to securityfsKees Cook2012-02-271-0/+10
* AppArmor: add initial "features" directory to securityfsKees Cook2012-02-271-0/+51
* AppArmor: refactor securityfs to use structuresKees Cook2012-02-271-42/+90
* switch securityfs_create_file() to umode_tAl Viro2012-01-031-1/+1
* apparmor: sparse fix: make aa_create_aafs staticJames Morris2011-09-091-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-3/+6
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-3/+6
* | AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen2010-10-211-1/+3
|/
* AppArmor: userspace interfacesJohn Johansen2010-08-021-0/+239
OpenPOWER on IntegriCloud