sdm660-common: sepolicy: Address zygote unix_stream_socket denials

This commit is contained in:
pix106 2022-01-05 19:07:28 +01:00
parent f8c33f55be
commit 8600a1d97f
4 changed files with 4 additions and 0 deletions

View file

@ -3,5 +3,6 @@ binder_call(radio, hal_imsrtp)
allow radio { hal_datafactory_hwservice hal_iwlan_hwservice }:hwservice_manager find;
allow radio hal_iwlan_hwservice:hwservice_manager find;
allow radio zygote:unix_stream_socket getopt;
get_prop(radio, vendor_qcom_ims_prop)

1
sepolicy/vendor/shell.te vendored Normal file
View file

@ -0,0 +1 @@
allow shell zygote:unix_stream_socket getopt;

1
sepolicy/vendor/traceur_app.te vendored Normal file
View file

@ -0,0 +1 @@
allow traceur_app zygote:unix_stream_socket getopt;

View file

@ -0,0 +1 @@
allow vendor_qtelephony zygote:unix_stream_socket getopt;