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 committed by tboy1991
parent 2d6225cce3
commit ed96573668

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 };