summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'keys-next-20260206' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10landlock: Transpose the layer masks data structureGünther Noack
2026-02-10landlock: Add access_mask_subset() helperGünther Noack
2026-02-09Merge tag 'selinux-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-09Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-06landlock: Add errata documentation sectionSamasth Norway Ananda
2026-02-06landlock: Refactor TCP socket type checkMatthieu Buffet
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack
2026-02-03apparmor: fix cast in format string DEBUG statementJohn Johansen
2026-02-02apparmor: fix aa_label to return state from compount and component matchJohn Johansen
2026-02-02apparmor: fix fmt string type error in process_strs_entryJohn Johansen
2026-02-02apparmor: fix kernel-doc comments for inviewJohn Johansen
2026-02-02apparmor: fix invalid deref of rawdata when export_binary is unsetGeorgia Garcia
2026-02-01apparmor: add .kunitconfigRyota Sakamoto
2026-01-30pkcs7, x509: Rename ->digest to ->mDavid Howells
2026-01-30keys/trusted_keys: establish PKWM as a trusted sourceSrish Srinivasan
2026-01-29lsm: preserve /proc/sys/vm/mmap_min_addr when !CONFIG_SECURITYPaul Moore
2026-01-29apparmor: cleanup remove unused percpu critical sections in buffer managementJohn Johansen
2026-01-29apparmor: document the buffer hold, add an overflow guardJohn Johansen
2026-01-29apparmor: avoid per-cpu hold underflow in aa_get_bufferZhengmian Hu
2026-01-29apparmor: split xxx_in_ns into its two separate semantic use casesJohn Johansen
2026-01-29apparmor: make label_match return a consistent valueJohn Johansen
2026-01-29apparmor: remove apply_modes_to_perms from label_matchJohn Johansen
2026-01-29apparmor: fix fast path cache check for unix socketsJohn Johansen
2026-01-29apparmor: fix rlimit for posix cpu timersJohn Johansen
2026-01-29apparmor: refactor/cleanup cred helper fns.John Johansen
2026-01-29apparmor: fix label and profile debug macrosJohn Johansen
2026-01-29apparmor: move check for aa_null file to cover all casesJohn Johansen
2026-01-29apparmor: guard against free routines being called with a NULLJohn Johansen
2026-01-29apparmor: return -ENOMEM in unpack_perms_table upon alloc failureRyan Lee
2026-01-29apparmor: account for in_atomic removal in common_file_permRyan Lee
2026-01-29apparmor: drop in_atomic flag in common_mmap, and common_file_permJohn Johansen
2026-01-29apparmor: fix boolean argument in apparmor_mmap_fileRyan Lee
2026-01-29apparmor: userns: Add support for execpath in usernsMaxime Bélair
2026-01-29apparmor: add support loading per permission taggingJohn Johansen
2026-01-28tomoyo: Use scoped init guardMarco Elver
2026-01-26ima: verify the previous kernel's IMA buffer lies in addressable RAMHarshit Mogalapalli
2026-01-25keys/trusted_keys: fix handle passed to tpm_buf_append_name during unsealSrish Srinivasan
2026-01-23evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()Roberto Sassu
2026-01-22apparmor: make str table more generic and be able to have multiple entriesJohn Johansen
2026-01-22apparmor: Fix & Optimize table creation from possibly unaligned memoryHelge Deller
2026-01-22AppArmor: Allow apparmor to handle unaligned dfa tablesHelge Deller
2026-01-22apparmor: Replace deprecated strcpy with memcpy in gen_symlink_nameThorsten Blum
2026-01-22apparmor: fix NULL sock in aa_sock_file_permJohn Johansen
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-18Merge tag 'landlock-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-01-18apparmor: fix NULL pointer dereference in __unix_needs_revalidationSystem Administrator