2019-01-22 07:22:25 +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.
|
|
|
|
|
2019-02-01 00:55:59 +00:00
|
|
|
@include /usr/share/policy/crosvm/common_device.policy
|
|
|
|
|
2019-01-22 07:22:25 +00:00
|
|
|
madvise: 1
|
2019-11-15 01:48:44 +00:00
|
|
|
open: return ENOENT
|
|
|
|
openat: return ENOENT
|
2019-01-22 07:22:25 +00:00
|
|
|
prlimit64: 1
|
|
|
|
setrlimit: 1
|
2019-07-31 11:51:17 +00:00
|
|
|
sched_setscheduler: 1
|
2019-01-22 07:22:25 +00:00
|
|
|
socketpair: arg0 == AF_UNIX
|
2019-12-06 22:08:40 +00:00
|
|
|
clock_gettime: 1
|
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
|