summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
34 hoursbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+3
34 hourslandlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO pathBryam Vargas3-0/+35
34 hoursselinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek1-18/+24
34 hoursselinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani1-9/+10
34 hoursselinux: check connect-related permissions on TCP Fast OpenStephen Smalley1-1/+18
34 hoursapparmor: fix label can not be immediately before a declarationJohn Johansen1-1/+2
34 hoursapparmor: fix uninitialised pointer passed to audit_log_untrustedstring()Maciek Borzecki1-5/+5
34 hoursapparmor: don't audit files pointing to aa_null.dentryGeorgia Garcia1-1/+1
34 hoursapparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
34 hoursapparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
34 hoursapparmor: fail policy unpack on accept2 allocation failureZygmunt Krynicki1-2/+2
34 hoursapparmor: Fix return in ns_mkdir_opHongling Zeng1-1/+1
34 hoursapparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia3-25/+104
34 hoursapparmor: fix NULL pointer dereference in unpack_pdbGeorgia Garcia1-1/+1
34 hoursapparmor: fix potential UAF in aa_replace_profilesMaxime Bélair1-1/+3
34 hoursapparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee1-2/+31
34 hoursapparmor: fix rawdata_f_data implicit flex arrayJohn Johansen1-4/+3
34 hoursapparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki1-1/+1
34 hoursapparmor: check label build before no_new_privs testRuoyu Wang1-10/+15
34 hourssecurity/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton1-0/+2
34 hoursapparmor: fix refcount leak when updating the sk_ctxJohn Johansen1-2/+4
34 hoursapparmor: fix race in unix socket mediation when peer_path is usedJohn Johansen1-29/+35
34 hoursapparmor: fix shadowing of plabel that prevents cache from being updatedJohn Johansen1-2/+1
34 hoursKEYS: Use acquire when reading state in keyring searchGui-Dong Han1-1/+1
34 hourslandlock: Fix unmarked concurrent access to socket familyMatthieu Buffet1-2/+9
34 hoursevm: terminate and bound the evm_xattrs read bufferPengpeng Hou1-5/+11
7 dayslandlock: Set audit_net.sk for socket access checksMickaël Salaün1-0/+1
2026-07-04apparmor: advertise the tcp fast open fix is appliedJohn Johansen1-0/+2
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-01security/keys: fix missed RCU read section on lookupLinus Torvalds1-0/+1
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: check return value of crypto_shash_final() in boot aggregateDaniel Hodges1-1/+1
2026-05-14selinux: prune /sys/fs/selinux/userStephen Smalley3-190/+5
2026-05-14selinux: prune /sys/fs/selinux/disableStephen Smalley1-29/+7
2026-05-14selinux: prune /sys/fs/selinux/checkreqprotStephen Smalley1-40/+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-14selinux: use sk blob accessor in socket permission helpersZongyao Chen1-2/+2
2026-05-14selinux: fix avdcache auditingStephen Smalley2-21/+14
2026-05-07apparmor: use target task's context in apparmor_getprocattr()Cengiz Can1-9/+7
2026-05-07landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()Mickaël Salaün1-4/+2
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