index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
apparmor: cleanup: move perm accumulation into perms.h
John Johansen
2
-52
/
+53
2022-10-03
apparmor: make sure perm indexes are accumulated
John Johansen
3
-2
/
+25
2022-10-03
apparmor: verify permission table indexes
John Johansen
1
-1
/
+34
2022-10-03
apparmor: add the ability for policy to specify a permission table
John Johansen
2
-11
/
+98
2022-10-03
apparmor: make unpack_array return a trianary value
John Johansen
2
-22
/
+33
2022-10-03
apparmor: group dfa policydb unpacking
John Johansen
1
-38
/
+63
2022-10-03
apparmor: make transition table unpack generic so it can be reused
John Johansen
1
-10
/
+12
2022-10-03
apparmor: add user mode flag
John Johansen
5
-5
/
+9
2022-10-03
apparmor: add mediation class information to auditing
John Johansen
14
-13
/
+48
2022-10-03
apparmor: extend permissions to support a label and tag string
John Johansen
7
-27
/
+32
2022-10-03
apparmor: isolate policy backwards compatibility to its own file
John Johansen
5
-287
/
+359
2022-10-03
apparmor: extend xindex size
John Johansen
3
-17
/
+16
2022-10-03
apparmor: move dfa perm macros into policy_unpack
John Johansen
2
-51
/
+49
2022-10-03
apparmor: extend policydb permission set by making use of the xbits
John Johansen
1
-4
/
+27
2022-10-03
apparmor: fix apparmor mediating locking non-fs unix sockets
John Johansen
1
-4
/
+9
2022-10-03
apparmor: Fix abi check to include v8 abi
John Johansen
1
-1
/
+1
2022-10-03
apparmor: preparse for state being more than just an integer
John Johansen
15
-102
/
+101
2022-10-03
apparmor: convert policy lookup to use accept as an index
John Johansen
7
-24
/
+33
2022-10-03
apparmor: cleanup shared permission struct
John Johansen
2
-12
/
+9
2022-10-03
apparmor: convert xmatch lookup to use accept as an index
John Johansen
2
-4
/
+7
2022-10-03
apparmor: convert fperm lookup to use accept as an index
John Johansen
2
-19
/
+44
2022-10-03
apparmor: convert xmatch to using the new shared policydb struct
John Johansen
6
-29
/
+28
2022-10-03
apparmor: combine file_rules and aa_policydb into a single shared struct
John Johansen
7
-59
/
+40
2022-10-03
apparmor: compute policydb permission on profile load
John Johansen
9
-86
/
+90
2022-10-03
apparmor: convert xmatch to use aa_perms structure
John Johansen
3
-7
/
+13
2022-10-03
apparmor: rework and cleanup fperm computation
John Johansen
1
-32
/
+38
2022-10-03
apparmor: move fperm computation into policy_unpack
John Johansen
3
-98
/
+98
2022-10-03
apparmor: compute xmatch permissions on profile load
Mike Salvatore
4
-3
/
+26
2022-10-03
apparmor: compute file permissions on profile load
Mike Salvatore
5
-48
/
+110
2022-10-03
apparmor: expose compression level limits in sysfs
Jon Tourville
1
-0
/
+16
2022-10-03
apparmor: use zstd compression for profile data
Jon Tourville
4
-102
/
+81
2022-10-03
apparmor: reserve mediation classes
John Johansen
1
-1
/
+8
2022-10-03
apparmor: fix lockdep warning when removing a namespace
John Johansen
1
-1
/
+1
2022-10-03
apparmor: fix a memleak in multi_transaction_new()
Gaosheng Cui
1
-1
/
+3
2022-08-10
Merge tag 'apparmor-pr-2022-08-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
29
-338
/
+486
2022-08-02
Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-6
/
+6
2022-08-02
Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
1
-29
/
+23
2022-08-02
Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linux
Linus Torvalds
2
-9
/
+35
2022-08-02
Merge tag 'Smack-for-6.0' of https://github.com/cschaufler/smack-next
Linus Torvalds
2
-12
/
+2
2022-08-02
Merge tag 'selinux-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-13
/
+19
2022-08-02
Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-1
/
+182
2022-08-01
smack: Remove the redundant lsm_inode_alloc
Xiu Jianfeng
1
-7
/
+0
2022-08-01
smack: Replace kzalloc + strncpy with kstrndup
GONG, Ruiqi
1
-5
/
+2
2022-08-01
Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-08-01
Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-7
/
+10
2022-07-20
apparmor: correct config reference to intended one
Lukas Bulwahn
1
-1
/
+1
2022-07-20
lockdown: Fix kexec lockdown bypass with ima policy
Eric Snowberg
1
-0
/
+4
2022-07-19
apparmor: move ptrace mediation to more logical task.{h,c}
John Johansen
5
-128
/
+133
2022-07-19
apparmor: extend policydb permission set by making use of the xbits
John Johansen
4
-5
/
+25
2022-07-19
apparmor: allow label to carry debug flags
John Johansen
6
-8
/
+20
[next]