• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2022 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 needed by dbus request.
8clock_getres: 1
9connect: 1
10getegid: 1
11geteuid: 1
12getrandom: 1
13getresgid: 1
14getresuid: 1
15getsockname: 1
16open: 1
17openat: 1
18socket: arg0 == AF_UNIX
19# tgkill: 1
20prctl: arg0 == PR_SET_NAME
21