summary refs log tree commit diff
path: root/seccomp/arm/xhci.policy
diff options
context:
space:
mode:
Diffstat (limited to 'seccomp/arm/xhci.policy')
-rw-r--r--seccomp/arm/xhci.policy4
1 files changed, 3 insertions, 1 deletions
diff --git a/seccomp/arm/xhci.policy b/seccomp/arm/xhci.policy
index 0c69bc0..14009b7 100644
--- a/seccomp/arm/xhci.policy
+++ b/seccomp/arm/xhci.policy
@@ -32,7 +32,9 @@ uname: 1
 # 0x8004551a == USBDEVFS_GET_CAPABILITIES
 # 0x802c550a == USBDEVFS_SUBMITURB
 # 0xc0105500 == USBDEVFS_CONTROL
-ioctl: arg1 == 0xc0105500 || arg1 == 0x802c550a || arg1 == 0x8004551a || arg1 == 0x4004550d || arg1 == 0x8004550f || arg1 == 0x80045510 || arg1 == 0x550b
+# 0x5514 == USBDEVFS_RESET
+# 0x80045505 == USBDEVFS_SETCONFIGURATION
+ioctl: arg1 == 0xc0105500 || arg1 == 0x802c550a || arg1 == 0x8004551a || arg1 == 0x4004550d || arg1 == 0x8004550f || arg1 == 0x80045510 || arg1 == 0x550b || arg1 == 0x5514 || arg1 == 0x80045505
 fstat: 1
 sigaltstack: 1
 recvmsg: 1