sdm660-common: sepolicy: allow untrusted_app_zygote to access unix stream socket

avc: denied { getopt } for path="/dev/socket/usap_pool_primary" scontext=u:r:untrusted_app:s0:c26,c257,c512,c768 tcontext=u:r:zygote:s0 tclass=unix_stream_socket permissive=0 app=com.topjohnwu.magisk
Signed-off-by: afterallafk<shivamatiet2001@gmail.com>
Signed-off-by: Abhishek001konni <Abhishek001konni@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Aditya Pratap Singh 2022-03-06 11:21:49 +05:30 committed by pix106
parent d58068cc9f
commit 25a33facca

View file

@ -1,3 +1,4 @@
allow untrusted_app zygote:unix_stream_socket { getopt };
allow untrusted_app_25 zygote:unix_stream_socket getopt;
allow untrusted_app_27 zygote:unix_stream_socket getopt;
allow untrusted_app_29 zygote:unix_stream_socket getopt;