1# Copyright 2018 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 5openat: 1 6@include /usr/share/policy/crosvm/common_device.policy 7 8stat64: 1 9fcntl64: 1 10lstat64: 1 11readlink: 1 12readlinkat: 1 13getdents64: 1 14getrandom: 1 15name_to_handle_at: 1 16access: 1 17gettid: 1 18clock_gettime: 1 19timerfd_create: 1 20getsockname: 1 21pipe: 1 22setsockopt: 1 23bind: 1 24fcntl: 1 25socket: arg0 == AF_NETLINK 26stat: 1 27uname: 1 28# The following ioctls are: 29# 0x4004550d == USBDEVFS_REAPURBNDELAY32 30# 0x550b == USBDEVFS_DISCARDURB 31# 0x8004550f == USBDEVFS_CLAIMINTERFACE 32# 0x80045510 == USBDEVFS_RELEASEINTERFACE 33# 0x8004551a == USBDEVFS_GET_CAPABILITIES 34# 0x802c550a == USBDEVFS_SUBMITURB 35# 0xc0105500 == USBDEVFS_CONTROL 36# 0x5514 == USBDEVFS_RESET 37# 0x80045505 == USBDEVFS_SETCONFIGURATION 38# 0x8108551b == USBDEVFS_DISCONNECT_CLAIM 39# 0x40085511 == USBDEVFS_CONNECTINFO 40# 0x80185520 == USBDEVFS_CONNINFO_EX 41ioctl: arg1 == 0xc0105500 || arg1 == 0x802c550a || arg1 == 0x8004551a || arg1 == 0x4004550d || arg1 == 0x8004550f || arg1 == 0x80045510 || arg1 == 0x550b || arg1 == 0x5514 || arg1 == 0x80045505 || arg1 == 0x8108551b || arg1 == 0x40085511 || arg1 == 0x80185520 42fstat: 1 43sigaltstack: 1 44recvmsg: 1 45getrandom: 1 46getdents: 1 47lseek: 1 48