Merge "[avf] Fix warning when runnning Microdroid" into main

This commit is contained in:
Alice Wang 2023-09-04 15:18:49 +00:00 committed by Gerrit Code Review
commit e1bb7d02e1

View file

@ -5,7 +5,7 @@ type virtualizationmanager_exec, system_file_type, exec_type, file_type;
# Allow virtualizationmanager to communicate use, read and write over the adb connection.
allow virtualizationmanager adbd:fd use;
allow virtualizationmanager adbd:unix_stream_socket { read write };
allow virtualizationmanager adbd:unix_stream_socket { getattr read write };
# Allow writing VM logs to the shell console
allow virtualizationmanager devpts:chr_file { read write getattr ioctl };