summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2019-07-09selinux: avoid silent denials in permissive mode under RCU walkStephen Smalley
2019-07-09security/selinux: pass 'flags' arg to avc_audit() and avc_has_perm_flags()NeilBrown
2019-05-02apparmor: provide userspace flag indicating binfmt_elf_mmap changeJohn Johansen
2019-05-02KEYS: always initialize keyring_index_key::desc_lenEric Biggers
2019-05-02KEYS: restrict /proc/keys by credentials at open timeEric Biggers
2019-05-02KEYS: allow reaching the keys quotas exactlyEric Biggers
2019-05-02Yama: Check for pid death before checking ancestryKees Cook
2019-02-11ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers
2018-12-16KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers
2018-12-16apparmor: remove no-op permission check in policy_unpackJohn Johansen
2018-10-21selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover
2018-06-16ima: relax requiring a file signature for new files with zero lengthMimi Zohar
2018-02-13apparmor: ensure that undecidable profile attachments failJohn Johansen
2018-02-13ima: fix hash algorithm initializationBoshi Wang
2018-01-09KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook
2018-01-09x86/kaiser: Reenable PARAVIRTBorislav Petkov
2018-01-09KAISER: Kernel Address IsolationRichard Fellner
2018-01-01KEYS: add missing permission check for request_key() destinationEric Biggers
2018-01-01security: let security modules use PTRACE_MODE_* with bitmasksJann Horn
2018-01-01KEYS: trusted: fix writing past end of buffer in trusted_read()Eric Biggers
2018-01-01KEYS: trusted: sanitize all key materialEric Biggers
2018-01-01KEYS: return full count in keyring_read() if buffer is too smallEric Biggers
2018-01-01KEYS: encrypted: fix dereference of NULL user_key_payloadEric Biggers
2018-01-01lsm: fix smack_inode_removexattr and xattr_getsecurity memleakCasey Schaufler
2018-01-01Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov
2018-01-01security/keys: properly zero out sensitive key material in big_keyJason A. Donenfeld
2018-01-01KEYS: prevent creating a different user's keyringsEric Biggers
2018-01-01KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers
2018-01-01KEYS: fix key refcount leak in keyctl_read_key()Eric Biggers
2018-01-01KEYS: fix key refcount leak in keyctl_assume_authority()Eric Biggers
2018-01-01KEYS: don't revoke uninstantiated key in request_key_auth_new()Eric Biggers
2018-01-01KEYS: fix cred refcount leak in request_key_auth_new()Eric Biggers
2017-11-11KEYS: don't let add_key() update an uninstantiated keyDavid Howells
2017-11-11KEYS: prevent KEYCTL_READ on negative keyEric Biggers
2017-10-12sched: move no_new_privs into new atomic flagsKees Cook
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15selinux: fix double free in selinux_parse_opts_str()Paul Moore
2017-09-15KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers
2017-08-26ima: accept previously set IMA_NEW_FILEDaniel Glöckner
2017-08-26ima: pass 'opened' flag to identify newly created filesDmitry Kasatkin
2017-07-18KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells
2017-06-05KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers
2017-06-05KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells
2017-06-05KEYS: Reinstate EPERM for a key type name beginning with a '.'David Howells
2017-06-05KEYS: special dot prefixed keyring name bug fixMimi Zohar
2017-06-05KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-04-04keys: Guard against null match function in keyring_search_aux()Ben Hutchings
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-02-26selinux: fix off-by-one in setprocattrStephen Smalley
2017-02-23apparmor: fix change_hat not finding hat after policy replacementJohn Johansen