Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71b2c17b authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: fix subcontext SELinux strings"

am: 60bd9ca5

Change-Id: I084da99db1fdc90aa0db276dd5bc755179b83713
parents 86a91904 60bd9ca5
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -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 {