summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2020-05-27Merge commit a4ae32c71fe9 ("exec: Always set cap_ambient in cap_bprm_set_creds")Eric W. Biederman
2020-05-27Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-05-27Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-05-26exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-22ima: verify mprotect change is consistent with mmap policyMimi Zohar
2020-05-21apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost
2020-05-21apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-05-21apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman
2020-05-20security: Fix hook iteration for secid_to_secctxKP Singh
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-19smack: Implement the watch_key and post_notification hooksDavid Howells
2020-05-19selinux: Implement the watch_key security hookDavid Howells
2020-05-19keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells
2020-05-19watch_queue: Add a key/keyring notification facilityDavid Howells
2020-05-19security: Add hooks to rule on setting a watchDavid Howells
2020-05-19security: Add a hook for the point of notification insertionDavid Howells
2020-05-19proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov
2020-05-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/l...Linus Torvalds
2020-05-15apparmor: Use true and false for bool variableZou Wei
2020-05-15security/apparmor/label.c: Clean code by removing redundant instructionsMateusz Nosek
2020-05-15apparmor: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-14evm: Fix a small race in init_desc()Dan Carpenter
2020-05-14lockdown: Allow unprivileged users to see lockdown statusJeremy Cline
2020-05-12selinux: netlabel: Remove unused inline functionYueHaibing
2020-05-12tomoyo: use true for bool variableZou Wei
2020-05-11Smack: Remove unused inline function smk_ad_setfield_u_fs_path_mntYueHaibing
2020-05-08KEYS: encrypted: use crypto_shash_tfm_digest()Eric Biggers
2020-05-07evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-05-07ima: Set again build_ima_appraise variableKrzysztof Struczynski
2020-05-07ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski
2020-05-07ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik
2020-05-07ima: Fix return value of ima_write_policy()Roberto Sassu
2020-05-07evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-05-07ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov
2020-05-06Smack:- Remove redundant inode_smack cacheCasey Schaufler
2020-05-06Smack:- Remove mutex lock "smk_lock" from inode_smackCasey Schaufler
2020-05-06Smack: slab-out-of-bounds in vsscanfCasey Schaufler
2020-05-06smack: remove redundant structure variable from header.Maninder Singh
2020-05-06smack: avoid unused 'sip' variable warningArnd Bergmann
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek
2020-05-01selinux: simplify range_write()Ondrej Mosnacek