chiark / gitweb /
bus: drop HaveWatchdog option
[elogind.git] / src / core / socket.c
index df47578a49a1f65dd041371988b567ce7ea6d02d..ea24f4b4433658aabc39c9e5d3b89ba6bfd74c7f 100644 (file)
@@ -761,7 +761,7 @@ static int fifo_address_create(
         assert(path);
         assert(_fd);
 
-        mkdir_parents(path, directory_mode);
+        mkdir_parents_label(path, directory_mode);
 
         r = label_context_set(path, S_IFIFO);
         if (r < 0)
@@ -1153,6 +1153,7 @@ static int socket_spawn(Socket *s, ExecCommand *c, pid_t *_pid) {
                        UNIT(s)->cgroup_bondings,
                        UNIT(s)->cgroup_attributes,
                        NULL,
+                       UNIT(s)->id,
                        NULL,
                        &pid);