summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2026-08-10apparmor: refactor network sock mediation in preparation for inet mediationJohn Johansen
2026-08-10apparmor: make MEDIATES_AF_UNIX its own fnJohn Johansen
2026-08-10apparmor: fix error handling for copy_from_user in policy_updateJohn Johansen
2026-08-10apparmor: fix out-of-bounds write when null terminating a label vecHyunwoo Kim
2026-08-09apparmor: fix integer overflow in verify_tags() bounds checkFabrice Derepas
2026-08-08smack: fix cred UAF in smack_file_send_sigiotask()Jann Horn
2026-08-07apparmor: optimize current_label_crit_section() with needputJohn Johansen
2026-08-06apparmor: fix cred UAF caused by begin_current_label_crit_section()Jann Horn
2026-08-06apparmor: use SEND_SIG_NOINFO instead of NULL in aa_audit()Oleg Nesterov
2026-08-05Merge tag 'selinux-pr-20260805' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-04ima: measure userspace policy writes before parsingEnrico Bravi
2026-08-04ima: add critical data measurement for loaded policyEnrico Bravi
2026-08-04ima: Instantiate file_truncate and path_truncate hooksMimi Zohar
2026-08-04security: ima: rename boot_aggregate when ima is initialised at late_syncJonathan McDowell
2026-08-04ima: fix out-of-bounds read in xattr_verify()Lincoln Wallace
2026-08-04security: ima: introduce IMA_INIT_LATE_SYNC optionYeoreum Yun
2026-08-04security: lsm: allow LSMs to register for late_initcall_sync initYeoreum Yun
2026-08-04selinux: check level category sets once at load timeStephen Smalley
2026-08-03selinux: require every boolean value to be definedBryam Vargas
2026-08-03selinux: reject an unclaimed class value in security_get_classes()Bryam Vargas
2026-08-03selinux: require a class's permission values to cover its permission countBryam Vargas
2026-08-03selinux: do not cancel a policy conversion that never startedBryam Vargas
2026-08-02apparmor: Fix warning: 'decompress_zstd' defined but not usedJohn Johansen
2026-08-01apparmor: fix implicit declaration of function 'decompress_zstd'John Johansen
2026-07-31selinux: bpf: check SBLABEL_MNT before isec initCarlos Llamas
2026-07-30selinux: reject a class permission count below its inherited commonBryam Vargas
2026-07-30selinux: reject a permission value exceeding the class permission countBryam Vargas
2026-07-30apparmor: Fix build failure when ZSTD_DECOMPRESS is not enabledJohn Johansen
2026-07-29apparmor: compressed_data not described in aa_get_data_from_compressedJohn Johansen
2026-07-27selinux: validate constraint expression attr and op at load timeStephen Smalley
2026-07-23apparmor: switch website link to httpsBaruch Siach
2026-07-23keys: make keyring key-chunk byte order agree with keyring_diff_objects()Michael Bommarito
2026-07-23keys: fix out-of-bounds read in keyring_get_key_chunk()Michael Bommarito
2026-07-23KEYS: trusted: dcp: fix key_len validation and calc_blob_len() return typeFabrice Derepas
2026-07-20apparmor: leverage audit_log_n_untrustedstring() when possiblePaul Moore
2026-07-17Merge tag 'selinux-pr-20260717' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-07-16Merge tag 'landlock-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-15selinux: compute the IMA configuration settings string length once at bootIan Bridges
2026-07-15apparmor: replace decompress_zstd() prototype with its entityTetsuo Handa
2026-07-14selinux: fix incorrect execmem checks on overlayfsOndrej Mosnacek
2026-07-13selinux: replace strlcat() with seq_buf in selinux_ima_collect_state()Ian Bridges
2026-07-13selinux: suppress warning flood for retired DCCP netlink messagesYafang Shao
2026-07-10Merge tag 'selinux-pr-20260710' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-07-10landlock: Update formattingMickaël Salaün
2026-07-10landlock: Fix kernel-doc for the nested quiet layer flagMickaël Salaün
2026-07-10landlock: Fix TCP Fast Open connection bypassMatthieu Buffet
2026-07-02lsm: clarify security_task_prctl() hook documentationBill Roberts
2026-07-02selinux: tighten type validation during policy loadStephen Smalley
2026-07-01selinux: avoid sk_socket dereference in selinux_sctp_bind_connect()Tristan Madani
2026-07-01selinux: drop unnecessary goto and label from avc_alloc_node()Kalevi Kolttonen