index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
apparmor
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-22
apparmor: make policy_unpack able to audit different info messages
John Johansen
1
-2
/
+2
2017-09-22
apparmor: add support for absolute root view based labels
John Johansen
1
-0
/
+1
2017-09-22
apparmor: add mount mediation
John Johansen
4
-0
/
+71
2017-09-22
apparmor: add the ability to mediate signals
John Johansen
4
-0
/
+104
2017-08-01
apparmor: Refactor to remove bprm_secureexec hook
Kees Cook
2
-4
/
+0
2017-06-10
apparmor: add domain label stacking info to apparmorfs
John Johansen
2
-0
/
+3
2017-06-10
apparmor: move exec domain mediation to using labels
John Johansen
1
-1
/
+86
2017-06-10
apparmor: mediate files when they are received
John Johansen
1
-0
/
+1
2017-06-10
apparmor: move path_link mediation to using labels
John Johansen
1
-1
/
+1
2017-06-10
apparmor: refactor path name lookup and permission checks around labels
John Johansen
1
-1
/
+4
2017-06-10
apparmor: update aa_audit_file() to use labels
John Johansen
1
-1
/
+2
2017-06-10
apparmor: move aa_file_perm() to use labels
John Johansen
1
-8
/
+21
2017-06-10
apparmor: allow ptrace checks to be finer grained than just capability
John Johansen
1
-0
/
+6
2017-06-10
apparmor: move ptrace checks to using labels
John Johansen
2
-5
/
+6
2017-06-10
apparmor: add cross check permission helper macros
John Johansen
1
-1
/
+41
2017-06-10
apparmor: move resource checks to using labels
John Johansen
1
-2
/
+2
2017-06-10
apparmor: move capability checks to using labels
John Johansen
1
-2
/
+4
2017-06-10
apparmor: switch getprocattr to using label_print fns()
John Johansen
1
-1
/
+1
2017-06-10
apparmor: switch from profiles to using labels on contexts
John Johansen
6
-166
/
+132
2017-06-10
apparmor: add the base fns() for domain labels
John Johansen
1
-0
/
+441
2017-06-10
apparmor: revalidate files during exec
John Johansen
2
-0
/
+3
2017-06-10
apparmor: cleanup rename XXX_file_context() to XXX_file_ctx()
John Johansen
1
-5
/
+12
2017-06-10
apparmor: convert aa_change_XXX bool parameters to flags
John Johansen
2
-8
/
+8
2017-06-10
apparmor: share profile name on replacement
John Johansen
1
-1
/
+31
2017-06-10
apparmor: convert to profile block critical sections
John Johansen
1
-23
/
+100
2017-06-10
apparmor: move bprm_committing_creds/committed_creds to lsm.c
John Johansen
1
-2
/
+0
2017-06-10
apparmor: add namespace lookup fns()
John Johansen
1
-0
/
+13
2017-06-10
apparmor: switch from file_perms to aa_perms
John Johansen
2
-22
/
+5
2017-06-10
apparmor: add gerneric permissions struct and support fns
John Johansen
2
-2
/
+36
2017-06-10
apparmor: add fn to test if profile supports a given mediation class
John Johansen
1
-0
/
+10
2017-06-10
apparmor: add policy revision file interface
John Johansen
2
-0
/
+3
2017-06-10
apparmor: provide finer control over policy management
John Johansen
1
-2
/
+6
2017-06-09
apparmor: rework perm mapping to a slightly broader set
John Johansen
2
-21
/
+53
2017-06-08
apparmor: move permissions into their own file to be more easily shared
John Johansen
3
-19
/
+42
2017-06-08
apparmor: allow specifying an already created dir to create ns entries in
John Johansen
1
-2
/
+2
2017-06-08
apparmor: rename apparmor file fns and data to indicate use
John Johansen
3
-31
/
+31
2017-06-08
apparmor: move to per loaddata files, instead of replicating in profiles
John Johansen
3
-4
/
+72
2017-06-08
apparmor: Move path lookup to using preallocated buffers
John Johansen
1
-2
/
+2
2017-06-08
apparmor: allow profiles to provide info to disconnected paths
John Johansen
2
-1
/
+4
2017-06-08
apparmor: make internal lib fn skipn_spaces available to the rest of apparmor
John Johansen
1
-0
/
+1
2017-06-08
apparmor: move file context into file.h
John Johansen
2
-32
/
+32
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-11
/
+0
2017-04-07
apparmor: fix parameters so that the permission test is bypassed at boot
John Johansen
1
-1
/
+1
2017-02-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
14
-344
/
+672
2017-01-16
apparmor: fix restricted endian type warnings for dfa unpack
John Johansen
1
-3
/
+3
2017-01-16
apparmor: add per cpu work buffers to avoid allocating buffers at every hook
John Johansen
1
-0
/
+53
2017-01-16
apparmor: support querying extended trusted helper extra data
William Hua
1
-0
/
+16
2017-01-16
apparmor: convert change_profile to use fqname later to give better control
John Johansen
1
-2
/
+2
2017-01-16
apparmor: change aad apparmor_audit_data macro to a fn macro
John Johansen
2
-13
/
+32
2017-01-16
apparmor: change op from int to const char *
John Johansen
3
-60
/
+60
[prev]
[next]