Skip to content

Commit 356ebde

Browse files
committed
Update SELinux rules for OnePlus
On user device OnePlus (oplus/ossi/ossi:16/BP2A.250605.015/1769502420337:user/release-keys), the following SELinux audit logs are observed: ``` [ W/dex2oat32 ] type=1400 audit(0.0:2039224040): avc: denied { connectto } for path=... scontext=u:r:zygote:s0 tcontext=u:r:dex2oat:s0 tclass=unix_stream_socket permissive=0 [ E/VectorDex2Oat ] failed to connect to ... failed with 13: Permission denied ```
1 parent 76141fe commit 356ebde

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zygisk/module/sepolicy.rule

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ typeattribute xposed_file mlstrustedobject
88
allow {dex2oat installd isolated_app shell} xposed_file {file dir} *
99

1010
allow dex2oat {unlabeled tmpfs} file *
11+
allow zygote dex2oat unix_stream_socket *
1112

1213
type xposed_data file_type
1314
typeattribute xposed_data mlstrustedobject

0 commit comments

Comments
 (0)