summary refs log tree commit diff
path: root/seccomp/x86_64/xhci.policy
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp/x86_64/xhci.policy')
-rw-r--r--seccomp/x86_64/xhci.policy3
1 files changed, 2 insertions, 1 deletions
diff --git a/seccomp/x86_64/xhci.policy b/seccomp/x86_64/xhci.policy
index 9eafb5a..19a46eb 100644
--- a/seccomp/x86_64/xhci.policy
+++ b/seccomp/x86_64/xhci.policy
@@ -32,7 +32,8 @@ uname: 1
 # 0xc0185500 == USBDEVFS_CONTROL
 # 0x5514 == USBDEVFS_RESET
 # 0x80045505 == USBDEVFS_SETCONFIGURATION
-ioctl: arg1 == 0xc0185500 || arg1 == 0x41045508 || arg1 == 0x8004550f || arg1 == 0x4008550d || arg1 == 0x8004551a || arg1 == 0x550b || arg1 == 0x80045510 || arg1 == 0x8038550a || arg1 == 0x5514 || arg1 == 0x80045505
+# 0x8108551b == USBDEVFS_DISCONNECT_CLAIM
+ioctl: arg1 == 0xc0185500 || arg1 == 0x41045508 || arg1 == 0x8004550f || arg1 == 0x4008550d || arg1 == 0x8004551a || arg1 == 0x550b || arg1 == 0x80045510 || arg1 == 0x8038550a || arg1 == 0x5514 || arg1 == 0x80045505 || arg1 == 0x8108551b
 fstat: 1
 sigaltstack: 1
 recvmsg: 1