Age | Commit message (Expand) | Author | Files | Lines |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -5/+1 |
2018-10-03 | apparmor: Fix uninitialized value in aa_split_fqname | Zubin Mithra | 1 | -2/+4 |
2018-07-20 | apparmor: Check buffer bounds when mapping permissions mask | Tyler Hicks | 1 | -4/+13 |
2018-05-03 | apparmor: fix typo "type" | Zygmunt Krynicki | 1 | -1/+1 |
2018-03-14 | apparmor: add base infastructure for socket mediation | John Johansen | 1 | -2/+3 |
2017-11-21 | apparmor: remove unused redundant variable stop | Colin Ian King | 1 | -3/+0 |
2017-11-21 | apparmor: initialized returned struct aa_perms | Arnd Bergmann | 1 | -8/+5 |
2017-10-26 | Revert "apparmor: add base infastructure for socket mediation" | Linus Torvalds | 1 | -3/+2 |
2017-09-22 | apparmor: add base infastructure for socket mediation | John Johansen | 1 | -2/+3 |
2017-06-11 | apparmor: switch from profiles to using labels on contexts | John Johansen | 1 | -0/+163 |
2017-06-11 | apparmor: share profile name on replacement | John Johansen | 1 | -8/+32 |
2017-06-11 | apparmor: switch from file_perms to aa_perms | John Johansen | 1 | -0/+1 |
2017-06-11 | apparmor: add gerneric permissions struct and support fns | John Johansen | 1 | -0/+102 |
2017-06-09 | apparmor: rework perm mapping to a slightly broader set | John Johansen | 1 | -0/+59 |
2017-06-08 | apparmor: move permissions into their own file to be more easily shared | John Johansen | 1 | -0/+1 |
2017-06-08 | apparmor: make internal lib fn skipn_spaces available to the rest of apparmor | John Johansen | 1 | -1/+1 |
2017-05-09 | mm: introduce kv[mz]alloc helpers | Michal Hocko | 1 | -30/+0 |
2017-04-07 | apparmor: fix boolreturn.cocci warnings | kbuild test robot | 1 | -2/+2 |
2017-01-16 | apparmor: change aad apparmor_audit_data macro to a fn macro | John Johansen | 1 | -5/+3 |
2017-01-16 | apparmor: update policy_destroy to use new debug asserts | John Johansen | 1 | -9/+2 |
2017-01-16 | apparmor: pass gfp param into aa_policy_init() | John Johansen | 1 | -4/+4 |
2017-01-16 | apparmor: constify policy name and hname | John Johansen | 1 | -1/+1 |
2017-01-16 | apparmor: rename hname_tail to basename | John Johansen | 1 | -1/+1 |
2017-01-16 | apparmor: add lib fn to find the "split" for fqnames | John Johansen | 1 | -0/+53 |
2017-01-16 | apparmor: split out shared policy_XXX fns to lib | John Johansen | 1 | -0/+52 |
2017-01-16 | apparmor: move lib definitions into separate lib include | John Johansen | 1 | -1/+1 |
2017-01-16 | AppArmor: Use GFP_KERNEL for __aa_kvmalloc(). | Tetsuo Handa | 1 | -1/+2 |
2014-05-06 | nick kvfree() from apparmor | Al Viro | 1 | -14/+0 |
2013-08-14 | apparmor: remove minimum size check for vmalloc() | Tetsuo Handa | 1 | -5/+0 |
2013-05-12 | apparmor: no need to delay vfree() | Al Viro | 1 | -21/+3 |
2013-04-28 | apparmor: fix fully qualified name parsing | John Johansen | 1 | -2/+4 |
2013-04-28 | apparmor: add kvzalloc to handle zeroing for kvmalloc | John Johansen | 1 | -5/+9 |
2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris | 1 | -1/+1 |
2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 1 | -1/+1 |
2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 1 | -1/+3 |
2011-09-10 | apparmor: sparse fix: add apparmor.h to lib.c | James Morris | 1 | -0/+1 |
2011-06-22 | net: remove mm.h inclusion from netdevice.h | Alexey Dobriyan | 1 | -0/+1 |
2010-09-08 | AppArmor: Fix splitting an fqname into separate namespace and profile names | John Johansen | 1 | -1/+1 |
2010-08-02 | AppArmor: misc. base functions and defines | John Johansen | 1 | -0/+133 |