commit | a995e84c181eaef307344366e354658c8990730d | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Mon Mar 29 17:19:12 2021 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue Apr 13 09:30:20 2021 +0000 |
tree | ef5686be8fc8370835ceed19d6bd358d7c65ed9b | |
parent | ac94a4663438bc20fb3a22b206d8cc24eb9f54e8 [diff] [blame] |
Add crosvm domain and give virtmanager and crosvm necessary permissions. Bug: 183583115 Test: make TARGET_KERNEL_USE=5.4 TARGET_VIM3L=true Change-Id: I566436fa2d27597566014f2a63198a88d6d2dbd6
diff --git a/private/file.te b/private/file.te index 984a7b6..4d43c13 100644 --- a/private/file.te +++ b/private/file.te
@@ -56,3 +56,6 @@ # /data/system/environ type environ_system_data_file, file_type, data_file_type, core_data_file_type; + +# /dev/kvm +type kvm_device, dev_type;