Merge "Revert "crosvm: netlink perms for acpi""

This commit is contained in:
Steven Moreland 2022-05-17 17:43:25 +00:00 committed by Gerrit Code Review
commit 4e2817251d

View file

@ -63,9 +63,6 @@ allow crosvm {
allow crosvm adbd:fd use;
allow crosvm adbd:unix_stream_socket { read write };
# For ACPI
allow crosvm self:netlink_generic_socket create_socket_perms_no_ioctl;
# crosvm can write files in /data/local/tmp which are usually used for instance.img and logging by
# compliance tests and demo apps. Write access to instance.img is particularily important because
# the VM has to initialize the disk image on its first boot. Note that open access is still not