aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2017-11-24ima: do not update security.ima if appraisal status is not INTEGRITY_PASSRoberto Sassu
2017-11-18security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni
2017-11-15KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2017-11-15KEYS: trusted: sanitize all key materialEric Biggers
2017-11-08KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2017-10-27KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-10-27KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2017-10-12lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-10-05KEYS: prevent KEYCTL_READ on negative keyEric Biggers
2017-10-05KEYS: prevent creating a different user's keyringsEric Biggers
2017-10-05KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers
2017-07-15KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-06-14KEYS: fix freeing uninitialized memory in key_update()Eric Biggers
2017-06-14KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers
2017-05-25ima: accept previously set IMA_NEW_FILEDaniel Glöckner
2017-04-30KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-04-30KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-04-30KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
2017-04-18selinux: fix off-by-one in setprocattrStephen Smalley
2016-11-23KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2016-07-12KEYS: potential uninitialized variableDan Carpenter
2016-04-13KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells
2016-04-13security: let security modules use PTRACE_MODE_* with bitmasksJann Horn
2016-04-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-03-04EVM: Use crypto_memneq() for digest comparisonsRyan Ware
2016-01-25KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats
2016-01-22KEYS: Fix race between read and revokeDavid Howells
2015-11-18KEYS: Fix crash when attempt to garbage collect an uninstantiated keyringDavid Howells
2015-11-18KEYS: Fix race between key destruction and finding a keyring by nameDavid Howells
2015-08-27ima: extend "mask" policy matching supportMimi Zohar
2015-08-27ima: add support for new "euid" policy conditionMimi Zohar
2015-08-04evm: labeling pseudo filesystems exceptionMimi Zohar
2015-08-04KEYS: ensure we free the assoc array edit if edit is validColin Ian King
2015-07-20selinux: fix setting of security labels on NFSJ. Bruce Fields
2015-07-03ima: fix ima_show_template_data_ascii()Mimi Zohar
2015-06-28selinux/nlmsg: add XFRM_MSG_MAPPINGNicolas Dichtel
2015-06-28selinux/nlmsg: add XFRM_MSG_MIGRATENicolas Dichtel
2015-06-28selinux/nlmsg: add XFRM_MSG_REPORTNicolas Dichtel
2015-06-28selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFONicolas Dichtel
2015-06-28selinux/nlmsg: add XFRM_MSG_GETSPDINFONicolas Dichtel
2015-06-28selinux/nlmsg: add XFRM_MSG_NEWSPDINFONicolas Dichtel
2015-04-22selinux: fix sel_write_enforce broken return valueJoe Perches
2015-03-06smack: fix possible use after frees in task_security() callersAndrey Ryabinin
2015-01-29KEYS: close race between key lookup and freeingSasha Levin
2015-01-08KEYS: Fix stale key registration at error pathTakashi Iwai
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-12-01KEYS: request_key() should reget expired keys rather than give EKEYEXPIREDDavid Howells
2014-12-01KEYS: Simplify KEYRING_SEARCH_{NO,DO}_STATE_CHECK flagsDavid Howells
2014-12-01KEYS: Fix the size of the key description passed to/from userspaceDavid Howells
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/selinux i...James Morris