Commit dc9670c4 authored by topjohnwu's avatar topjohnwu

Allow Samsung setprop policy

parent 03c80798
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment