summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-07-22apparmor: ensure that dfa state tables have entriesJohn Johansen1-0/+5
2020-07-01apparmor: don't try to replace stale label in ptraceme checkJann Horn1-2/+2
2020-06-25selinux: fix double freeTom Rix1-0/+4
2020-06-25apparmor: fix nnp subset test for unconfinedJohn Johansen3-4/+39
2020-06-25apparmor: check/put label on apparmor_sk_clone_security()Mauricio Faria de Oliveira1-0/+5
2020-06-25apparmor: fix introspection of of task mode for unconfined tasksJohn Johansen1-2/+2
2020-06-22ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu4-5/+24
2020-06-22evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu1-1/+1
2020-06-22ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu1-2/+1
2020-06-22ima: Fix ima digest hash table key calculationKrzysztof Struczynski1-3/+4
2020-06-22Smack: slab-out-of-bounds in vsscanfCasey Schaufler1-0/+10
2020-06-22mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long2-22/+5
2020-06-07evm: Fix RCU list related warningsMadhuparna Bhowmik3-4/+11
2020-06-03exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman1-0/+1
2020-05-27apparmor: Fix aa_label refcnt leak in policy_updateXiyu Yang1-1/+2
2020-05-27apparmor: fix potential label refcnt leak in aa_change_profileXiyu Yang1-2/+1
2020-05-27apparmor: Fix use-after-free in aa_audit_rule_initNavid Emamdoost1-1/+2
2020-05-27ima: Fix return value of ima_write_policy()Roberto Sassu1-2/+1
2020-05-27evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu1-1/+1
2020-05-27ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu1-6/+6
2020-05-06selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore1-25/+45
2020-04-29KEYS: Avoid false positive ENOMEM error on key readWaiman Long2-15/+55
2020-04-23KEYS: Don't write out to userspace while holding key semaphoreWaiman Long7-51/+72
2020-04-21keys: Fix proc_keys_next to increase position indexVasily Averin1-0/+2
2020-04-17KEYS: reaching the keys quotas correctlyYang Xu2-3/+3
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav1-1/+1
2020-02-24selinux: ensure we cleanup the internal AVC counters on error in avc_insert()Paul Moore1-27/+24
2020-02-24selinux: fall back to ref-walk if audit is requiredStephen Smalley3-26/+17
2020-02-05tomoyo: Use atomic_t for statistics counterTetsuo Handa1-7/+4
2020-01-27keys: Timestamp new keysDavid Howells1-0/+1
2020-01-27apparmor: don't try to replace stale label in ptrace access checkJann Horn2-2/+4
2020-01-27apparmor: Fix network performance issue in aa_label_sk_permTony Jones1-6/+9
2020-01-23LSM: generalize flag passing to security_capableMicah Morton9-39/+37
2020-01-09apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen3-42/+46
2020-01-04apparmor: fix unsigned len comparison with less than zeroColin Ian King1-5/+7
2019-12-05apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson1-0/+1
2019-10-11ima: fix freeing ongoing ahash_requestSascha Hauer1-0/+5
2019-10-11ima: always return negative code for errorSascha Hauer1-1/+4
2019-10-07smack: use GFP_NOFS while holding inode_smack::smk_lockEric Biggers2-4/+4
2019-10-07Smack: Don't ignore other bprm->unsafe flags if LSM_UNSAFE_PTRACE is setJann Horn1-1/+2
2019-10-07security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai1-0/+2
2019-09-21keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton1-0/+6
2019-09-16apparmor: reset pos on failure to unpack for various functionsMike Salvatore1-7/+33
2019-08-06selinux: fix memory leak in policydb_init()Ondrej Mosnacek1-1/+5
2019-07-26selinux: fix empty write to keycreate fileOndrej Mosnacek1-5/+6
2019-06-25apparmor: enforce nullbyte at end of tag stringJann Horn1-1/+1
2019-06-25apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen1-1/+10
2019-06-09evm: check hash algorithm passed to init_desc()Roberto Sassu1-0/+3
2019-06-09ima: show rules with IMA_INMASK correctlyRoberto Sassu1-9/+12
2019-05-31selinux: avoid uninitialized variable warningArnd Bergmann1-9/+5