• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
10getegid: 1
11geteuid: 1
12getrandom: 1
13getresgid: 1
14getresuid: 1
15getsockname: 1
16openat: 1
17socket: arg0 == AF_UNIX
18tgkill: 1
19prctl: arg0 == PR_SET_NAME
20