Merge "Remove write to /sys/fs/selinux/checkreqprot" into main
This commit is contained in:
commit
3ef4da2f6a
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