Merge "init: fix subcontext SELinux strings"
This commit is contained in:
commit
60bd9ca592
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ using android::base::unique_fd;
|
||||||
namespace android {
|
namespace android {
|
||||||
namespace init {
|
namespace init {
|
||||||
|
|
||||||
const std::string kInitContext = "u:object_r:init:s0";
|
const std::string kInitContext = "u:r:init:s0";
|
||||||
const std::string kVendorContext = "u:object_r:vendor_init:s0";
|
const std::string kVendorContext = "u:r:vendor_init:s0";
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue