commit | 60bd9ca5925c8c0b0c6c7472f0eab2c71c090373 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 03 01:57:38 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 03 01:57:38 2017 +0000 |
tree | aad87ae7599216b1ff8834a3316134e0c2396987 | |
parent | 5eaa5bc0813d7bf2e5c708281370983a9725c417 [diff] | |
parent | ac7428b2f54aa7f5c489c887940f5b201c4546b0 [diff] |
Merge "init: fix subcontext SELinux strings"
diff --git a/init/subcontext.cpp b/init/subcontext.cpp index 1306c7d..85da237 100644 --- a/init/subcontext.cpp +++ b/init/subcontext.cpp
@@ -40,8 +40,8 @@ namespace android { namespace init { -const std::string kInitContext = "u:object_r:init:s0"; -const std::string kVendorContext = "u:object_r:vendor_init:s0"; +const std::string kInitContext = "u:r:init:s0"; +const std::string kVendorContext = "u:r:vendor_init:s0"; namespace {