index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Lines
2018-12-12
ima: Use inode_is_open_for_write
Nikolay Borisov
-1
/
+1
2018-12-12
ima: Support platform keyring for kernel appraisal
Nayna Jain
-2
/
+12
2018-12-12
efi: Allow the "db" UEFI variable to be suppressed
Josh Boyer
-10
/
+35
2018-12-12
efi: Import certificates from UEFI Secure Boot
Josh Boyer
-1
/
+173
2018-12-12
efi: Add an EFI signature blob parser
Dave Howells
-1
/
+110
2018-12-12
integrity: Load certs to the platform keyring
Nayna Jain
-24
/
+86
2018-12-12
integrity: Define a trusted platform keyring
Nayna Jain
-16
/
+81
2018-12-12
security: fs: make inode explicitly non-modular
Paul Gortmaker
-4
/
+2
2018-12-12
security: audit and remove any unnecessary uses of module.h
Paul Gortmaker
-24
/
+14
2018-12-12
security: integrity: make evm_main explicitly non-modular
Paul Gortmaker
-4
/
+1
2018-12-12
keys: remove needless modular infrastructure from ecryptfs_format
Paul Gortmaker
-3
/
+2
2018-12-12
security: integrity: make ima_main explicitly non-modular
Paul Gortmaker
-4
/
+3
2018-12-11
ima: don't measure/appraise files on efivarfs
Mimi Zohar
-1
/
+3
2018-12-11
x86/ima: define arch_get_ima_policy() for x86
Eric Richter
-1
/
+9
2018-12-11
ima: add support for arch specific policies
Nayna Jain
-2
/
+70
2018-12-11
ima: refactor ima_init_policy()
Nayna Jain
-41
/
+56
2018-12-11
ima: prevent kexec_load syscall based on runtime secureboot flag
Nayna Jain
-6
/
+13
2018-12-05
selinux: overhaul sidtab to fix bug and improve performance
Ondrej Mosnacek
-324
/
+468
2018-12-05
selinux: use separate table for initial SID lookup
Ondrej Mosnacek
-110
/
+173
2018-12-03
smack: fix access permissions for keyring
Zoran Markovic
-3
/
+9
2018-11-29
Merge tag 'selinux-pr-20181129' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+12
2018-11-29
selinux: add support for RTM_NEWCHAIN, RTM_DELCHAIN, and RTM_GETCHAIN
Paul Moore
-1
/
+12
2018-11-26
audit: use current whenever possible
Paul Moore
-1
/
+1
2018-11-26
selinux: make "selinux_policycap_names[]" const char *
Alexey Dobriyan
-2
/
+2
2018-11-26
selinux: always allow mounting submounts
Ondrej Mosnacek
-1
/
+1
2018-11-20
selinux: refactor sidtab conversion
Ondrej Mosnacek
-41
/
+42
2018-11-20
crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocations
Eric Biggers
-7
/
+6
2018-11-15
Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-3
/
+10
2018-11-14
apparmor: Fix warning about unused function apparmor_ipv6_postroute
Petr Vorel
-0
/
+2
2018-11-13
selinux: fix non-MLS handling in mls_context_to_sid()
Paul Moore
-3
/
+7
2018-11-13
integrity: support new struct public_key_signature encoding field
Mimi Zohar
-0
/
+1
2018-11-13
selinux: check length properly in SCTP bind hook
Ondrej Mosnacek
-0
/
+3
2018-11-13
integrity: support new struct public_key_signature encoding field
Mimi Zohar
-0
/
+1
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
-2
/
+3
2018-11-12
Merge tag 'v4.20-rc2' into next-general
James Morris
-326
/
+880
2018-11-05
selinux: policydb - fix byte order and alignment issues
Ondrej Mosnacek
-15
/
+36
2018-11-05
tomoyo: fix small typo
Yangtao Li
-1
/
+1
2018-11-02
Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-17
/
+291
2018-11-01
apparmor: clean an indentation issue, remove extraneous space
Colin Ian King
-1
/
+1
2018-11-01
apparmor: fix checkpatch error in Parse secmark policy
John Johansen
-1
/
+1
2018-10-26
KEYS: Move trusted.h to include/keys [ver #2]
Denis Kenzior
-137
/
+1
2018-10-26
KEYS: trusted: Expose common functionality [ver #2]
Denis Kenzior
-5
/
+21
2018-10-26
KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]
David Howells
-0
/
+405
2018-10-25
Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-13
/
+17
2018-10-25
Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...
Linus Torvalds
-7
/
+11
2018-10-25
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-43
/
+54
2018-10-24
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-25
/
+50
2018-10-24
Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-111
/
+88
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-4
/
+4
2018-10-18
Merge tag 'loadpin-security-next' of https://git.kernel.org/pub/scm/linux/ker...
James Morris
-13
/
+17
[prev]
[next]