summaryrefslogtreecommitdiffstats
path: root/security/apparmor/lib.c
AgeCommit message (Expand)AuthorLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra-2/+4
2018-07-19apparmor: Check buffer bounds when mapping permissions maskTyler Hicks-4/+13
2018-05-03apparmor: fix typo "type"Zygmunt Krynicki-1/+1
2018-03-13apparmor: add base infastructure for socket mediationJohn Johansen-2/+3
2017-11-21apparmor: remove unused redundant variable stopColin Ian King-3/+0
2017-11-21apparmor: initialized returned struct aa_permsArnd Bergmann-8/+5
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds-3/+2
2017-09-22apparmor: add base infastructure for socket mediationJohn Johansen-2/+3
2017-06-10apparmor: switch from profiles to using labels on contextsJohn Johansen-0/+163
2017-06-10apparmor: share profile name on replacementJohn Johansen-8/+32
2017-06-10apparmor: switch from file_perms to aa_permsJohn Johansen-0/+1
2017-06-10apparmor: add gerneric permissions struct and support fnsJohn Johansen-0/+102
2017-06-09apparmor: rework perm mapping to a slightly broader setJohn Johansen-0/+59
2017-06-08apparmor: move permissions into their own file to be more easily sharedJohn Johansen-0/+1
2017-06-08apparmor: make internal lib fn skipn_spaces available to the rest of apparmorJohn Johansen-1/+1
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko-30/+0
2017-04-07apparmor: fix boolreturn.cocci warningskbuild test robot-2/+2
2017-01-16apparmor: change aad apparmor_audit_data macro to a fn macroJohn Johansen-5/+3
2017-01-16apparmor: update policy_destroy to use new debug assertsJohn Johansen-9/+2
2017-01-16apparmor: pass gfp param into aa_policy_init()John Johansen-4/+4
2017-01-16apparmor: constify policy name and hnameJohn Johansen-1/+1
2017-01-16apparmor: rename hname_tail to basenameJohn Johansen-1/+1
2017-01-16apparmor: add lib fn to find the "split" for fqnamesJohn Johansen-0/+53
2017-01-16apparmor: split out shared policy_XXX fns to libJohn Johansen-0/+52
2017-01-16apparmor: move lib definitions into separate lib includeJohn Johansen-1/+1
2017-01-15AppArmor: Use GFP_KERNEL for __aa_kvmalloc().Tetsuo Handa-1/+2
2014-05-06nick kvfree() from apparmorAl Viro-14/+0
2013-08-14apparmor: remove minimum size check for vmalloc()Tetsuo Handa-5/+0
2013-05-12apparmor: no need to delay vfree()Al Viro-21/+3
2013-04-28apparmor: fix fully qualified name parsingJohn Johansen-2/+4
2013-04-28apparmor: add kvzalloc to handle zeroing for kvmallocJohn Johansen-5/+9
2012-04-09LSM: do not initialize common_audit_data to 0Eric Paris-1/+1
2012-04-09LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris-1/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris-1/+3
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cJames Morris-0/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen-1/+1
2010-08-02AppArmor: misc. base functions and definesJohn Johansen-0/+133