summary refs log tree commit diff
path: root/seccomp
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp')
-rw-r--r--seccomp/aarch64/9p_device.policy4
-rw-r--r--seccomp/arm/9p_device.policy5
-rw-r--r--seccomp/x86_64/9p_device.policy5
3 files changed, 9 insertions, 5 deletions
diff --git a/seccomp/aarch64/9p_device.policy b/seccomp/aarch64/9p_device.policy
index f52e971..ff6a734 100644
--- a/seccomp/aarch64/9p_device.policy
+++ b/seccomp/aarch64/9p_device.policy
@@ -2,12 +2,14 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+open: 1
+openat: 1
+
 @include /usr/share/policy/crosvm/common_device.policy
 
 pread64: 1
 pwrite64: 1
 statx: 1
-openat: 1
 fstat: 1
 ioctl: arg1 == FIOCLEX
 getdents64: 1
diff --git a/seccomp/arm/9p_device.policy b/seccomp/arm/9p_device.policy
index b3167b9..dc369e3 100644
--- a/seccomp/arm/9p_device.policy
+++ b/seccomp/arm/9p_device.policy
@@ -2,14 +2,15 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+open: 1
+openat: 1
+
 @include /usr/share/policy/crosvm/common_device.policy
 
 pread64: 1
 pwrite64: 1
 lstat64: 1
 stat64: 1
-open: 1
-openat: 1
 fstat64: 1
 ioctl: arg1 == FIOCLEX
 getdents64: 1
diff --git a/seccomp/x86_64/9p_device.policy b/seccomp/x86_64/9p_device.policy
index ddd7417..e1bddde 100644
--- a/seccomp/x86_64/9p_device.policy
+++ b/seccomp/x86_64/9p_device.policy
@@ -2,14 +2,15 @@
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
+open: 1
+openat: 1
+
 @include /usr/share/policy/crosvm/common_device.policy
 
 writev: 1
 pwrite64: 1
 stat: 1
 lstat: 1
-open: 1
-openat: 1
 fstat: 1
 ioctl: arg1 == FIOCLEX
 link: 1