Commit 4a8acfd1 authored by topjohnwu's avatar topjohnwu

No more su_daemon context!

parent 165eee10
...@@ -471,7 +471,7 @@ int run_daemon() { ...@@ -471,7 +471,7 @@ int run_daemon() {
PLOGE("setsid"); PLOGE("setsid");
return -1; return -1;
} }
if (setcon("u:r:su_daemon:s0") < 0) { if (setcon("u:r:su:s0") < 0) {
PLOGE("setcon"); PLOGE("setcon");
return -1; return -1;
} }
......
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