index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
lib.c
Age
Commit message (
Expand
)
Author
2018-05-03
apparmor: fix typo "type"
Zygmunt Krynicki
2018-03-13
apparmor: add base infastructure for socket mediation
John Johansen
2017-11-21
apparmor: remove unused redundant variable stop
Colin Ian King
2017-11-21
apparmor: initialized returned struct aa_perms
Arnd Bergmann
2017-10-26
Revert "apparmor: add base infastructure for socket mediation"
Linus Torvalds
2017-09-22
apparmor: add base infastructure for socket mediation
John Johansen
2017-06-10
apparmor: switch from profiles to using labels on contexts
John Johansen
2017-06-10
apparmor: share profile name on replacement
John Johansen
2017-06-10
apparmor: switch from file_perms to aa_perms
John Johansen
2017-06-10
apparmor: add gerneric permissions struct and support fns
John Johansen
2017-06-09
apparmor: rework perm mapping to a slightly broader set
John Johansen
2017-06-08
apparmor: move permissions into their own file to be more easily shared
John Johansen
2017-06-08
apparmor: make internal lib fn skipn_spaces available to the rest of apparmor
John Johansen
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
2017-04-07
apparmor: fix boolreturn.cocci warnings
kbuild test robot
2017-01-16
apparmor: change aad apparmor_audit_data macro to a fn macro
John Johansen
2017-01-16
apparmor: update policy_destroy to use new debug asserts
John Johansen
2017-01-16
apparmor: pass gfp param into aa_policy_init()
John Johansen
2017-01-16
apparmor: constify policy name and hname
John Johansen
2017-01-16
apparmor: rename hname_tail to basename
John Johansen
2017-01-16
apparmor: add lib fn to find the "split" for fqnames
John Johansen
2017-01-16
apparmor: split out shared policy_XXX fns to lib
John Johansen
2017-01-16
apparmor: move lib definitions into separate lib include
John Johansen
2017-01-15
AppArmor: Use GFP_KERNEL for __aa_kvmalloc().
Tetsuo Handa
2014-05-06
nick kvfree() from apparmor
Al Viro
2013-08-14
apparmor: remove minimum size check for vmalloc()
Tetsuo Handa
2013-05-12
apparmor: no need to delay vfree()
Al Viro
2013-04-28
apparmor: fix fully qualified name parsing
John Johansen
2013-04-28
apparmor: add kvzalloc to handle zeroing for kvmalloc
John Johansen
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
2011-09-09
apparmor: sparse fix: add apparmor.h to lib.c
James Morris
2011-06-21
net: remove mm.h inclusion from netdevice.h
Alexey Dobriyan
2010-09-08
AppArmor: Fix splitting an fqname into separate namespace and profile names
John Johansen
2010-08-02
AppArmor: misc. base functions and defines
John Johansen