Fix pm install through a file provided by su
See https://github.com/phhusson/treble_experimentations/issues/1214
This commit is contained in:
parent
2d6225cce3
commit
ed96573668
@ -30,7 +30,7 @@ typeattribute su mlstrustedsubject;
|
|||||||
|
|
||||||
allow phhsu_daemon { system_api_service app_api_service system_server_service }:service_manager find;
|
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:fd use;
|
||||||
allow system_server phhsu_daemon:binder { call transfer };
|
allow system_server phhsu_daemon:binder { call transfer };
|
||||||
allow system_server shell_devpts:chr_file { read write };
|
allow system_server shell_devpts:chr_file { read write };
|
||||||
|
Loading…
Reference in New Issue
Block a user