2022-09-13 17:55:17 +00:00
|
|
|
# Copyright 2018 The ChromiumOS Authors
|
2018-12-20 19:49:46 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2022-02-22 23:24:52 +00:00
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
2019-03-02 00:13:27 +00:00
|
|
|
|
|
|
|
chdir: 1
|
|
|
|
fstat: 1
|
|
|
|
fsync: 1
|
|
|
|
ftruncate: 1
|
2022-02-22 23:24:52 +00:00
|
|
|
getrandom: 1
|
2019-03-02 00:13:27 +00:00
|
|
|
getuid: 1
|
|
|
|
mkdir: 1
|
2022-02-22 23:24:52 +00:00
|
|
|
newfstatat: 1
|
2019-03-02 00:13:27 +00:00
|
|
|
open: 1
|
|
|
|
openat: 1
|
2022-02-22 23:24:52 +00:00
|
|
|
prctl: arg0 == PR_SET_NAME
|
2019-05-16 18:14:00 +00:00
|
|
|
socket: return EACCES
|
2019-03-02 00:13:27 +00:00
|
|
|
stat: 1
|
2020-01-15 21:34:09 +00:00
|
|
|
statx: 1
|