]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/service.h
core: add a concept of "dynamic" user ids, that are allocated as long as a service...
[thirdparty/systemd.git] / src / core / service.h
index cfef375b03a32d427162b3d915d54636fb1684c2..8e56e1acb9f9622c46f8b49e8b6638655fa799a1 100644 (file)
@@ -148,6 +148,7 @@ struct Service {
 
         /* Runtime data of the execution context */
         ExecRuntime *exec_runtime;
+        DynamicCreds dynamic_creds;
 
         pid_t main_pid, control_pid;
         int socket_fd;