sdm710-common: sepolicy: Allow untrusted_app_27 to getopt zygote

avc: denied { getopt } for path="/dev/socket/usap_pool_primary" scontext=u:r:untrusted_app_27:s0:c143,c256,c512,c768 tcontext=u:r:zygote:s0 tclass=unix_stream_socket permissive=0 app=com.pluscubed.matlog
This commit is contained in:
Ultra119 2022-06-27 12:12:36 +03:00 committed by Ultra119
parent df8fc5c923
commit 2365925483

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

@ -0,0 +1 @@
allow untrusted_app_27 zygote:unix_stream_socket { getopt };