summaryrefslogtreecommitdiff
path: root/security (unfollow)
Commit message (Expand)Author
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-08security: pfe: Return proper error codeNeeraj Soni
2017-11-08KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2017-10-27KEYS: Fix race between updating and finding a negative keyDavid Howells
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-24security: Extend SELinux to support CAN socketsAlex Yakavenka
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-18security: pfe: Synchronize the file key usageNeeraj Soni
2017-07-15KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-06-30UPSTREAM: selinux: enable genfscon labeling for tracefsJeff Vander Stoep
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-27security: pfe: Remove __exit annotation to fix section mismatchStephen Boyd
2017-04-27KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-04-27KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-04-27KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
2017-04-04security: pfe: Remove __exit annotation to fix section mismatchStephen Boyd
2017-03-20security: pfe: Adapt ICE engine setup call for eMMCNeeraj Soni
2017-02-14selinux: fix off-by-one in setprocattrStephen Smalley
2017-02-10ANDROID: export security_path_chownDaniel Rosenberg
2017-02-08ice: fix issue with losing ICE key configuration during resetAndrey Markovytch
2017-02-06ANDROID: security: export security_path_chown()Amit Pundir
2017-02-03ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg
2017-01-26ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg
2017-01-19ufs: fixed bugs in ice related to key syncronizationAndrey Markovytch
2017-01-10KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2017-01-09security: switched to stackable model for PFT/PFK moduleAndrey Markovytch
2016-12-02apparmor: fix change_hat not finding hat after policy replacementJohn Johansen
2016-11-10KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells
2016-10-31selinux: nlmsgtab: add SOCK_DESTROY to the netlink mapping tablesLorenzo Colitti
2016-10-16ima: use file_dentry()Miklos Szeredi
2016-10-12BACKPORT: audit: consistently record PIDs with task_tgid_nr()Paul Moore
2016-09-24BACKPORT: audit: consistently record PIDs with task_tgid_nr()Paul Moore
2016-09-24usercopy: remove page-spanning test for nowKees Cook
2016-09-15ext4 crypto: enable HW based encryption with ICEAndrey Markovytch
2016-09-14UPSTREAM: usercopy: remove page-spanning test for nowKees Cook
2016-09-14UPSTREAM: Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds
2016-09-13KEYS: potential uninitialized variableDan Carpenter
2016-09-13FROMLIST: security,perf: Allow further restriction of perf_event_openJeff Vander Stoep
2016-09-08UPSTREAM: usercopy: remove page-spanning test for nowKees Cook
2016-09-06UPSTREAM: Make the hardened user-copy code depend on having a hardened allocatorLinus Torvalds
2016-09-06BACKPORT: mm: Hardened usercopyKees Cook
2016-08-27mm: Hardened usercopyKees Cook