22 lines
401 B
Plaintext
22 lines
401 B
Plaintext
# Copyright 2018 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
chdir: 1
|
|
fstat: 1
|
|
fsync: 1
|
|
ftruncate: 1
|
|
getrandom: 1
|
|
getuid: 1
|
|
lseek: 1
|
|
mkdir: 1
|
|
newfstatat: 1
|
|
open: 1
|
|
openat: 1
|
|
prctl: arg0 == PR_SET_NAME
|
|
socket: return EACCES
|
|
stat: 1
|
|
statx: 1
|