summaryrefslogtreecommitdiff
path: root/security/apparmor/apparmorfs.c
AgeCommit message (Expand)Author
2019-12-05apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2019-05-25apparmorfs: fix use-after-free on symlink traversalAl Viro
2018-04-19apparmor: fix display of .ns_name for containersJohn Johansen
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-22apparmor: fix apparmorfs DAC access permissionsJohn Johansen
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-09-22apparmor: add more debug asserts to apparmorfsJohn Johansen
2017-09-22apparmor: add mount mediationJohn Johansen
2017-09-22apparmor: add the ability to mediate signalsJohn Johansen
2017-09-22apparmor: Fix an error code in aafs_create()Dan Carpenter
2017-06-10apparmor: export that basic profile namespaces are supportedJohn Johansen
2017-06-10apparmor: add stacked domain labels interfaceJohn Johansen
2017-06-10apparmor: add domain label stacking info to apparmorfsJohn Johansen
2017-06-10apparmor: support v7 transition format compatible with label_parseJohn Johansen
2017-06-10apparmor: allow ptrace checks to be finer grained than just capabilityJohn Johansen
2017-06-10apparmor: update query interface to support label queriesJohn Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: convert to profile block critical sectionsJohn Johansen
2017-06-10apparmor: fix display of ns nameJohn Johansen
2017-06-10apparmor: fix apparmor_query dataJohn Johansen
2017-06-10apparmor: fix policy load/remove semanticsJohn Johansen
2017-06-10apparmor: add profile permission query abilityJohn Johansen
2017-06-10apparmor: speed up transactional queriesJohn Johansen
2017-06-10apparmor: add label data availability to the feature setJohn Johansen
2017-06-10apparmor: add mkdir/rmdir interface to manage policy namespacesJohn Johansen
2017-06-10apparmor: add policy revision file interfaceJohn Johansen
2017-06-10apparmor: provide finer control over policy managementJohn Johansen
2017-06-08apparmor: convert from securityfs to apparmorfs for policy ns filesJohn Johansen
2017-06-08apparmor: allow specifying an already created dir to create ns entries inJohn Johansen
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