mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
glibc 2.32 is using clock_gettime/64 on some arm boards when gettimeofday is used. In addition, support 64-bit variants of the time syscalls for use with glibc 2.32. BUG=chromium:1190305 TEST=crostini tests pass Change-Id: I070eee92817d3f959ea385ff2c3adca610e0a574 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2776211 Commit-Queue: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
13 lines
351 B
Text
13 lines
351 B
Text
# 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
|
|
|
|
madvise: 1
|
|
open: return ENOENT
|
|
openat: return ENOENT
|
|
prlimit64: 1
|
|
setrlimit: 1
|
|
sched_setscheduler: 1
|
|
socketpair: arg0 == AF_UNIX
|