aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-16apparmor: update policy_destroy to use new debug assertsJohn Johansen1-9/+2
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen1-4/+4
2017-01-16apparmor: constify policy name and hnameJohn Johansen1-1/+1
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen1-1/+1
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen1-0/+53
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen1-0/+52
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen1-1/+1
2017-01-15AppArmor: Use GFP_KERNEL for __aa_kvmalloc().Tetsuo Handa1-1/+2
2014-05-06nick kvfree() from apparmorAl Viro1-14/+0
2013-08-14apparmor: remove minimum size check for vmalloc()Tetsuo Handa1-5/+0
2013-05-12apparmor: no need to delay vfree()Al Viro1-21/+3
2013-04-28apparmor: fix fully qualified name parsingJohn Johansen1-2/+4
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen1-5/+9
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris1-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris1-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-1/+3
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cJames Morris1-0/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen1-1/+1
2010-08-02AppArmor: misc. base functions and definesJohn Johansen1-0/+133