summary refs log tree commit diff
path: root/seccomp/aarch64/9p_device.policy
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp/aarch64/9p_device.policy')
-rw-r--r--seccomp/aarch64/9p_device.policy4
1 files changed, 3 insertions, 1 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