From 236592548329875149f696390216401004370b6c Mon Sep 17 00:00:00 2001 From: Ultra119 Date: Mon, 27 Jun 2022 12:12:36 +0300 Subject: [PATCH] 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 --- sepolicy/vendor/untrusted_app_27.te | 1 + 1 file changed, 1 insertion(+) create mode 100644 sepolicy/vendor/untrusted_app_27.te diff --git a/sepolicy/vendor/untrusted_app_27.te b/sepolicy/vendor/untrusted_app_27.te new file mode 100644 index 0000000..3da57d1 --- /dev/null +++ b/sepolicy/vendor/untrusted_app_27.te @@ -0,0 +1 @@ +allow untrusted_app_27 zygote:unix_stream_socket { getopt }; \ No newline at end of file