aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-10apparmor: fix apparmor_query dataJohn Johansen1-2/+6
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen1-4/+2
2017-06-10apparmor: add profile permission query abilityJohn Johansen1-1/+102
2017-06-10apparmor: speed up transactional queriesJohn Johansen1-11/+114
2017-06-10apparmor: add label data availability to the feature setJohn Johansen1-0/+10
2017-06-10apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen1-1/+94
2017-06-10apparmor: add policy revision file interfaceJohn Johansen1-1/+112
2017-06-10apparmor: provide finer control over policy managementJohn Johansen1-8/+7
2017-06-08apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen1-26/+37
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen1-4/+5
2017-06-08apparmor: rename apparmor file fns and data to indicate useJohn Johansen1-84/+129
2017-06-08apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen1-17/+336
2017-06-08apparmor: use macro template to simplify namespace seq_filesJohn Johansen1-29/+24
2017-06-08apparmor: use macro template to simplify profile seq_filesJohn Johansen1-61/+36
2017-06-08apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen1-62/+232
2017-06-08apparmor: Fix error cod in __aa_fs_profile_mkdir()Dan Carpenter1-2/+4
2017-06-08apparmorfs: Use seq_putc() in two functionsMarkus Elfring1-2/+2
2017-06-08apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()Markus Elfring1-4/+3
2017-05-08apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani1-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-1/+1
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()John Johansen1-1/+1
2017-01-16apparmor: support querying extended trusted helper extra dataWilliam Hua1-0/+139
2017-01-16apparmor: convert change_profile to use fqname later to give better controlJohn Johansen1-0/+1
2017-01-16apparmor: remove unused op parameter from simple_write_to_buffer()John Johansen1-6/+3
2017-01-16apparmor: change op from int to const char *John Johansen1-2/+2
2017-01-16apparmor: add per policy ns .load, .replace, .remove interface filesJohn Johansen1-22/+124
2017-01-16apparmor: pass the subject profile into profile replace/removeJohn Johansen1-2/+3
2017-01-16apparmor: allow introspecting the loaded policy pre internal transformJohn Johansen1-41/+172
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