diff options
| author | Alexander Potapenko <glider@google.com> | 2024-07-02 10:17:57 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-07-02 08:52:31 +0000 |
| commit | 4b42962bfebc45ea22f9a5af63b49aa5ed418749 (patch) | |
| tree | f79ed765235db3bce5e4cbc42dfe596a994bafc1 /sys/linux/init_test.go | |
| parent | 3160a12dd1047174becc935fbaae965b3d00ea59 (diff) | |
sys/linux: re-enable EXT4_IOC_SHUTDOWN and EXT4_IOC_RESIZE_FS
Now that we chroot into tmpfs with sandbox=none, it should be safe to allow
using these ioctls, because they won't break the whole VM.
Update #971.
Diffstat (limited to 'sys/linux/init_test.go')
| -rw-r--r-- | sys/linux/init_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/linux/init_test.go b/sys/linux/init_test.go index 7379f74c0..74642f6c9 100644 --- a/sys/linux/init_test.go +++ b/sys/linux/init_test.go @@ -48,10 +48,6 @@ func TestNeutralize(t *testing.T) { Out: `ioctl(0x0, 0xc0045878, 0x0)`, }, { - In: `ioctl$int_in(0x0, 0x2000008004587d, 0x0)`, - Out: `ioctl$int_in(0x0, 0x6609, 0x0)`, - }, - { In: `fanotify_mark(0x1, 0x2, 0x407fe029, 0x3, 0x0)`, Out: `fanotify_mark(0x1, 0x2, 0x4078e029, 0x3, 0x0)`, }, |
