mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-24 18:45:28 +00:00
Allow Samsung setprop policy
This commit is contained in:
parent
03c8079858
commit
dc9670c439
2
rules.c
2
rules.c
@ -194,6 +194,8 @@ void min_rules() {
|
||||
|
||||
// Misc: basic shell scripts, prop management etc.
|
||||
allow("su", "property_socket", "sock_file", "write");
|
||||
if (exists("default_prop"))
|
||||
allow("su", "default_prop", "property_service", "set");
|
||||
allow("su", "init", "unix_stream_socket", "connectto");
|
||||
allow("su", "su", "unix_dgram_socket", ALL);
|
||||
allow("su", "su", "unix_stream_socket", ALL);
|
||||
|
Loading…
Reference in New Issue
Block a user