summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
4 daysselinux: switch two allocations to use kzalloc_objs()Stephen Smalley
4 daysselinux: require a class's permission values to cover its permission countBryam Vargas
4 daysselinux: reject a permission value exceeding the class permission countBryam Vargas
4 daysselinux: more strict policy parsingChristian Göttsche
4 daysselinux: use u16 for security classesChristian Göttsche
4 daysselinux: make more use of str_read() when loading the policyChristian Göttsche
4 daysselinux: avoid unnecessary indirection in struct level_datumChristian Göttsche
4 daysselinux: use known type instead of void pointerChristian Göttsche
2026-08-23fsnotify, lsm: Decouple fsnotify from lsmSong Liu
2026-08-23selinux: reject an unclaimed class value in security_get_classes()Bryam Vargas
2026-08-23selinux: do not cancel a policy conversion that never startedBryam Vargas
2026-08-23selinux: reject a class permission count below its inherited commonBryam Vargas
2026-08-23selinux: require every boolean value to be definedBryam Vargas
2026-08-19ima: Instantiate file_truncate and path_truncate hooksMimi Zohar
2026-08-19ima: fix out-of-bounds read in xattr_verify()Lincoln Wallace
2026-08-09keys: make keyring key-chunk byte order agree with keyring_diff_objects()Michael Bommarito
2026-08-09keys: fix out-of-bounds read in keyring_get_key_chunk()Michael Bommarito
2026-08-09KEYS: trusted: dcp: fix key_len validation and calc_blob_len() return typeFabrice Derepas
2026-08-03landlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO pathBryam Vargas
2026-08-03landlock: Prepare to use credential instead of domain for fownerMickaël Salaün
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-07-24selinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek
2026-07-24selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani
2026-07-24selinux: check connect-related permissions on TCP Fast OpenStephen Smalley
2026-07-24apparmor: fix label can not be immediately before a declarationJohn Johansen
2026-07-24apparmor: put secmark label after secid lookupZygmunt Krynicki
2026-07-24apparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki
2026-07-24apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia
2026-07-24apparmor: fix potential UAF in aa_replace_profilesMaxime Bélair
2026-07-24apparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee
2026-07-24apparmor: fix rawdata_f_data implicit flex arrayJohn Johansen
2026-07-24apparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki
2026-07-24apparmor: check label build before no_new_privs testRuoyu Wang
2026-07-24security/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton
2026-07-24KEYS: Use acquire when reading state in keyring searchGui-Dong Han
2026-07-24landlock: Fix unmarked concurrent access to socket familyMatthieu Buffet
2026-07-24evm: terminate and bound the evm_xattrs read bufferPengpeng Hou
2026-07-18apparmor: 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-07-04selinux: fix overlayfs mmap() and mprotect() access checksPaul Moore
2026-07-04lsm: add backing_file LSM hooksPaul Moore
2026-06-19ima: kexec: move IMA log copy from kexec load to executeSteven Chen
2026-06-19ima: kexec: skip IMA segment validation after kexec soft rebootSteven Chen
2026-06-09remove pointless includes of <linux/fdtable.h>Al Viro
2026-06-01security/keys: fix missed RCU read section on lookupLinus Torvalds
2026-06-01landlock: Fix TCP handling of short AF_UNSPEC addressesMatthieu Buffet
2026-06-01lsm: hold cred_guard_mutex for lsm_set_self_attr()Stephen Smalley