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
2019-09-04
selinux: fix residual uses of current_security() for the SELinux blob
Stephen Smalley
2
-11
/
+11
2019-09-04
smack: use GFP_NOFS while holding inode_smack::smk_lock
Eric Biggers
2
-4
/
+4
2019-09-04
security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...
Jia-Ju Bai
1
-0
/
+2
2019-09-04
smack: fix some kernel-doc notations
luanshi
1
-18
/
+15
2019-09-04
Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is set
Jann Horn
1
-1
/
+2
2019-08-30
keys: ensure that ->match_free() is called in request_key_and_link()
Eric Biggers
1
-1
/
+1
2019-08-29
ima: ima_api: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2019-08-29
ima: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-08-28
ima: Fix use after free in ima_read_modsig()
Thiago Jung Bauermann
1
-1
/
+2
2019-08-27
selinux: avoid atomic_t usage in sidtab
Ondrej Mosnacek
2
-32
/
+35
2019-08-19
lockdown: Print current->comm in restriction messages
Matthew Garrett
1
-2
/
+6
2019-08-19
tracefs: Restrict tracefs when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
debugfs: Restrict debugfs when the kernel is locked down
David Howells
1
-0
/
+1
2019-08-19
kexec: Allow kexec_file() with appropriate IMA policy when locked down
Matthew Garrett
3
-1
/
+53
2019-08-19
lockdown: Lock down perf when in confidentiality mode
David Howells
1
-0
/
+1
2019-08-19
bpf: Restrict bpf when kernel lockdown is in confidentiality mode
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down tracing and perf kprobes when in confidentiality mode
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down /proc/kcore
David Howells
1
-0
/
+1
2019-08-19
x86/mmiotrace: Lock down the testmmiotrace module
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down module params that specify hardware parameters (eg. ioport)
David Howells
1
-0
/
+1
2019-08-19
lockdown: Lock down TIOCSSERIAL
David Howells
1
-0
/
+1
2019-08-19
lockdown: Prohibit PCMCIA CIS storage when the kernel is locked down
David Howells
1
-0
/
+1
2019-08-19
ACPI: Limit access to custom_method when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
x86/msr: Restrict MSR access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
x86: Lock down IO port access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
PCI: Lock down BAR access when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
hibernate: Disable when the kernel is locked down
Josh Boyer
1
-0
/
+1
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
2
-2
/
+2
2019-08-19
kexec_load: Disable at runtime if the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
lockdown: Restrict /dev/{mem,kmem,port} when the kernel is locked down
Matthew Garrett
1
-0
/
+1
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
2
-0
/
+2
2019-08-19
security: Add a static lockdown policy LSM
Matthew Garrett
5
-5
/
+224
2019-08-19
security: Add a "locked down" LSM hook
Matthew Garrett
1
-0
/
+6
2019-08-19
security: Support early LSMs
Matthew Garrett
1
-8
/
+42
2019-08-13
KEYS: trusted: allow module init if TPM is inactive or deactivated
Roberto Sassu
1
-13
/
+0
2019-08-12
fanotify, inotify, dnotify, security: add security hook for fs notifications
Aaron Goidel
3
-2
/
+56
2019-08-05
ima: fix freeing ongoing ahash_request
Sascha Hauer
1
-0
/
+5
2019-08-05
ima: always return negative code for error
Sascha Hauer
1
-1
/
+4
2019-08-05
ima: Store the measurement again when appraising a modsig
Thiago Jung Bauermann
4
-7
/
+47
2019-08-05
ima: Define ima-modsig template
Thiago Jung Bauermann
8
-6
/
+156
2019-08-05
ima: Collect modsig
Thiago Jung Bauermann
5
-5
/
+60
2019-08-05
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
8
-23
/
+209
2019-08-05
ima: Factor xattr_verify() out of ima_appraise_measurement()
Thiago Jung Bauermann
1
-60
/
+81
2019-08-05
ima: Add modsig appraise_type option for module-style appended signatures
Thiago Jung Bauermann
6
-2
/
+62
2019-08-05
integrity: Select CONFIG_KEYS instead of depending on it
Thiago Jung Bauermann
1
-1
/
+1
2019-08-05
selinux: always return a secid from the network caches if we find one
Paul Moore
3
-47
/
+38
2019-08-05
selinux: policydb - rename type_val_to_struct_array
Ondrej Mosnacek
3
-11
/
+11
2019-08-05
selinux: policydb - fix some checkpatch.pl warnings
Ondrej Mosnacek
1
-4
/
+8
2019-08-05
selinux: shuffle around policydb.c to get rid of forward declarations
Paul Moore
1
-189
/
+187
2019-08-02
Merge tag 'selinux-pr-20190801' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+5
[prev]
[next]