summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
32 hoursbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+3
32 hoursselinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek1-18/+24
32 hoursselinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani1-9/+10
32 hoursselinux: check connect-related permissions on TCP Fast OpenStephen Smalley1-1/+18
32 hoursapparmor: fix label can not be immediately before a declarationJohn Johansen1-1/+2
32 hoursapparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
32 hoursapparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
32 hoursapparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia3-25/+104
32 hoursapparmor: fix potential UAF in aa_replace_profilesMaxime Bélair1-1/+3
32 hoursapparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee1-2/+31
32 hoursapparmor: fix rawdata_f_data implicit flex arrayJohn Johansen1-4/+3
32 hoursapparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki1-1/+1
32 hoursapparmor: check label build before no_new_privs testRuoyu Wang1-10/+15
32 hourssecurity/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton1-0/+2
32 hoursKEYS: Use acquire when reading state in keyring searchGui-Dong Han1-1/+1
32 hourslandlock: Fix unmarked concurrent access to socket familyMatthieu Buffet1-2/+9
32 hoursevm: terminate and bound the evm_xattrs read bufferPengpeng Hou1-5/+11
7 daysapparmor: advertise the tcp fast open fix is appliedJohn Johansen1-0/+1
2026-07-04keys: Pin request_key_auth payload in instantiate pathsShaomin Chen3-8/+51
2026-07-04KEYS: fix overflow in keyctl_pkey_params_get_2()Jarkko Sakkinen1-1/+8
2026-07-04apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev2-2/+25
2026-07-04apparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas1-1/+15
2026-07-04selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore2-64/+189
2026-07-04lsm: add backing_file LSM hooksPaul Moore1-0/+109
2026-06-19ima: kexec: move IMA log copy from kexec load to executeSteven Chen1-14/+29
2026-06-19ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen1-0/+3
2026-06-09remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2026-06-01security/keys: fix missed RCU read section on lookupLinus Torvalds1-0/+1
2026-06-01landlock: Fix TCP handling of short AF_UNSPEC addressesMatthieu Buffet1-51/+67
2026-06-01lsm: hold cred_guard_mutex for lsm_set_self_attr()Stephen Smalley1-1/+8
2026-05-23ima_fs: Correctly create securityfs files for unsupported hash algosDmitry Safonov1-4/+12
2026-05-23ima_fs: get rid of lookup-by-dentry stuffAl Viro1-66/+16
2026-05-23ima_fs: don't bother with removal of files in directory we'll be removingAl Viro1-39/+18
2026-05-23ima: check return value of crypto_shash_final() in boot aggregateDaniel Hodges1-1/+1
2026-05-23fdget(), trivial conversionsAl Viro1-18/+8
2026-05-14selinux: prune /sys/fs/selinux/disableStephen Smalley1-29/+7
2026-05-14selinux: shrink critical section in sel_write_load()Stephen Smalley1-10/+8
2026-05-14selinux: don't reserve xattr slot when we won't fill itDavid Windsor1-1/+2
2026-05-07apparmor: use target task's context in apparmor_getprocattr()Cengiz Can1-9/+7
2026-04-27ima: do not copy measurement list to kdump kernelSteven Chen1-0/+3
2026-04-27ima: verify if the segment size has changedSteven Chen1-0/+10
2026-04-02landlock: Fix handling of disconnected directoriesMickaël Salaün2-12/+44
2026-04-02landlock: Optimize file path walks and prepare for audit supportMickaël Salaün1-17/+27
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-13apparmor: fix race between freeing data and fs accessing itJohn Johansen7-101/+153
2026-03-13apparmor: fix race on rawdata dereferenceJohn Johansen4-57/+93
2026-03-13apparmor: fix differential encoding verificationJohn Johansen2-4/+20
2026-03-13apparmor: fix unprivileged local user can do privileged policy managementJohn Johansen3-9/+43
2026-03-13apparmor: Fix double free of ns_name in aa_replace_profiles()John Johansen1-0/+1
2026-03-13apparmor: fix missing bounds check on DEFAULT table in verify_dfa()Massimiliano Pellizzer1-2/+3