summaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
Commit message (Expand)AuthorAgeFilesLines
* apparmor: export that basic profile namespaces are supportedJohn Johansen2017-06-101-0/+7
* apparmor: add stacked domain labels interfaceJohn Johansen2017-06-101-0/+3
* apparmor: add domain label stacking info to apparmorfsJohn Johansen2017-06-101-0/+36
* apparmor: support v7 transition format compatible with label_parseJohn Johansen2017-06-101-0/+2
* apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen2017-06-101-0/+6
* apparmor: update query interface to support label queriesJohn Johansen2017-06-101-7/+39
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-101-58/+70
* apparmor: convert to profile block critical sectionsJohn Johansen2017-06-101-15/+25
* apparmor: fix display of ns nameJohn Johansen2017-06-101-1/+1
* apparmor: fix apparmor_query dataJohn Johansen2017-06-101-2/+6
* apparmor: fix policy load/remove semanticsJohn Johansen2017-06-101-4/+2
* apparmor: add profile permission query abilityJohn Johansen2017-06-101-1/+102
* apparmor: speed up transactional queriesJohn Johansen2017-06-101-11/+114
* apparmor: add label data availability to the feature setJohn Johansen2017-06-101-0/+10
* apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen2017-06-101-1/+94
* apparmor: add policy revision file interfaceJohn Johansen2017-06-101-1/+112
* apparmor: provide finer control over policy managementJohn Johansen2017-06-101-8/+7
* apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen2017-06-081-26/+37
* apparmor: allow specifying an already created dir to create ns entries inJohn Johansen2017-06-081-4/+5
* apparmor: rename apparmor file fns and data to indicate useJohn Johansen2017-06-081-84/+129
* apparmor: add custom apparmorfs that will be used by policy namespace filesJohn Johansen2017-06-081-17/+336
* apparmor: use macro template to simplify namespace seq_filesJohn Johansen2017-06-081-29/+24
* apparmor: use macro template to simplify profile seq_filesJohn Johansen2017-06-081-61/+36
* apparmor: move to per loaddata files, instead of replicating in profilesJohn Johansen2017-06-081-62/+232
* apparmor: Fix error cod in __aa_fs_profile_mkdir()Dan Carpenter2017-06-081-2/+4
* apparmorfs: Use seq_putc() in two functionsMarkus Elfring2017-06-081-2/+2
* apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()Markus Elfring2017-06-081-4/+3
* 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
OpenPOWER on IntegriCloud