From c42f29fb7d319c08ea66a8b4e26d6125361cff41 Mon Sep 17 00:00:00 2001 From: Mickaël Salaün Date: Thu, 3 Jul 2025 16:37:04 +0200 Subject: sys/linux/test: fix sandbox restrictions for Landlock tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The setuid sandboxes are not correct because some tests require mount. Let's make it simple and remove them. After all, Landlock is available to any user. Signed-off-by: Mickaël Salaün --- sys/linux/test/landlock_fs_accesses | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/linux/test/landlock_fs_accesses') diff --git a/sys/linux/test/landlock_fs_accesses b/sys/linux/test/landlock_fs_accesses index 933ba5667..2d137703e 100644 --- a/sys/linux/test/landlock_fs_accesses +++ b/sys/linux/test/landlock_fs_accesses @@ -1,7 +1,4 @@ # Create and access multiple type of files -# -# Device creation requires some privileges: -# requires: -sandbox=namespace -sandbox=setuid # Makes a character device /dev/null -- cgit mrf-deployment