summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2021-04-28KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek
2021-03-30integrity: double check iint_cache was initializedMimi Zohar
2021-03-30selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek
2021-03-30selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek
2021-03-17Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman
2021-03-09tomoyo: recognize kernel threads correctlyTetsuo Handa
2021-03-07tomoyo: ignore data race while checking quotaTetsuo Handa
2021-03-07smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov
2021-03-04KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen
2021-03-04KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen
2021-03-04KEYS: trusted: Fix incorrect handling of tpm_get_random()Jarkko Sakkinen
2021-03-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein
2021-03-04certs: Fix blacklist flag type confusionDavid Howells
2021-03-04watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi
2021-03-04capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman
2021-03-04ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian
2021-03-04ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian
2021-03-04evm: Fix memleak in init_descDinghao Liu
2021-02-17cap: fix conversions on getxattrMiklos Szeredi
2021-01-19dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro
2020-12-30ima: Don't modify file descriptor mode on the flyRoberto Sassu
2020-12-30Smack: Handle io_uring kernel thread privilegesCasey Schaufler
2020-12-30selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handlingPaul Moore
2020-12-30selinux: fix error initialization in inode_doinit_with_dentry()Tianyue Ren
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou
2020-10-29ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds
2020-10-17task_work: cleanup notification modesarch-cleanup-2020-10-22Jens Axboe
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextLinus Torvalds
2020-10-13Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds
2020-10-13LSM: SafeSetID: Fix warnings reported by test botThomas Cedeno
2020-10-13LSM: SafeSetID: Add GID security policy handlingThomas Cedeno
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12tomoyo: Loosen pathname/domainname validation.Tetsuo Handa
2020-10-05Smack: Remove unnecessary variable initializationCasey Schaufler
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook
2020-10-05IMA: Add support for file reads without contentsScott Branden
2020-10-05LSM: Add "contents" flag to kernel_read_file hookKees Cook
2020-10-05firmware_loader: Use security_post_load_data()Kees Cook
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook