index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket
Mickaël Salaün
1
-0
/
+7
2024-01-04
apparmor: avoid crash when parsed profile name is empty
Fedor Pchelkin
1
-0
/
+4
2024-01-04
apparmor: fix possible memory leak in unpack_trans_table
Fedor Pchelkin
2
-4
/
+4
2024-01-03
apparmor: Fix move_mount mediation by detecting if source is detached
John Johansen
2
-0
/
+5
2024-01-03
apparmor: free the allocated pdb objects
Fedor Pchelkin
1
-6
/
+7
2024-01-03
landlock: Optimize the number of calls to get_access_mask slightly
Günther Noack
1
-2
/
+3
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.6]
Günther Noack
1
-1
/
+1
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v6.1]
Günther Noack
1
-9
/
+9
2024-01-03
landlock: Remove remaining "inline" modifiers in .c files [v5.15]
Günther Noack
2
-4
/
+4
2023-12-29
apparmor: Fix ref count leak in task_kill
John Johansen
1
-1
/
+0
2023-12-24
lsm: new security_file_ioctl_compat() hook
Alfred Piccioni
4
-0
/
+48
2023-12-22
selinux: fix style issues in security/selinux/include/initial_sid_to_string.h
Paul Moore
1
-29
/
+28
2023-12-22
selinux: fix style issues in security/selinux/include/xfrm.h
Paul Moore
1
-2
/
+2
2023-12-22
selinux: fix style issues in security/selinux/include/security.h
Paul Moore
1
-80
/
+75
2023-12-22
selinux: fix style issues with security/selinux/include/policycap_names.h
Paul Moore
1
-0
/
+3
2023-12-22
selinux: fix style issues in security/selinux/include/policycap.h
Paul Moore
1
-0
/
+1
2023-12-22
selinux: fix style issues in security/selinux/include/objsec.h
Paul Moore
1
-64
/
+65
2023-12-22
selinux: fix style issues with security/selinux/include/netlabel.h
Paul Moore
1
-33
/
+20
2023-12-22
selinux: fix style issues in security/selinux/include/netif.h
Paul Moore
1
-2
/
+2
2023-12-22
selinux: fix style issues in security/selinux/include/ima.h
Paul Moore
1
-1
/
+1
2023-12-22
selinux: fix style issues in security/selinux/include/conditional.h
Paul Moore
1
-2
/
+2
2023-12-22
selinux: fix style issues in security/selinux/include/classmap.h
Paul Moore
1
-210
/
+132
2023-12-22
selinux: fix style issues in security/selinux/include/avc_ss.h
Paul Moore
1
-1
/
+1
2023-12-22
selinux: align avc_has_perm_noaudit() prototype with definition
Paul Moore
1
-1
/
+1
2023-12-22
selinux: fix style issues in security/selinux/include/avc.h
Paul Moore
1
-26
/
+15
2023-12-22
selinux: fix style issues in security/selinux/include/audit.h
Paul Moore
1
-1
/
+0
2023-12-21
apparmorfs: don't duplicate kfree_link()
Al Viro
1
-6
/
+1
2023-12-21
keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry
David Howells
4
-22
/
+37
2023-12-20
shm: Slim down dependencies
Kent Overstreet
2
-0
/
+2
2023-12-20
kexec_file: print out debugging message if required
Baoquan He
1
-2
/
+2
2023-12-20
evm: add support to disable EVM on unsupported filesystems
Mimi Zohar
1
-1
/
+34
2023-12-20
evm: don't copy up 'security.evm' xattr
Mimi Zohar
2
-1
/
+8
2023-12-15
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-6
/
+0
2023-12-12
fsnotify: optionally pass access range in file permission hooks
Amir Goldstein
1
-7
/
+1
2023-12-12
fsnotify: split fsnotify_perm() into two hooks
Amir Goldstein
1
-2
/
+2
2023-12-12
io_uring: split out cmd api into a separate header
Pavel Begunkov
2
-2
/
+2
2023-12-07
selinux: remove the wrong comment about multithreaded process handling
Munehisa Kamata
1
-1
/
+0
2023-12-05
iov_iter: replace import_single_range() with import_ubuf()
Jens Axboe
1
-2
/
+2
2023-12-05
iov_iter: remove unused 'iov' argument from import_single_range()
Jens Axboe
1
-2
/
+1
2023-11-27
KEYS: encrypted: Add check for strsep
Chen Ni
1
-0
/
+4
2023-11-27
ima: Remove EXPERIMENTAL from Kconfig
Eric Snowberg
1
-1
/
+1
2023-11-27
ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY
Eric Snowberg
1
-5
/
+5
2023-11-26
apparmor: cleanup network hook comments
John Johansen
1
-44
/
+16
2023-11-21
selinux: introduce an initial SID for early boot processes
Ondrej Mosnacek
7
-2
/
+76
2023-11-20
selinux: refactor avtab_node comparisons
Jacob Satterfield
1
-60
/
+41
2023-11-19
apparmor: add missing params to aa_may_ptrace kernel-doc comments
John Johansen
1
-0
/
+2
2023-11-19
apparmor: declare nulldfa as static
John Johansen
1
-1
/
+1
2023-11-19
apparmor: declare stack_msg as static
John Johansen
1
-1
/
+1
2023-11-19
apparmor: switch SECURITY_APPARMOR_HASH from sha1 to sha256
Dimitri John Ledkov
3
-17
/
+17
2023-11-16
selinux: update filenametr_hash() to use full_name_hash()
Paul Moore
1
-9
/
+2
[prev]
[next]