summaryrefslogtreecommitdiffstats
path: root/security/landlock
AgeCommit message (Expand)AuthorLines
2026-04-07landlock: Clarify BUILD_BUG_ON check in scoping logicGünther Noack-6/+12
2026-04-07landlock: Control pathname UNIX domain socket resolution by pathGünther Noack-5/+134
2026-04-07landlock: Use mem_is_zero() in is_layer_masks_allowed()Günther Noack-1/+1
2026-04-07landlock: Fix kernel-doc warning for pointer-to-array parametersMickaël Salaün-2/+2
2026-04-07landlock: Fix formatting in tsync.cMickaël Salaün-49/+58
2026-04-07landlock: Improve kernel-doc "Return:" section consistencyMickaël Salaün-34/+25
2026-04-07landlock: Add missing kernel-doc "Return:" sectionsMickaël Salaün-14/+24
2026-04-07landlock: Allow TSYNC with LOG_SUBDOMAINS_OFF and fd=-1Mickaël Salaün-5/+9
2026-04-07landlock: Fix LOG_SUBDOMAINS_OFF inheritance across fork()Mickaël Salaün-4/+2
2026-03-10landlock: Clean up interrupted thread logic in TSYNCYihan Ding-7/+13
2026-03-10landlock: Serialize TSYNC thread restrictionYihan Ding-1/+11
2026-03-04landlock: Improve TSYNC typesMickaël Salaün-5/+8
2026-03-04landlock: Fully release unused TSYNC work entriesMickaël Salaün-6/+41
2026-03-04landlock: Fix formattingMickaël Salaün-7/+5
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-02-10landlock: Transpose the layer masks data structureGünther Noack-341/+272
2026-02-10landlock: Add access_mask_subset() helperGünther Noack-2/+9
2026-02-06landlock: Add errata documentation sectionSamasth Norway Ananda-1/+28
2026-02-06landlock: Refactor TCP socket type checkMatthieu Buffet-5/+16
2026-02-06landlock: Multithreading support for landlock_restrict_self()Günther Noack-28/+635
2025-12-29landlock: Improve the comment for domain_is_scopedTingmao Wang-4/+4
2025-12-29landlock: Optimize stack usage when !CONFIG_AUDITMickaël Salaün-2/+9
2025-12-26landlock: Fix spellingMickaël Salaün-1/+1
2025-12-26landlock: Clean up hook_ptrace_access_check()Mickaël Salaün-2/+2
2025-12-26landlock: Improve erratum documentationMickaël Salaün-1/+1
2025-12-26landlock: Remove useless includeMickaël Salaün-1/+0
2025-12-26landlock: Fix wrong type usageTingmao Wang-1/+1
2025-12-26landlock: Fix TCP handling of short AF_UNSPEC addressesMatthieu Buffet-51/+67
2025-12-26landlock: Fix formattingMickaël Salaün-1/+2
2025-12-06Merge tag 'landlock-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-17/+59
2025-12-03Merge tag 'lsm-pr-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2025-11-28landlock: Improve variable scopeMickaël Salaün-2/+3
2025-11-28landlock: Fix handling of disconnected directoriesMickaël Salaün-12/+44
2025-11-26landlock: Minor comments improvementsTingmao Wang-4/+13
2025-11-12landlock: fix splats from iput() after it started calling might_sleep()Mateusz Guzik-4/+3
2025-10-22lsm: replace the name field with a pointer to the lsm_id structPaul Moore-1/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-09-01fs: add an icount_read helperJosef Bacik-1/+1
2025-07-28Merge tag 'landlock-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+43
2025-07-19landlock: Fix cosmetic changeMickaël Salaün-0/+1
2025-06-27landlock: Fix warning from KUnit testsTingmao Wang-27/+42
2025-06-17landlock: opened file never has a negative dentryAl Viro-1/+0
2025-05-12landlock: Improve bit operations in audit codeMickaël Salaün-4/+34
2025-05-03landlock: Remove KUnit test that triggers a warningMickaël Salaün-1/+1
2025-04-17landlock: Fix documentation for landlock_restrict_self(2)Mickaël Salaün-6/+6
2025-04-17landlock: Fix documentation for landlock_create_ruleset(2)Mickaël Salaün-8/+7
2025-04-11landlock: Log the TGID of the domain creatorMickaël Salaün-2/+2
2025-04-08landlock: Remove incorrect warningMickaël Salaün-1/+1