Fix pm install through a file provided by su

See https://github.com/phhusson/treble_experimentations/issues/1214
This commit is contained in:
Pierre-Hugues Husson 2020-03-30 23:50:57 +02:00
parent 3199a5e850
commit 4bc2f864df
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ typeattribute su mlstrustedsubject;
allow phhsu_daemon { system_api_service app_api_service system_server_service }:service_manager find;
allow system_server phhsu_daemon:fifo_file { read write };
allow system_server phhsu_daemon:fifo_file { read write getattr };
allow system_server phhsu_daemon:fd use;
allow system_server phhsu_daemon:binder { call transfer };
allow system_server shell_devpts:chr_file { read write };