aospa: sepolicy: replace hub app's DPM/TCM socket with opendelta
Change-Id: I756cd0d9b9c2f71a24292442b526a88fb4e315ec
This commit is contained in:
parent
a74b1c3674
commit
3f555741c7
|
@ -1,3 +0,0 @@
|
||||||
# Allow hub_app to write to the DPM/TCM socket
|
|
||||||
allow hub_app vendor_dpmtcm_socket:sock_file w_file_perms;
|
|
||||||
allow hub_app vendor_dpmd:unix_stream_socket connectto;
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Allow updater_app to write to the DPM/TCM socket
|
||||||
|
allow updater_app vendor_dpmtcm_socket:sock_file w_file_perms;
|
||||||
|
allow updater_app vendor_dpmd:unix_stream_socket connectto;
|
Loading…
Reference in New Issue