sdm660-common: sepolicy: Address zygote unix_stream_socket denials
This commit is contained in:
parent
f8c33f55be
commit
8600a1d97f
4 changed files with 4 additions and 0 deletions
1
sepolicy/vendor/radio.te
vendored
1
sepolicy/vendor/radio.te
vendored
|
@ -3,5 +3,6 @@ binder_call(radio, hal_imsrtp)
|
||||||
|
|
||||||
allow radio { hal_datafactory_hwservice hal_iwlan_hwservice }:hwservice_manager find;
|
allow radio { hal_datafactory_hwservice hal_iwlan_hwservice }:hwservice_manager find;
|
||||||
allow radio 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)
|
get_prop(radio, vendor_qcom_ims_prop)
|
||||||
|
|
1
sepolicy/vendor/shell.te
vendored
Normal file
1
sepolicy/vendor/shell.te
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow shell zygote:unix_stream_socket getopt;
|
1
sepolicy/vendor/traceur_app.te
vendored
Normal file
1
sepolicy/vendor/traceur_app.te
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow traceur_app zygote:unix_stream_socket getopt;
|
1
sepolicy/vendor/vendor_qtetelephony.te
vendored
Normal file
1
sepolicy/vendor/vendor_qtetelephony.te
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow vendor_qtelephony zygote:unix_stream_socket getopt;
|
Loading…
Reference in a new issue