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

Commit 145e17f7 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 am: 24bb332e

am: 5d809223

Change-Id: Ife363d5ea2003e3f72df102900ffe2c5d9d79458
parents f31a0a6e 5d809223
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 {