Allow apps to use mmap on fuse fds. am: 975215578f

Change-Id: I5bc9dc24cb69563fd131991381dc8abc575fde8b
This commit is contained in:
Automerger Merge Worker 2020-03-05 04:45:17 +00:00
commit f35884b84f

View File

@ -317,7 +317,7 @@ allow appdomain same_process_hal_file:file { execute read open getattr map };
allow appdomain proc_meminfo:file r_file_perms;
# For app fuse.
allow appdomain app_fuse_file:file { getattr read append write };
allow appdomain app_fuse_file:file { getattr read append write map };
pdx_client({ appdomain -isolated_app -ephemeral_app }, display_client)
pdx_client({ appdomain -isolated_app -ephemeral_app }, display_manager)