Merge "[avf] Fix warning when runnning Microdroid" into main
This commit is contained in:
commit
e1bb7d02e1
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue