summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
14 hourslandlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO pathBryam Vargas
14 hoursselinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek
14 hoursselinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani
14 hoursselinux: check connect-related permissions on TCP Fast OpenStephen Smalley
14 hoursapparmor: fix label can not be immediately before a declarationJohn Johansen
14 hoursapparmor: Fix inverted comparison in cache_hold_inc()Eduardo Vasconcelos
14 hoursapparmor: fix uninitialised pointer passed to audit_log_untrustedstring()Maciek Borzecki
14 hoursapparmor: don't audit files pointing to aa_null.dentryGeorgia Garcia
14 hoursapparmor: put secmark label after secid lookupZygmunt Krynicki
14 hoursapparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki
14 hoursapparmor: remove unnecessary goto and associated labelJohn Johansen
14 hoursapparmor: release exe file resources on path failureZygmunt Krynicki
14 hoursapparmor: fail policy unpack on accept2 allocation failureZygmunt Krynicki
14 hoursapparmor: Fix return in ns_mkdir_opHongling Zeng
14 hoursapparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia
14 hoursapparmor: fix NULL pointer dereference in unpack_pdbGeorgia Garcia
14 hoursapparmor: fix potential UAF in aa_replace_profilesMaxime Bélair
14 hoursapparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee
14 hoursapparmor: fix rawdata_f_data implicit flex arrayJohn Johansen
14 hoursapparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki
14 hoursapparmor: check label build before no_new_privs testRuoyu Wang
14 hourssecurity/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton
14 hoursapparmor: fix refcount leak when updating the sk_ctxJohn Johansen
14 hoursapparmor: fix race in unix socket mediation when peer_path is usedJohn Johansen
14 hoursapparmor: fix shadowing of plabel that prevents cache from being updatedJohn Johansen
14 hoursKEYS: Use acquire when reading state in keyring searchGui-Dong Han
14 hourslandlock: Fix unmarked concurrent access to socket familyMatthieu Buffet
14 hoursevm: terminate and bound the evm_xattrs read bufferPengpeng Hou
14 hoursima: Fix sigv3 signature handling for EVM_IMA_XATTR_DIGSIGKamlesh Kumar
7 dayslandlock: Account all audit data allocations to user spaceMickaël Salaün
7 dayslandlock: Set audit_net.sk for socket access checksMickaël Salaün
7 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-07-04apparmor: advertise the tcp fast open fix is appliedJohn Johansen
2026-07-04keys: Pin request_key_auth payload in instantiate pathsShaomin Chen
2026-07-04KEYS: fix overflow in keyctl_pkey_params_get_2()Jarkko Sakkinen
2026-07-04apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev
2026-07-04apparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas
2026-05-28security/keys: fix missed RCU read section on lookupLinus Torvalds
2026-05-19Merge tag 'lsm-pr-20260519' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-05-14lsm: hold cred_guard_mutex for lsm_set_self_attr()Stephen Smalley
2026-05-05selinux: shrink critical section in sel_write_load()Stephen Smalley
2026-05-05selinux: allow multiple opens of /sys/fs/selinux/policyStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/userStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/disableStephen Smalley
2026-05-05selinux: prune /sys/fs/selinux/checkreqprotStephen Smalley
2026-04-28selinux: fix avdcache auditingStephen Smalley
2026-04-27selinux: don't reserve xattr slot when we won't fill itDavid Windsor
2026-04-27selinux: use sk blob accessor in socket permission helpersZongyao Chen
2026-04-24Merge tag 'apparmor-pr-2026-04-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-22apparmor/lsm: Fix aa_dfa_unpack's error handling in aa_setup_dfa_engineGONG Ruiqi