summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2020-12-14Merge tag 'tomoyo-pr-20201214' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-41/+44
2020-12-14vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi-2/+1
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-0/+1
2020-12-06tomoyo: Fix typo in comments.Tetsuo Handa-7/+7
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-24/+54
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal-11/+11
2020-11-29ima: Don't modify file descriptor mode on the flyRoberto Sassu-15/+5
2020-11-27tomoyo: Fix null pointer checkZheng Zengkai-6/+4
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony-0/+1
2020-11-26ima: Implement ima_inode_hashKP Singh-24/+54
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore-17/+19
2020-11-23selinux: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-11-23keys: Provide the original description to the key preparserDavid Howells-0/+2
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian-16/+37
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-3/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2020-11-16security/smack: remove unused varible 'rc'Alex Shi-2/+1
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+3
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+2
2020-11-13Smack: fix kernel-doc interface on functionsAlex Shi-3/+4
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou-1/+3
2020-11-12selinux: drop super_block backpointer from superblock_security_structOndrej Mosnacek-4/+2
2020-11-06bpf: Implement task local storageKP Singh-0/+2
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin-0/+77
2020-11-05selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore-18/+13
2020-11-03tomoyo: Limit wildcard recursion depth.Tetsuo Handa-25/+30
2020-11-02ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel-6/+12
2020-10-29ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-28tomoyo: fix clang pointer arithmetic warningArnd Bergmann-3/+3
2020-10-27selinux: allow dontauditx and auditallowx rules to take effect without allowxbauen1-3/+1
2020-10-27selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren-3/+16
2020-10-27audit: trigger accompanying records when no rules presentRichard Guy Briggs-5/+0
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds-109/+309
2020-10-17task_work: cleanup notification modesJens Axboe-2/+2
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-0/+6
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-67/+161
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+110
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-498/+1068
2020-10-13Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextLinus Torvalds-149/+200
2020-10-13Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds-6/+23
2020-10-13LSM: SafeSetID: Fix warnings reported by test botThomas Cedeno-14/+14
2020-10-13LSM: SafeSetID: Add GID security policy handlingThomas Cedeno-109/+309
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+11
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-41/+3
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+66
2020-10-12tomoyo: Loosen pathname/domainname validation.Tetsuo Handa-6/+23
2020-10-05Smack: Remove unnecessary variable initializationCasey Schaufler-1/+1
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook-2/+3
2020-10-05IMA: Add support for file reads without contentsScott Branden-6/+16
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook-8/+28