]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.h
service: don't try to determine selinux label for socket activation if RootImage...
[thirdparty/systemd.git] / src / core / service.h
index e85302e616663cad2ef5c7a0ab12e5b41f2f0cba..364cd6885b8759b9f6d2fc0553fd5985ffdf2f33 100644 (file)
@@ -255,6 +255,8 @@ void service_release_socket_fd(Service *s);
 
 usec_t service_restart_usec_next(Service *s);
 
+int service_determine_exec_selinux_label(Service *s, char **ret);
+
 const char* service_restart_to_string(ServiceRestart i) _const_;
 ServiceRestart service_restart_from_string(const char *s) _pure_;