summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'apparmor-pr-2026-06-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-153/+367
7 daysapparmor: advertise the tcp fast open fix is appliedJohn Johansen1-0/+2
8 daysapparmor: mediate the implicit connect of TCP fast open sendmsgBryam Vargas1-1/+15
12 daysMerge tag 'landlock-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-190/+788
12 daysMerge tag 'for-next-keys-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-40/+128
12 daysMerge tag 'integrity-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds11-101/+845
14 daysMerge tag 'selinux-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-155/+512
14 daysMerge tag 'lsm-pr-20260615' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-24/+15
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus 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-15apparmor: 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/kbu...Linus Torvalds1-8/+1
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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-14apparmor: fix kernel-doc warningsRodrigo Zaiden2-2/+2
2026-06-14apparmor: replace get_zeroed_page() with kzalloc()Mike Rapoport (Microsoft)1-2/+3
2026-06-14security: apparmor: fix two spelling mistakesQingshuang Fu2-2/+2
2026-06-14apparmor: fix use-after-free in rawdata dedup loopRuslan Valiyev2-2/+25
2026-06-14apparmor: Fix inverted comparison in cache_hold_inc()Eduardo Vasconcelos1-1/+1
2026-06-14apparmor: fix uninitialised pointer passed to audit_log_untrustedstring()Maciek Borzecki1-5/+5
2026-06-14apparmor: don't audit files pointing to aa_null.dentryGeorgia Garcia1-1/+1
2026-06-14apparmor: put secmark label after secid lookupZygmunt Krynicki1-0/+1
2026-06-14apparmor: aa_getprocattr free procattr leak on format failureZygmunt Krynicki1-0/+2
2026-06-14apparmor: remove unnecessary goto and associated labelJohn Johansen1-4/+1
2026-06-14apparmor: release exe file resources on path failureZygmunt Krynicki1-2/+5
2026-06-14apparmor: fail policy unpack on accept2 allocation failureZygmunt Krynicki1-2/+2
2026-06-14apparmor: Fix return in ns_mkdir_opHongling Zeng1-1/+1
2026-06-14apparmor: remove or add symlinks to rawdata according to export_binaryGeorgia Garcia3-25/+104
2026-06-14apparmor: fix NULL pointer dereference in unpack_pdbGeorgia Garcia1-1/+1
2026-06-14apparmor: make fn_label_build() capable of handling not supportedJohn Johansen1-5/+8
2026-06-14apparmor: change fn_label_build() call to not return NULLJohn Johansen3-35/+35
2026-06-14apparmor: fix potential UAF in aa_replace_profilesMaxime Bélair1-1/+3
2026-06-14apparmor: free rawdata as soon as possibleJohn Johansen1-0/+7
2026-06-14apparmor: grab ns lock and refresh when looking up changehat child profilesRyan Lee1-2/+31
2026-06-14apparmor: fix rawdata_f_data implicit flex arrayJohn Johansen1-4/+3
2026-06-14apparmor: use __label_make_stale in __aa_proxy_redirectRyan Lee1-1/+1
2026-06-14apparmor: propagate -ENOMEM correctly in unpack_tableMaxime Bélair1-9/+13
2026-06-14apparmor: enable differential encodingJohn Johansen1-0/+1