summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)Author
2020-08-27ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele
2020-08-27Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers
2020-08-13apparmor: ensure that dfa state tables have entriesJohn Johansen
2020-07-13selinux: fix double freeTom Rix
2020-07-13apparmor: fix nnp subset test for unconfinedJohn Johansen
2020-07-13apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira
2020-07-13apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen
2020-07-11ima: Set again build_ima_appraise variableKrzysztof Struczynski
2020-07-11ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski
2020-07-11evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-07-11ima: Remove __init annotation from ima_pcrread()Roberto Sassu
2020-07-11ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu
2020-07-11ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-07-11ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu
2020-07-11ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-07-11selinux: fix error return code in policydb_read()Wei Yongjun
2020-07-07Smack: slab-out-of-bounds in vsscanfCasey Schaufler
2020-06-09evm: Fix RCU list related warningsMadhuparna Bhowmik
2020-06-08mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-08exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman
2020-06-08apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang
2020-06-08apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang
2020-06-08evm: Fix a small race in init_desc()Dan Carpenter
2020-06-08ima: Fix return value of ima_write_policy()Roberto Sassu
2020-06-08evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-06-08ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu
2020-06-04apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost
2020-06-04selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-06-04selinux: remove redundant selinux_nlmsg_permHuaisheng Ye
2020-06-04KEYS: Avoid false positive ENOMEM error on key readWaiman Long
2020-06-01KEYS: Don't write out to userspace while holding key semaphoreWaiman Long
2020-06-01keys: Fix proc_keys_next to increase position indexVasily Averin
2020-06-01KEYS: reaching the keys quotas correctlyYang Xu
2020-05-21efi: Only print errors about failing to get certs if EFI vars are foundJavier Martinez Canillas
2020-05-15smack: avoid unused 'sip' variable warningArnd Bergmann
2020-05-15selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2020-05-15selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore
2020-05-04selinux: fall back to ref-walk if audit is requiredStephen Smalley
2020-05-04selinux: fix regression introduced by move_mount(2) syscallStephen Smalley
2020-05-04selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"Stephen Smalley
2020-05-04broken ping to ipv6 linklocal addresses on debian busterCasey Schaufler
2020-04-16tomoyo: Use atomic_t for statistics counterTetsuo Handa
2020-03-20apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen
2020-03-07tomoyo: Don't use nifty names on sockets.Tetsuo Handa
2020-03-07apparmor: fix unsigned len comparison with less than zeroColin Ian King
2019-11-09selinux: fix context string corruption in convert_context()Ondrej Mosnacek
2019-11-09ima: fix freeing ongoing ahash_requestSascha Hauer
2019-11-09ima: always return negative code for errorSascha Hauer
2019-10-07smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers
2019-10-07Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn