2019-12-02 18:28:28 +00:00
|
|
|
# Copyright 2019 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
|
|
|
|
|
2021-11-29 19:50:45 +00:00
|
|
|
lseek: 1
|
2019-12-02 18:28:28 +00:00
|
|
|
madvise: 1
|
|
|
|
prlimit64: 1
|
|
|
|
setrlimit: 1
|
|
|
|
sched_setscheduler: 1
|
|
|
|
socketpair: arg0 == AF_UNIX
|
|
|
|
clock_gettime: 1
|
2020-02-01 01:29:45 +00:00
|
|
|
openat: return ENOENT
|
2021-04-19 19:59:38 +00:00
|
|
|
prctl: arg0 == PR_SET_NAME
|
2021-07-23 09:14:29 +00:00
|
|
|
timerfd_create: 1
|
|
|
|
timerfd_gettime: 1
|
|
|
|
timerfd_settime: 1
|