aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2026-06-30bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+3
2026-06-29apparmor: fix alternate loaders ability to load compressed policyJohn Johansen1-3/+34
2026-06-29apparmor: Initial support for compressed policiesMaxime Bélair5-10/+123
2026-06-29apparmor: make include headers self-containedRyan Lee7-0/+16
2026-06-29apparmor: fix net.h and policy.h circular include patternRyan Lee5-1/+4
2026-06-24Merge tag 'apparmor-pr-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/jj/linux-apparmorLinus Torvalds17-150/+364
2026-06-23apparmor: advertise the tcp fast open fix is appliedJohn Johansen1-0/+2
2026-06-23apparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas1-1/+15
2026-06-22smack: restrict smackfs/{direct,mapped} values to 0-255Konstantin Andreev2-13/+15
2026-06-22smack: deduplicate smackfs/{direct,mapped} file_operationsKonstantin Andreev2-96/+42
2026-06-22smack: show msgrcv() subject task in auditKonstantin Andreev3-0/+12
2026-06-22smack: fix incorrect task context in smack_msg_queue_msgrcvKonstantin Andreev1-18/+47
2026-06-22security: smack: fix spelling mistakeQingshuang Fu1-1/+1
2026-06-19Merge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linuxLinus Torvalds14-190/+788
2026-06-19Merge tag 'for-next-keys-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds14-40/+128
2026-06-19Merge tag 'integrity-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds11-101/+845
2026-06-17Merge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds17-155/+512
2026-06-17Merge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds3-24/+15
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+2
2026-06-15keys: keyctl_pkey: replace BUG with return -EOPNOTSUPPMohammed EL Kadiri1-2/+3
2026-06-15keys: request_key: replace BUG with return -EINVALMohammed EL Kadiri1-1/+1
2026-06-15keys: Pin request_key_auth payload in instantiate pathsShaomin Chen3-8/+51
2026-06-15keys: prevent slab cache merging for key_jarMohammed EL Kadiri1-1/+1
2026-06-15keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)David Laight1-2/+2
2026-06-15KEYS: Use acquire when reading state in keyring searchGui-Dong Han1-1/+1
2026-06-15keys/trusted_keys: mark 'migratable' as __ro_after_initLen Bao1-1/+1
2026-06-15keys: use kmalloc_flex in user_preparseThorsten Blum1-1/+1
2026-06-15KEYS: trusted: Debugging as a featureJarkko Sakkinen4-21/+59
2026-06-15KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNGEric Biggers1-1/+0
2026-06-15KEYS: fix overflow in keyctl_pkey_params_get_2()Jarkko Sakkinen1-1/+8
2026-06-14apparmor: fix label can not be immediately before a declarationJohn Johansen1-1/+2
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-8/+1
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-06-14landlock: Suppress logging when quiet flag is presentTingmao Wang7-16/+324
2026-06-14landlock: Add API support and docs for the quiet flagsTingmao Wang8-27/+89
2026-06-14landlock: Add a place for flags to layer rulesTingmao Wang10-112/+176
2026-06-13apparmor: fix kernel-doc warningsRodrigo Zaiden2-2/+2
2026-06-13apparmor: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)1-2/+3
2026-06-13security: apparmor: fix two spelling mistakesQingshuang Fu2-2/+2
2026-06-13apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev2-2/+25
2026-06-13apparmor: Fix inverted comparison in cache_hold_inc()Eduardo Vasconcelos1-1/+1
2026-06-13apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()Maciek Borzecki1-5/+5
2026-06-13apparmor: don't audit files pointing to aa_null.dentryGeorgia Garcia1-1/+1
2026-06-13apparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
2026-06-13apparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
2026-06-13apparmor: remove unnecessary goto and associated labelJohn Johansen1-4/+1
2026-06-13apparmor: release exe file resources on path failureZygmunt Krynicki1-2/+5
2026-06-13apparmor: fail policy unpack on accept2 allocation failureZygmunt Krynicki1-2/+2
2026-06-13apparmor: Fix return in ns_mkdir_opHongling Zeng1-1/+1
2026-06-13apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia3-25/+104