aospa: sepolicy: replace hub app's DPM/TCM socket with opendelta

Change-Id: I756cd0d9b9c2f71a24292442b526a88fb4e315ec
This commit is contained in:
fazil 2023-12-29 13:51:57 +05:30 committed by Fazil Sheik
parent 85f19c7607
commit 9c6d3f6f73
2 changed files with 3 additions and 3 deletions

View File

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

View File

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