commit | 8421628e514479daa99076bfdaa7e4f952b1eb8d | [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 | 23313c2f8549d6b2caa430fabcd5ecd9e8013d5c [diff] | |
parent | b056e5091a1d856ab8ec8d93f818e38eb6075481 [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 {