summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2021-10-16Merge tag 'v4.4.288' into toradex_vf_4.4Max Krummenacher
2021-09-22Smack: Fix wrong semantics in smk_access_entry()Tianjia Zhang
2021-07-20selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim
2021-07-07Merge tag 'v4.4.274' into toradex_vf_4.4-nextMarcel Ziswiler
2021-03-03KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen
2021-01-23dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro
2020-10-29ima: Don't ignore errors from crypto_shash_update()Roberto Sassu
2020-10-10Merge tag 'v4.4.238' into toradex_vf_4.4-nextMax Krummenacher
2020-10-01selinux: sel_avc_get_stat_idx should increase position indexVasily Averin
2020-09-27Merge tag 'v4.4.237' into toradex_vf_4.4Max Krummenacher
2020-08-21Smack: prevent underflow in smk_set_cipso()Dan Carpenter
2020-08-21Smack: fix another vsscanf out of boundsDan Carpenter
2020-08-21Smack: fix use-after-free in smk_write_relabel_self()Eric Biggers
2020-08-21nfs: Move call to security_inode_listsecurity into nfs_listxattrAndreas Gruenbacher
2020-06-29selinux: fix double freeTom Rix
2020-06-20ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-06-20ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-06-20Smack: slab-out-of-bounds in vsscanfCasey Schaufler
2020-06-03exec: Always set cap_ambient in cap_bprm_set_credsEric W. Biederman
2020-05-27evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-05-25KEYS: Add a facility to restrict new links into a keyringDavid Howells
2020-05-25IMA: prevent keys on the .ima_blacklist from being removedMimi Zohar
2020-05-25IMA: allow reading back the current IMA policyPetko Manolov
2020-05-25IMA: create machine owner and blacklist keyringsPetko Manolov
2020-05-25IMA: policy can now be updated multiple timesPetko Manolov
2020-05-25integrity: define '.evm' as a builtin 'trusted' keyringDmitry Kasatkin
2020-05-25KEYS: Add an alloc flag to convey the builtinness of a keyDavid Howells
2020-05-05selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-04-24KEYS: reaching the keys quotas correctlyYang Xu
2020-02-28selinux: ensure we cleanup the internal AVC counters on error in avc_update()Jaihind Yadav
2019-11-25apparmor: fix module parameters can be changed after policy is lockedJohn Johansen
2019-11-25apparmor: fix update the mtime of the profile file on replacementJohn Johansen
2019-11-25apparmor: fix uninitialized lsm_audit memberJohn Johansen
2019-10-17ima: 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
2019-10-07security: smack: Fix possible null-pointer dereferences in smack_socket_sock_...Jia-Ju Bai
2019-09-21keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton
2019-08-06selinux: fix memory leak in policydb_init()Ondrej Mosnacek
2019-07-10apparmor: enforce nullbyte at end of tag stringJann Horn
2019-05-16selinux: never allow relabeling on context mountsOndrej Mosnacek
2019-04-27device_cgroup: fix RCU imbalance in error caseJann Horn
2019-03-23missing barriers in some of unix_sock ->addr and ->path accessesAl Viro
2019-03-23KEYS: restrict /proc/keys by credentials at open timeEric Biggers
2019-03-23KEYS: always initialize keyring_index_key::desc_lenEric Biggers
2019-03-23KEYS: allow reaching the keys quotas exactlyEric Biggers
2019-02-20smack: fix access permissions for keyringZoran Markovic
2019-01-26selinux: fix GPF on invalid policyStephen Smalley
2019-01-26LSM: Check for NULL cred-security on freeJames Morris
2019-01-26Yama: Check for pid death before checking ancestryKees Cook