summaryrefslogtreecommitdiffstats
path: root/security/apparmor/apparmorfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-2/+2
|\
| * apparmor: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
|/
* apparmor: fix possible recursive lock warning in __aa_create_nsJohn Johansen2017-11-211-11/+11
* Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds2017-10-261-1/+0Star
* apparmor: fix apparmorfs DAC access permissionsJohn Johansen2017-09-221-4/+4
* apparmor: add base infastructure for socket mediationJohn Johansen2017-09-221-0/+1
* apparmor: add more debug asserts to apparmorfsJohn Johansen2017-09-221-0/+17
* apparmor: add mount mediationJohn Johansen2017-09-221-1/+7
* apparmor: add the ability to mediate signalsJohn Johansen2017-09-221-0/+7
* apparmor: Fix an error code in aafs_create()Dan Carpenter2017-09-221-1/+3
* apparmor: export that basic profile namespaces are supportedJohn Johansen2017-06-111-0/+7
* apparmor: add stacked domain labels interfaceJohn Johansen2017-06-111-0/+3
* apparmor: add domain label stacking info to apparmorfsJohn Johansen2017-06-111-0/+36
* apparmor: support v7 transition format compatible with label_parseJohn Johansen2017-06-111-0/+2
* apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen2017-06-111-0/+6
* apparmor: update query interface to support label queriesJohn Johansen2017-06-111-7/+39
* apparmor: switch from profiles to using labels on contextsJohn Johansen2017-06-111-58/+70
* apparmor: convert to profile block critical sectionsJohn Johansen2017-06-111-15/+25
* apparmor: fix display of ns nameJohn Johansen2017-06-111-1/+1
* apparmor: fix apparmor_query dataJohn Johansen2017-06-111-2/+6
* apparmor: fix policy load/remove semanticsJohn Johansen2017-06-111-4/+2Star
* apparmor: add profile permission query abilityJohn Johansen2017-06-111-1/+102
* apparmor: speed up transactional queriesJohn Johansen2017-06-111-11/+114
* apparmor: add label data availability to the feature setJohn Johansen2017-06-111-0/+10
* apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen2017-06-111-1/+94
* apparmor: add policy revision file interfaceJohn Johansen2017-06-111-1/+112
* apparmor: provide finer control over policy managementJohn Johansen2017-06-111-8/+7Star
* 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/+24Star
* apparmor: use macro template to simplify profile seq_filesJohn Johansen2017-06-081-61/+36Star
* 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/+3Star
* apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-091-1/+1
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-091-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/+3Star
* 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