Merge "Remove write to /sys/fs/selinux/checkreqprot" into main am: 3ef4da2f6a am: ab696e910a
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2795756 Change-Id: I980bbd1be5b604513e3a3f861eee04c6a6d726e4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
ba38e62894
1 changed files with 0 additions and 4 deletions
|
|
@ -503,10 +503,6 @@ void SelinuxSetEnforcement() {
|
|||
<< ") failed";
|
||||
}
|
||||
}
|
||||
|
||||
if (auto result = WriteFile("/sys/fs/selinux/checkreqprot", "0"); !result.ok()) {
|
||||
LOG(FATAL) << "Unable to write to /sys/fs/selinux/checkreqprot: " << result.error();
|
||||
}
|
||||
}
|
||||
|
||||
constexpr size_t kKlogMessageSize = 1024;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue