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

Commit 24bb332e authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: fix subcontext SELinux strings" am: 60bd9ca5

am: 71b2c17b

Change-Id: Ie045bb09b723523fc7f66614268687edc4a85156
parents c2bf22f5 71b2c17b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@ using android::base::unique_fd;
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 {