1# Copyright 2020 The ChromiumOS Authors 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 7# Syscalls used by power_monitor's powerd implementation. 8clock_getres_time64: 1 9connect: 1 10geteuid32: 1 11getrandom: 1 12getresgid32: 1 13getresuid32: 1 14getsockname: 1 15prctl: arg0 == PR_SET_NAME 16send: 1 17socket: arg0 == AF_UNIX 18