summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
34 hoursselinux: switch two allocations to use kzalloc_objs()Stephen Smalley1-4/+3
34 hoursselinux: require a class's permission values to cover its permission countBryam Vargas1-5/+46
34 hoursselinux: reject a permission value exceeding the class permission countBryam Vargas1-0/+3
34 hoursselinux: more strict policy parsingChristian Göttsche8-60/+232
34 hoursselinux: use u16 for security classesChristian Göttsche3-8/+9
34 hoursselinux: make more use of str_read() when loading the policyChristian Göttsche3-22/+12
34 hoursselinux: avoid unnecessary indirection in struct level_datumChristian Göttsche3-17/+10
34 hoursselinux: use known type instead of void pointerChristian Göttsche8-74/+77
11 daysfsnotify, lsm: Decouple fsnotify from lsmSong Liu1-8/+1
11 daysselinux: reject an unclaimed class value in security_get_classes()Bryam Vargas1-5/+19
11 daysselinux: do not cancel a policy conversion that never startedBryam Vargas1-1/+3
11 daysselinux: reject a class permission count below its inherited commonBryam Vargas1-0/+12
11 daysselinux: require every boolean value to be definedBryam Vargas1-0/+19
2026-08-19ima: Instantiate file_truncate and path_truncate hooksMimi Zohar1-0/+39
2026-08-19ima: fix out-of-bounds read in xattr_verify()Lincoln Wallace1-2/+7
2026-08-09keys: make keyring key-chunk byte order agree with keyring_diff_objects()Michael Bommarito1-2/+3
2026-08-09keys: fix out-of-bounds read in keyring_get_key_chunk()Michael Bommarito1-4/+5
2026-08-09KEYS: trusted: dcp: fix key_len validation and calc_blob_len() return typeFabrice Derepas1-4/+11
2026-08-03landlock: Fix LANDLOCK_SCOPE_SIGNAL bypass on the SIGIO pathBryam Vargas3-0/+35
2026-08-03landlock: Prepare to use credential instead of domain for fownerMickaël Salaün3-21/+64
2026-07-24bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+3
2026-07-24selinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek1-18/+24
2026-07-24selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani1-9/+10
2026-07-24selinux: check connect-related permissions on TCP Fast OpenStephen Smalley1-1/+18
2026-07-24apparmor: fix label can not be immediately before a declarationJohn Johansen1-1/+2
2026-07-24apparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
2026-07-24apparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
2026-07-24apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia3-25/+104
2026-07-24apparmor: fix potential UAF in aa_replace_profilesMaxime Bélair1-1/+3
2026-07-24apparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee1-2/+31
2026-07-24apparmor: fix rawdata_f_data implicit flex arrayJohn Johansen1-4/+3
2026-07-24apparmor: aa_label_alloc use aa_label_free on alloc failureZygmunt Krynicki1-1/+1
2026-07-24apparmor: check label build before no_new_privs testRuoyu Wang1-10/+15
2026-07-24security/apparmor/apparmorfs.c: conditionally compile get_loaddata_common_ref()Andrew Morton1-0/+2
2026-07-24KEYS: Use acquire when reading state in keyring searchGui-Dong Han1-1/+1
2026-07-24landlock: Fix unmarked concurrent access to socket familyMatthieu Buffet1-2/+9
2026-07-24evm: terminate and bound the evm_xattrs read bufferPengpeng Hou1-5/+11
2026-07-18apparmor: 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