summaryrefslogtreecommitdiff
path: root/security/apparmor/lib.c
AgeCommit message (Expand)Author
2017-11-21apparmor: remove unused redundant variable stopColin Ian King
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen
2017-06-10apparmor: share profile name on replacementJohn Johansen
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen
2017-06-08apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko
2017-04-07apparmor: fix boolreturn.cocci warningskbuild test robot
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen
2017-01-16apparmor: update policy_destroy to use new debug assertsJohn Johansen
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen
2017-01-16apparmor: constify policy name and hnameJohn Johansen
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen
2017-01-15AppArmor: Use GFP_KERNEL for __aa_kvmalloc().Tetsuo Handa
2014-05-06nick kvfree() from apparmorAl Viro
2013-08-14apparmor: remove minimum size check for vmalloc()Tetsuo Handa
2013-05-12apparmor: no need to delay vfree()Al Viro
2013-04-28apparmor: fix fully qualified name parsingJohn Johansen
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cJames Morris
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen
2010-08-02AppArmor: misc. base functions and definesJohn Johansen