mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 07:57:39 +00:00
Allow platform_app to access MagiskSU
This commit is contained in:
parent
4670f762d3
commit
08dbf728a4
@ -96,7 +96,7 @@ impl SepolicyMagisk for sepolicy {
|
||||
allow(["domain"], [proc], ["fifo_file"], ["write", "read", "open", "getattr"]);
|
||||
|
||||
// Allow these processes to access MagiskSU and output logs
|
||||
allow(["zygote", "shell",
|
||||
allow(["zygote", "shell", "platform_app",
|
||||
"system_app", "priv_app", "untrusted_app", "untrusted_app_all"],
|
||||
[proc], ["unix_stream_socket"], ["connectto", "getopt"]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user