Loading init/selinux.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -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 Loading
init/selinux.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -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