1# Copyright 2019 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5@include /usr/share/policy/crosvm/common_device.policy 6 7statx: 1 8getdents64: 1 9name_to_handle_at: 1 10faccessat: 1 11faccessat2: 1 12newfstatat: 1 13gettid: 1 14timerfd_create: 1 15getsockname: 1 16openat: 1 17setsockopt: 1 18bind: 1 19socket: arg0 == AF_NETLINK 20# The following ioctls are: 21# 0x4004550d == USBDEVFS_REAPURBNDELAY32 22# 0x550b == USBDEVFS_DISCARDURB 23# 0x8004550f == USBDEVFS_CLAIMINTERFACE 24# 0x80045510 == USBDEVFS_RELEASEINTERFACE 25# 0x80045515 == USBDEVFS_CLEAR_HALT 26# 0x8004551a == USBDEVFS_GET_CAPABILITIES 27# 0x802c550a == USBDEVFS_SUBMITURB 28# 0xc0105500 == USBDEVFS_CONTROL 29# 0x5514 == USBDEVFS_RESET 30# 0x80045505 == USBDEVFS_SETCONFIGURATION 31# 0x8108551b == USBDEVFS_DISCONNECT_CLAIM 32# 0x40085511 == USBDEVFS_CONNECTINFO 33# 0x80185520 == USBDEVFS_CONNINFO_EX 34ioctl: arg1 == 0xc0105500 || arg1 == 0x802c550a || arg1 == 0x8004551a || arg1 == 0x4004550d || arg1 == 0x8004550f || arg1 == 0x80045510 || arg1 == 0x80045515 || arg1 == 0x550b || arg1 == 0x5514 || arg1 == 0x80045505 || arg1 == 0x8108551b || arg1 == 0x40085511 || arg1 == 0x80185520 35fstat: 1 36getrandom: 1 37lseek: 1 38prctl: arg0 == PR_SET_NAME 39