summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2022-01-27selinux: fix potential memleak in selinux_add_opt()Bernard Zhao1-2/+10
2022-01-05selinux: initialize proto variable in selinux_ip_postroute_compat()Tom Rix1-1/+1
2022-01-05tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()Tetsuo Handa1-10/+7
2022-01-05tomoyo: Check exceeded quota early in tomoyo_domain_quota_is_ok().Dmitry Vyukov1-7/+7
2021-11-26selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek1-5/+12
2021-11-21fortify: Explicitly disable Clang supportKees Cook1-0/+3
2021-11-18apparmor: fix error checkTom Rix1-2/+2
2021-11-18smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiTetsuo Handa1-1/+1
2021-11-18smackfs: use __GFP_NOFAIL for smk_cipso_doi()Tetsuo Handa1-3/+1
2021-11-18smackfs: Fix use-after-free in netlbl_catmap_walk()Pawan Gupta1-1/+4
2021-11-18evm: mark evm_fixmode as __ro_after_initAustin Kim1-1/+1
2021-11-18selinux: fix race condition when computing ocontext SIDsOndrej Mosnacek1-85/+77
2021-11-18binder: use cred instead of task for selinux checksTodd Kjos2-28/+22
2021-09-18Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang1-9/+8
2021-09-15IMA: remove the dependency on CRYPTO_MD5THOBY Simon1-1/+0
2021-09-15IMA: remove -Wmissing-prototypes warningAustin Kim1-1/+1
2021-08-15bpf: Add lockdown check for probe_write_user helperDaniel Borkmann1-0/+1
2021-08-12selinux: correct the return value when loads initial sidsXiu Jianfeng1-6/+4
2021-07-19smackfs: restrict bytes count in smk_set_cipso()Tetsuo Handa1-0/+2
2021-07-19selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim1-6/+7
2021-07-14evm: fix writing <securityfs>/evm overflowMimi Zohar1-2/+3
2021-07-14evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loadedRoberto Sassu1-4/+4
2021-07-14evm: Execute evm_inode_init_security() only when an HMAC key is loadedRoberto Sassu1-2/+3
2021-06-30integrity: Load mokx variables into the blacklist keyringEric Snowberg1-2/+18
2021-06-30certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg1-0/+11
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-11security: commoncap: fix -Wstringop-overread warningArnd Bergmann1-1/+1
2021-04-28KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley1-1/+1
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