index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
apparmor: Use pointer to struct aa_label for lbs_cred
Xiu Jianfeng
2022-10-25
1
-2
/
+2
*
AppArmor: Fix kernel-doc
Jiapeng Chong
2022-10-25
1
-1
/
+1
*
LSM: Fix kernel-doc
Jiapeng Chong
2022-10-25
1
-1
/
+1
*
AppArmor: Fix kernel-doc
Jiapeng Chong
2022-10-25
1
-1
/
+1
*
apparmor: Fix loading of child before parent
John Johansen
2022-10-25
1
-9
/
+78
*
apparmor: refactor code that alloc null profiles
John Johansen
2022-10-24
4
-28
/
+43
*
apparmor: fix obsoleted comments for aa_getprocattr() and audit_resource()
Gaosheng Cui
2022-10-24
2
-6
/
+7
*
apparmor: remove useless static inline functions
Gaosheng Cui
2022-10-24
2
-19
/
+0
*
apparmor: Fix unpack_profile() warn: passing zero to 'ERR_PTR'
John Johansen
2022-10-10
1
-5
/
+16
*
apparmor: fix uninitialize table variable in error in unpack_trans_table
John Johansen
2022-10-10
1
-1
/
+1
*
apparmor: store return value of unpack_perms_table() to signed variable
Muhammad Usama Anjum
2022-10-04
1
-4
/
+8
*
apparmor: Fix kunit test for out of bounds array
John Johansen
2022-10-03
1
-2
/
+1
*
apparmor: Fix decompression of rawdata for read back to userspace
John Johansen
2022-10-03
2
-4
/
+5
*
apparmor: Fix undefined references to zstd_ symbols
John Johansen
2022-10-03
3
-5
/
+15
*
apparmor: make sure the decompression ctx is promperly initialized
John Johansen
2022-10-03
1
-1
/
+5
*
apparmor: Remove unnecessary size check when unpacking trans_table
John Johansen
2022-10-03
1
-3
/
+7
*
apparmor: Fix doc comment for compute_fperms
John Johansen
2022-10-03
1
-2
/
+2
*
apparmor: make __aa_path_perm() static
Xiu Jianfeng
2022-10-03
2
-6
/
+4
*
apparmor: Simplify obtain the newest label on a cred
Gaosheng Cui
2022-10-03
2
-14
/
+1
*
apparmor: Fix regression in stacking due to label flags
John Johansen
2022-10-03
1
-5
/
+7
*
apparmor: fix aa_class_names[] to match reserved classes
John Johansen
2022-10-03
1
-1
/
+16
*
apparmor: rework profile->rules to be a list
John Johansen
2022-10-03
15
-57
/
+142
*
apparmor: refactor profile rules and attachments
John Johansen
2022-10-03
18
-239
/
+308
*
apparmor: verify loaded permission bits masks don't overlap
John Johansen
2022-10-03
1
-4
/
+30
*
apparmor: cleanup: move perm accumulation into perms.h
John Johansen
2022-10-03
2
-52
/
+53
*
apparmor: make sure perm indexes are accumulated
John Johansen
2022-10-03
3
-2
/
+25
*
apparmor: verify permission table indexes
John Johansen
2022-10-03
1
-1
/
+34
*
apparmor: add the ability for policy to specify a permission table
John Johansen
2022-10-03
2
-11
/
+98
*
apparmor: make unpack_array return a trianary value
John Johansen
2022-10-03
2
-22
/
+33
*
apparmor: group dfa policydb unpacking
John Johansen
2022-10-03
1
-38
/
+63
*
apparmor: make transition table unpack generic so it can be reused
John Johansen
2022-10-03
1
-10
/
+12
*
apparmor: add user mode flag
John Johansen
2022-10-03
5
-5
/
+9
*
apparmor: add mediation class information to auditing
John Johansen
2022-10-03
14
-13
/
+48
*
apparmor: extend permissions to support a label and tag string
John Johansen
2022-10-03
7
-27
/
+32
*
apparmor: isolate policy backwards compatibility to its own file
John Johansen
2022-10-03
5
-287
/
+359
*
apparmor: extend xindex size
John Johansen
2022-10-03
3
-17
/
+16
*
apparmor: move dfa perm macros into policy_unpack
John Johansen
2022-10-03
2
-51
/
+49
*
apparmor: extend policydb permission set by making use of the xbits
John Johansen
2022-10-03
1
-4
/
+27
*
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
2022-10-03
1
-4
/
+9
*
apparmor: Fix abi check to include v8 abi
John Johansen
2022-10-03
1
-1
/
+1
*
apparmor: preparse for state being more than just an integer
John Johansen
2022-10-03
15
-102
/
+101
*
apparmor: convert policy lookup to use accept as an index
John Johansen
2022-10-03
7
-24
/
+33
*
apparmor: cleanup shared permission struct
John Johansen
2022-10-03
2
-12
/
+9
*
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2022-10-03
2
-4
/
+7
*
apparmor: convert fperm lookup to use accept as an index
John Johansen
2022-10-03
2
-19
/
+44
*
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
2022-10-03
6
-29
/
+28
*
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
2022-10-03
7
-59
/
+40
*
apparmor: compute policydb permission on profile load
John Johansen
2022-10-03
9
-86
/
+90
*
apparmor: convert xmatch to use aa_perms structure
John Johansen
2022-10-03
3
-7
/
+13
*
apparmor: rework and cleanup fperm computation
John Johansen
2022-10-03
1
-32
/
+38
[next]