1# Copyright 2020 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
7# Syscalls used by power_monitor's powerd implementation.
8clock_getres: 1
9connect: 1
10getcwd: 1
11getegid: 1
12geteuid: 1
13getrandom: 1
14getresgid: 1
15getresuid: 1
16getsockname: 1
17openat: 1
18readlink: 1
19socket: arg0 == AF_UNIX
20tgkill: 1
21prctl: arg0 == PR_SET_NAME
22