summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-13Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-13Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-08ima: Remove redundant conditional operatorThiago Jung Bauermann
2017-11-08ima: Fix bool initialization/comparisonThomas Meyer
2017-11-08ima: check signature enforcement against cmdline param instead of CONFIGBruno E. O. Meneguele
2017-11-08ima: fix hash algorithm initializationBoshi Wang
2017-11-08EVM: Only complain about a missing HMAC key onceMatthew Garrett
2017-11-08EVM: Allow userspace to signal an RSA key has been loadedMatthew Garrett
2017-11-08EVM: Include security.apparmor in EVM measurementsMatthew Garrett
2017-11-08integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig
2017-11-08ima: always measure and audit files in policyMimi Zohar
2017-11-08ima: don't remove the securityfs policy fileMimi Zohar
2017-11-08apparmor: fix off-by-one comparison on MAXMAPPED_SIGJohn Johansen
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2017-11-02KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2017-11-02Smack: Base support for overlayfsCasey Schaufler
2017-10-26Revert "apparmor: add base infastructure for socket mediation"Linus Torvalds
2017-10-24Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar
2017-10-21tomoyo: fix timestamping for y2038Arnd Bergmann
2017-10-20capabilities: audit log other surprising conditionsRichard Guy Briggs
2017-10-20capabilities: fix logic for effective root or real rootRichard Guy Briggs
2017-10-20capabilities: invert logic for clarityRichard Guy Briggs
2017-10-20capabilities: remove a layer of conditional logicRichard Guy Briggs
2017-10-20capabilities: move audit log decision to functionRichard Guy Briggs
2017-10-20capabilities: use intuitive names for id changesRichard Guy Briggs
2017-10-20capabilities: use root_priveleged inline to clarify logicRichard Guy Briggs
2017-10-20capabilities: rename has_cap to has_fcapRichard Guy Briggs
2017-10-20capabilities: intuitive names for cap gain statusRichard Guy Briggs
2017-10-20capabilities: factor out cap_bprm_set_creds privileged rootRichard Guy Briggs
2017-10-19commoncap: move assignment of fs_ns to avoid null pointer dereferenceColin Ian King
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris
2017-10-18KEYS: load key flags and expiry time atomically in proc_keys_show()Eric Biggers
2017-10-18KEYS: Load key expiry time atomically in keyring_search_iterator()Eric Biggers
2017-10-18KEYS: load key flags and expiry time atomically in key_validate()Eric Biggers
2017-10-18KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-10-18security/keys: BIG_KEY requires CONFIG_CRYPTOArnd Bergmann
2017-10-12KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2017-10-10locking/rwsem, security/apparmor: Replace homebrew use of write_can_lock() wi...Will Deacon
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-10-04lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2017-09-28Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3James Morris
2017-09-25security/keys: rewrite all of big_key cryptoJason A. Donenfeld
2017-09-25security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld
2017-09-25KEYS: use kmemdup() in request_key_auth_new()Eric Biggers