We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5592704 + 9e987cb commit 90540adCopy full SHA for 90540ad
init/service.cpp
@@ -90,7 +90,9 @@ static Result<std::string> ComputeContextFromExecutable(const std::string& servi
90
<< "\") has incorrect label or no domain transition from " << mycon.get()
91
<< " to another SELinux domain defined. Have you configured your "
92
"service correctly? https://source.android.com/security/selinux/"
93
- "device-policy#label_new_services_and_address_denials";
+ "device-policy#label_new_services_and_address_denials. Note: this "
94
+ "error shows up even in permissive mode in order to make auditing "
95
+ "denials possible.";
96
}
97
if (rc < 0) {
98
return Error() << "Could not get process context";
0 commit comments