aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/landlock_fs_disconnected
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux/test: add landlock_fs_disconnectedMickaël Salaün2025-12-081-0/+56
Test access through disconnected directory. This test should trigger a warning without this patch: https://lore.kernel.org/r/20251128172200.760753-2-mic@digikod.net The fix is in linux-next and should be merged in the master branch soon. Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>