summary refs log tree commit diff
path: root/seccomp/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp/x86_64')
-rw-r--r--seccomp/x86_64/wl_device.policy4
1 files changed, 2 insertions, 2 deletions
diff --git a/seccomp/x86_64/wl_device.policy b/seccomp/x86_64/wl_device.policy
index c804357..bc1ebb6 100644
--- a/seccomp/x86_64/wl_device.policy
+++ b/seccomp/x86_64/wl_device.policy
@@ -28,8 +28,8 @@ connect: arg2 == 13
 # Used to communicate with wayland
 recvmsg: 1
 sendmsg: 1
-# Used for sharing memory with wayland. arg1 == MFD_CLOEXEC
-memfd_create: arg1 == 1
+# Used for sharing memory with wayland. arg1 == MFD_CLOEXEC|MFD_ALLOW_SEALING
+memfd_create: arg1 == 3
 # Used to set of size new memfd
 ftruncate: 1
 # Used to determine shm size after recvmsg with fd