diff options
| author | Mickaël Salaün <mic@linux.microsoft.com> | 2025-07-03 16:37:04 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-03 16:24:09 +0000 |
| commit | c42f29fb7d319c08ea66a8b4e26d6125361cff41 (patch) | |
| tree | 45ab739b5919712a82ab85c2689867dbf8008efb /sys/linux/test/landlock_sb_delete | |
| parent | ce6342fbea03d95b46b4a868ff81086f81f22ad9 (diff) | |
sys/linux/test: fix sandbox restrictions for Landlock tests
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 <mic@linux.microsoft.com>
Diffstat (limited to 'sys/linux/test/landlock_sb_delete')
| -rw-r--r-- | sys/linux/test/landlock_sb_delete | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/linux/test/landlock_sb_delete b/sys/linux/test/landlock_sb_delete index a45042b8a..07490505a 100644 --- a/sys/linux/test/landlock_sb_delete +++ b/sys/linux/test/landlock_sb_delete @@ -1,7 +1,4 @@ # Creates a new mount point. -# -# Mounting requires some privileges: -# requires: -sandbox=setuid mkdirat(0xffffffffffffff9c, &AUTO='./file0\x00', 0x1c0) mount$tmpfs(0x0, &AUTO='./file0\x00', &AUTO='tmpfs\x00', 0x0, 0x0) |
