summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2021-05-19KEYS: trusted: Fix memory leak on object tdColin Ian King1-3/+5
2021-05-14ima: Fix the error code for restoring the PCR valueLi Huafei1-2/+2
2021-05-14security: keys: trusted: fix TPM2 authorizationsJames Bottomley2-10/+32
2021-05-14selinux: add proper NULL termination to the secclass_map permissionsPaul Moore1-2/+3
2021-05-12security: commoncap: fix -Wstringop-overread warningArnd Bergmann1-1/+1
2021-04-28KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley1-1/+1
2021-04-21kasan: remove redundant config optionWalter Wu1-2/+2
2021-04-14selinux: fix race between old and new sidtabOndrej Mosnacek3-37/+145
2021-04-14selinux: fix cond_list corruption when changing booleansOndrej Mosnacek3-69/+33
2021-04-14selinux: make nslot handling in avtab more robustOndrej Mosnacek1-10/+11
2021-03-30integrity: double check iint_cache was initializedMimi Zohar1-0/+8
2021-03-30selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek3-33/+55
2021-03-30selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek1-2/+1
2021-03-17Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman1-11/+1
2021-03-09tomoyo: recognize kernel threads correctlyTetsuo Handa1-1/+1
2021-03-07tomoyo: ignore data race while checking quotaTetsuo Handa3-24/+24
2021-03-07smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov1-2/+19
2021-03-04KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+18
2021-03-04KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen1-1/+1
2021-03-04KEYS: trusted: Fix incorrect handling of tpm_get_random()Jarkko Sakkinen1-3/+17
2021-03-04selinux: fix inconsistency between inode_getxattr and inode_listsecurityAmir Goldstein1-0/+4
2021-03-04certs: Fix blacklist flag type confusionDavid Howells2-3/+4
2021-03-04watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi1-4/+4
2021-03-04capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman1-1/+11
2021-03-04ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+2
2021-03-04ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian1-0/+1
2021-03-04evm: Fix memleak in init_descDinghao Liu1-2/+5
2021-01-28cap: fix conversions on getxattrMiklos Szeredi1-24/+43
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro1-2/+5
2020-12-24Merge tag 'Smack-for-5.11-io_uring-fix' of git://github.com/cschaufler/smack-...Linus Torvalds1-2/+3
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+77
2020-12-22Smack: Handle io_uring kernel thread privilegesCasey Schaufler1-2/+3
2020-12-17Merge tag 'ovl-update-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+1
2020-12-16Merge tag 'Smack-for-5.11' of git://github.com/cschaufler/smack-nextLinus Torvalds2-5/+5
2020-12-16Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-37/+54
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-28/+35
2020-12-16Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2020-12-15apparmor: remove duplicate macro list_entry_is_head()Andy Shevchenko1-3/+0
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds10-35/+70
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+3
2020-12-14Merge tag 'tomoyo-pr-20201214' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds8-41/+44
2020-12-14vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi1-2/+1
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-0/+1
2020-12-06tomoyo: Fix typo in comments.Tetsuo Handa5-7/+7
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-24/+54
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal7-11/+11
2020-11-29ima: Don't modify file descriptor mode on the flyRoberto Sassu1-15/+5
2020-11-27tomoyo: Fix null pointer checkZheng Zengkai3-6/+4
2020-11-27xfrm: redact SA secret with lockdown confidentialityAntony Antony1-0/+1
2020-11-26ima: Implement ima_inode_hashKP Singh1-24/+54