mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-28 17:44:10 +00:00
103c1b75b9
This change adds a command line parameter for instantiating a VVU proxy device. BUG=b:194136484 TEST=Test with sibling VM with Vhost master connecting to a device VM. Change-Id: I5ff56e6f1ebca5a7078eca3d951ddbfd411d14fc Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3290381 Reviewed-by: Chirantan Ekbote Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org>
14 lines
No EOL
398 B
Text
14 lines
No EOL
398 B
Text
# Copyright 2022 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
|
|
|
|
accept4: 1
|
|
bind: 1
|
|
fstat: 1
|
|
getdents64: 1
|
|
ioctl: arg1 == SIOCGIFFLAGS || arg1 == SIOCSIFFLAGS || arg1 == TCGETS
|
|
prctl: arg0 == PR_SET_NAME
|
|
socket: arg0 == AF_UNIX
|
|
socketpair: 1 |