]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/manager.c
env-util: minor modernization
[thirdparty/systemd.git] / src / core / manager.c
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
a7334b09 2
60918275 3#include <errno.h>
400f1a33
LP
4#include <fcntl.h>
5#include <linux/kd.h>
e46b13c8 6#include <sys/epoll.h>
400f1a33 7#include <sys/inotify.h>
e1414003 8#include <sys/ioctl.h>
ca6ce62d 9#include <sys/mount.h>
400f1a33 10#include <sys/reboot.h>
8742514c 11#include <sys/timerfd.h>
40efaaed 12#include <sys/utsname.h>
400f1a33
LP
13#include <sys/wait.h>
14#include <unistd.h>
830f6caa 15
349cc4a5 16#if HAVE_AUDIT
4927fcae 17#include <libaudit.h>
830f6caa 18#endif
60918275 19
718db961 20#include "sd-daemon.h"
718db961 21#include "sd-messages.h"
3536f49e 22#include "sd-path.h"
81527be1 23
57b7a260 24#include "all-units.h"
d68c645b 25#include "alloc-util.h"
400f1a33
LP
26#include "audit-fd.h"
27#include "boot-timestamps.h"
28#include "bus-common-errors.h"
29#include "bus-error.h"
30#include "bus-kernel.h"
31#include "bus-util.h"
00d9ef85 32#include "clean-ipc.h"
af6b0ecc 33#include "clock-util.h"
29e6b0c1 34#include "common-signal.h"
08951245 35#include "confidential-virt.h"
28db6fbf 36#include "constants.h"
19d22d43 37#include "core-varlink.h"
786d19fd 38#include "creds-util.h"
400f1a33
LP
39#include "dbus-job.h"
40#include "dbus-manager.h"
41#include "dbus-unit.h"
42#include "dbus.h"
d063a527 43#include "dirent-util.h"
400f1a33 44#include "env-util.h"
4f5dd394 45#include "escape.h"
ec75e8e0 46#include "event-util.h"
89711996 47#include "exec-util.h"
d3070fbd 48#include "execute.h"
400f1a33 49#include "exit-status.h"
3ffd4af2 50#include "fd-util.h"
0d39fa9c 51#include "fileio.h"
385093b7 52#include "generator-setup.h"
60918275 53#include "hashmap.h"
baa6a42d 54#include "initrd-util.h"
9e5fd717 55#include "inotify-util.h"
5cfa33e0 56#include "install.h"
19d22d43 57#include "io-util.h"
0690160e 58#include "label-util.h"
d904afc7 59#include "load-fragment.h"
786d19fd 60#include "locale-setup.h"
16354eff 61#include "log.h"
400f1a33 62#include "macro.h"
3ffd4af2 63#include "manager.h"
2a341bb9 64#include "manager-dump.h"
a01ba4b2 65#include "manager-serialize.h"
0a970718 66#include "memory-util.h"
35cd0ba5 67#include "mkdir-label.h"
ca6ce62d 68#include "mount-util.h"
4bd03515 69#include "os-util.h"
6bedfcbb 70#include "parse-util.h"
400f1a33
LP
71#include "path-lookup.h"
72#include "path-util.h"
aa25e19b 73#include "plymouth-util.h"
d61a4dbb 74#include "pretty-print.h"
400f1a33 75#include "process-util.h"
6bb00842 76#include "psi-util.h"
ea430986 77#include "ratelimit.h"
31ce987c 78#include "rlimit-util.h"
c6878637 79#include "rm-rf.h"
45ae2f72 80#include "selinux-util.h"
400f1a33 81#include "signal-util.h"
57b7a260 82#include "socket-util.h"
514f4ef5 83#include "special.h"
8fcde012 84#include "stat-util.h"
8b43440b 85#include "string-table.h"
07630cea 86#include "string-util.h"
400f1a33 87#include "strv.h"
dd1db3c2 88#include "strxcpyx.h"
6123dfaa 89#include "sysctl-util.h"
a6ecbf83 90#include "syslog-util.h"
400f1a33
LP
91#include "terminal-util.h"
92#include "time-util.h"
93#include "transaction.h"
63e8df04 94#include "uid-range.h"
affb60b1 95#include "umask-util.h"
400f1a33 96#include "unit-name.h"
00d9ef85 97#include "user-util.h"
5dc4c17f 98#include "virt.h"
e96d6be7 99#include "watchdog.h"
60918275 100
a47806fa 101#define NOTIFY_RCVBUF_SIZE (8*1024*1024)
d8fdc620 102#define CGROUPS_AGENT_RCVBUF_SIZE (8*1024*1024)
a47806fa 103
03b717a3 104/* Initial delay and the interval for printing status messages about running jobs */
1b4154a8
ZJS
105#define JOBS_IN_PROGRESS_WAIT_USEC (2*USEC_PER_SEC)
106#define JOBS_IN_PROGRESS_QUIET_WAIT_USEC (25*USEC_PER_SEC)
fd08a840 107#define JOBS_IN_PROGRESS_PERIOD_USEC (USEC_PER_SEC / 3)
03b717a3
MS
108#define JOBS_IN_PROGRESS_PERIOD_DIVISOR 3
109
5238e957 110/* If there are more than 1K bus messages queue across our API and direct buses, then let's not add more on top until
e0a08581
LP
111 * the queue gets more empty. */
112#define MANAGER_BUS_BUSY_THRESHOLD 1024LU
113
114/* How many units and jobs to process of the bus queue before returning to the event loop. */
115#define MANAGER_BUS_MESSAGE_BUDGET 100U
116
94f0b13b 117#define DEFAULT_TASKS_MAX ((CGroupTasksMax) { 15U, 100U }) /* 15% */
ea09a416 118
718db961 119static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
d8fdc620 120static int manager_dispatch_cgroups_agent_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
718db961
LP
121static int manager_dispatch_signal_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
122static int manager_dispatch_time_change_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
123static int manager_dispatch_idle_pipe_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
00d9ef85 124static int manager_dispatch_user_lookup_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata);
718db961 125static int manager_dispatch_jobs_in_progress(sd_event_source *source, usec_t usec, void *userdata);
752b5905 126static int manager_dispatch_run_queue(sd_event_source *source, void *userdata);
575b300b 127static int manager_dispatch_sigchld(sd_event_source *source, void *userdata);
bbf5fd8e 128static int manager_dispatch_timezone_change(sd_event_source *source, const struct inotify_event *event, void *userdata);
64691d20 129static int manager_run_environment_generators(Manager *m);
e801700e 130static int manager_run_generators(Manager *m);
06a4eb07 131static void manager_vacuum(Manager *m);
718db961 132
1b4154a8 133static usec_t manager_watch_jobs_next_time(Manager *m) {
3889fc6f
ZJS
134 usec_t timeout;
135
136 if (MANAGER_IS_USER(m))
137 /* Let the user manager without a timeout show status quickly, so the system manager can make
138 * use of it, if it wants to. */
139 timeout = JOBS_IN_PROGRESS_WAIT_USEC * 2 / 3;
140 else if (show_status_on(m->show_status))
141 /* When status is on, just use the usual timeout. */
142 timeout = JOBS_IN_PROGRESS_WAIT_USEC;
143 else
144 timeout = JOBS_IN_PROGRESS_QUIET_WAIT_USEC;
145
146 return usec_add(now(CLOCK_MONOTONIC), timeout);
1b4154a8
ZJS
147}
148
b646fc32
LB
149static bool manager_is_confirm_spawn_disabled(Manager *m) {
150 assert(m);
151
152 if (!m->confirm_spawn)
153 return true;
154
155 return access("/run/systemd/confirm_spawn_disabled", F_OK) >= 0;
156}
157
2ae56591 158static void manager_watch_jobs_in_progress(Manager *m) {
e5723c89 159 usec_t next;
cfa9677b 160 int r;
e5723c89 161
718db961 162 assert(m);
03b717a3 163
42bf1ae1
FB
164 /* We do not want to show the cylon animation if the user
165 * needs to confirm service executions otherwise confirmation
166 * messages will be screwed by the cylon animation. */
b0eb2944 167 if (!manager_is_confirm_spawn_disabled(m))
42bf1ae1
FB
168 return;
169
718db961 170 if (m->jobs_in_progress_event_source)
2ae56591 171 return;
03b717a3 172
1b4154a8 173 next = manager_watch_jobs_next_time(m);
cfa9677b 174 r = sd_event_add_time(
6a0f1f6d
LP
175 m->event,
176 &m->jobs_in_progress_event_source,
177 CLOCK_MONOTONIC,
178 next, 0,
179 manager_dispatch_jobs_in_progress, m);
cfa9677b
MM
180 if (r < 0)
181 return;
7dfbe2e3
TG
182
183 (void) sd_event_source_set_description(m->jobs_in_progress_event_source, "manager-jobs-in-progress");
03b717a3
MS
184}
185
1addc46c 186static void manager_flip_auto_status(Manager *m, bool enable, const char *reason) {
f755e3b7
LP
187 assert(m);
188
cb8ccb22
ZJS
189 if (enable) {
190 if (m->show_status == SHOW_STATUS_AUTO)
7365a296 191 manager_set_show_status(m, SHOW_STATUS_TEMPORARY, reason);
cb8ccb22
ZJS
192 } else {
193 if (m->show_status == SHOW_STATUS_TEMPORARY)
7365a296 194 manager_set_show_status(m, SHOW_STATUS_AUTO, reason);
cb8ccb22
ZJS
195 }
196}
197
03b717a3 198static void manager_print_jobs_in_progress(Manager *m) {
03b717a3 199 Job *j;
03b717a3
MS
200 unsigned counter = 0, print_nr;
201 char cylon[6 + CYLON_BUFFER_EXTRA + 1];
202 unsigned cylon_pos;
4c989f89 203 uint64_t timeout = 0;
03b717a3 204
718db961 205 assert(m);
9c3349e2 206 assert(m->n_running_jobs > 0);
718db961 207
7365a296 208 manager_flip_auto_status(m, true, "delay");
d450b6f2 209
03b717a3
MS
210 print_nr = (m->jobs_in_progress_iteration / JOBS_IN_PROGRESS_PERIOD_DIVISOR) % m->n_running_jobs;
211
90e74a66 212 HASHMAP_FOREACH(j, m->jobs)
03b717a3
MS
213 if (j->state == JOB_RUNNING && counter++ == print_nr)
214 break;
215
e970a72e
MS
216 /* m->n_running_jobs must be consistent with the contents of m->jobs,
217 * so the above loop must have succeeded in finding j. */
218 assert(counter == print_nr + 1);
51d122af 219 assert(j);
5a82a91a 220
03b717a3
MS
221 cylon_pos = m->jobs_in_progress_iteration % 14;
222 if (cylon_pos >= 8)
223 cylon_pos = 14 - cylon_pos;
224 draw_cylon(cylon, sizeof(cylon), 6, cylon_pos);
225
8bb310c3
ZJS
226 m->jobs_in_progress_iteration++;
227
3889fc6f 228 char job_of_n[STRLEN("( of ) ") + DECIMAL_STR_MAX(unsigned)*2] = "";
5291f26d 229 if (m->n_running_jobs > 1)
3889fc6f 230 xsprintf(job_of_n, "(%u of %u) ", counter, m->n_running_jobs);
03b717a3 231
4c989f89 232 (void) job_get_timeout(j, &timeout);
8bb310c3 233
04d232d8
ZJS
234 /* We want to use enough information for the user to identify previous lines talking about the same
235 * unit, but keep the message as short as possible. So if 'Starting foo.service' or 'Starting
3889fc6f 236 * foo.service - Description' were used, 'foo.service' is enough here. On the other hand, if we used
04d232d8
ZJS
237 * 'Starting Description' before, then we shall also use 'Description' here. So we pass NULL as the
238 * second argument to unit_status_string(). */
239 const char *ident = unit_status_string(j->unit, NULL);
240
3889fc6f 241 const char *time = FORMAT_TIMESPAN(now(CLOCK_MONOTONIC) - j->begin_usec, 1*USEC_PER_SEC);
4c989f89 242 const char *limit = timeout > 0 ? FORMAT_TIMESPAN(timeout - j->begin_usec, 1*USEC_PER_SEC) : "no limit";
3889fc6f
ZJS
243
244 if (m->status_unit_format == STATUS_UNIT_FORMAT_DESCRIPTION)
245 /* When using 'Description', we effectively don't have enough space to show the nested status
246 * without ellipsization, so let's not even try. */
247 manager_status_printf(m, STATUS_TYPE_EPHEMERAL, cylon,
248 "%sA %s job is running for %s (%s / %s)",
249 job_of_n,
250 job_type_to_string(j->type),
251 ident,
252 time, limit);
253 else {
254 const char *status_text = unit_status_text(j->unit);
255
256 manager_status_printf(m, STATUS_TYPE_EPHEMERAL, cylon,
257 "%sJob %s/%s running (%s / %s)%s%s",
258 job_of_n,
259 ident,
260 job_type_to_string(j->type),
261 time, limit,
262 status_text ? ": " : "",
263 strempty(status_text));
264 }
265
266 sd_notifyf(false,
267 "STATUS=%sUser job %s/%s running (%s / %s)...",
268 job_of_n,
269 ident,
270 job_type_to_string(j->type),
271 time, limit);
272 m->status_ready = false;
03b717a3
MS
273}
274
e46b13c8 275static int have_ask_password(void) {
c2b2df60 276 _cleanup_closedir_ DIR *dir = NULL;
e46b13c8
ZJS
277
278 dir = opendir("/run/systemd/ask-password");
279 if (!dir) {
280 if (errno == ENOENT)
281 return false;
282 else
283 return -errno;
284 }
285
c7f0d9e5 286 FOREACH_DIRENT_ALL(de, dir, return -errno)
e46b13c8
ZJS
287 if (startswith(de->d_name, "ask."))
288 return true;
8fb3f009 289 return false;
e46b13c8
ZJS
290}
291
292static int manager_dispatch_ask_password_fd(sd_event_source *source,
293 int fd, uint32_t revents, void *userdata) {
99534007 294 Manager *m = ASSERT_PTR(userdata);
e46b13c8 295
665dfe93 296 (void) flush_fd(fd);
e46b13c8
ZJS
297
298 m->have_ask_password = have_ask_password();
299 if (m->have_ask_password < 0)
300 /* Log error but continue. Negative have_ask_password
301 * is treated as unknown status. */
c33b3297 302 log_error_errno(m->have_ask_password, "Failed to list /run/systemd/ask-password: %m");
e46b13c8
ZJS
303
304 return 0;
305}
306
307static void manager_close_ask_password(Manager *m) {
308 assert(m);
309
5dcadb4c 310 m->ask_password_event_source = sd_event_source_disable_unref(m->ask_password_event_source);
90990e28 311 m->ask_password_inotify_fd = safe_close(m->ask_password_inotify_fd);
e46b13c8
ZJS
312 m->have_ask_password = -EINVAL;
313}
314
315static int manager_check_ask_password(Manager *m) {
316 int r;
317
318 assert(m);
319
320 if (!m->ask_password_event_source) {
321 assert(m->ask_password_inotify_fd < 0);
322
17e4b070 323 (void) mkdir_p_label("/run/systemd/ask-password", 0755);
e46b13c8
ZJS
324
325 m->ask_password_inotify_fd = inotify_init1(IN_NONBLOCK|IN_CLOEXEC);
4a62c710 326 if (m->ask_password_inotify_fd < 0)
330b8fb3 327 return log_error_errno(errno, "Failed to create inotify object: %m");
e46b13c8 328
27c3112d
FB
329 r = inotify_add_watch_and_warn(m->ask_password_inotify_fd,
330 "/run/systemd/ask-password",
331 IN_CREATE|IN_DELETE|IN_MOVE);
332 if (r < 0) {
e46b13c8 333 manager_close_ask_password(m);
27c3112d 334 return r;
e46b13c8
ZJS
335 }
336
337 r = sd_event_add_io(m->event, &m->ask_password_event_source,
338 m->ask_password_inotify_fd, EPOLLIN,
339 manager_dispatch_ask_password_fd, m);
340 if (r < 0) {
df3d3bdf 341 log_error_errno(r, "Failed to add event source for /run/systemd/ask-password: %m");
e46b13c8 342 manager_close_ask_password(m);
df3d3bdf 343 return r;
e46b13c8
ZJS
344 }
345
7dfbe2e3
TG
346 (void) sd_event_source_set_description(m->ask_password_event_source, "manager-ask-password");
347
e46b13c8
ZJS
348 /* Queries might have been added meanwhile... */
349 manager_dispatch_ask_password_fd(m->ask_password_event_source,
350 m->ask_password_inotify_fd, EPOLLIN, m);
351 }
352
353 return m->have_ask_password;
354}
355
31a7eb86 356static int manager_watch_idle_pipe(Manager *m) {
31a7eb86
ZJS
357 int r;
358
718db961
LP
359 assert(m);
360
361 if (m->idle_pipe_event_source)
31a7eb86
ZJS
362 return 0;
363
364 if (m->idle_pipe[2] < 0)
365 return 0;
366
151b9b96 367 r = sd_event_add_io(m->event, &m->idle_pipe_event_source, m->idle_pipe[2], EPOLLIN, manager_dispatch_idle_pipe_fd, m);
23bbb0de
MS
368 if (r < 0)
369 return log_error_errno(r, "Failed to watch idle pipe: %m");
31a7eb86 370
7dfbe2e3
TG
371 (void) sd_event_source_set_description(m->idle_pipe_event_source, "manager-idle-pipe");
372
31a7eb86 373 return 0;
31a7eb86
ZJS
374}
375
718db961
LP
376static void manager_close_idle_pipe(Manager *m) {
377 assert(m);
31a7eb86 378
5dcadb4c 379 m->idle_pipe_event_source = sd_event_source_disable_unref(m->idle_pipe_event_source);
cd72bd8a 380
3d94f76c
LP
381 safe_close_pair(m->idle_pipe);
382 safe_close_pair(m->idle_pipe + 2);
31a7eb86
ZJS
383}
384
8742514c 385static int manager_setup_time_change(Manager *m) {
718db961 386 int r;
b92bea5d 387
718db961 388 assert(m);
8742514c 389
638cece4 390 if (MANAGER_IS_TEST_RUN(m))
0d8c31ff
ZJS
391 return 0;
392
5dcadb4c 393 m->time_change_event_source = sd_event_source_disable_unref(m->time_change_event_source);
7feedd18 394
ec75e8e0 395 r = event_add_time_change(m->event, &m->time_change_event_source, manager_dispatch_time_change_fd, m);
23bbb0de
MS
396 if (r < 0)
397 return log_error_errno(r, "Failed to create time change event source: %m");
8742514c 398
a5cc7e5a 399 /* Schedule this slightly earlier than the .timer event sources */
d42b61d2 400 r = sd_event_source_set_priority(m->time_change_event_source, EVENT_PRIORITY_TIME_CHANGE);
a5cc7e5a
LP
401 if (r < 0)
402 return log_error_errno(r, "Failed to set priority of time change event sources: %m");
403
8742514c
LP
404 log_debug("Set up TFD_TIMER_CANCEL_ON_SET timerfd.");
405
406 return 0;
407}
408
bbf5fd8e
LP
409static int manager_read_timezone_stat(Manager *m) {
410 struct stat st;
411 bool changed;
412
413 assert(m);
414
415 /* Read the current stat() data of /etc/localtime so that we detect changes */
416 if (lstat("/etc/localtime", &st) < 0) {
417 log_debug_errno(errno, "Failed to stat /etc/localtime, ignoring: %m");
418 changed = m->etc_localtime_accessible;
419 m->etc_localtime_accessible = false;
420 } else {
421 usec_t k;
422
423 k = timespec_load(&st.st_mtim);
424 changed = !m->etc_localtime_accessible || k != m->etc_localtime_mtime;
425
426 m->etc_localtime_mtime = k;
427 m->etc_localtime_accessible = true;
428 }
429
430 return changed;
431}
432
433static int manager_setup_timezone_change(Manager *m) {
a5cc7e5a 434 _cleanup_(sd_event_source_unrefp) sd_event_source *new_event = NULL;
bbf5fd8e
LP
435 int r;
436
437 assert(m);
438
638cece4 439 if (MANAGER_IS_TEST_RUN(m))
bbf5fd8e
LP
440 return 0;
441
442 /* We watch /etc/localtime for three events: change of the link count (which might mean removal from /etc even
443 * though another link might be kept), renames, and file close operations after writing. Note we don't bother
444 * with IN_DELETE_SELF, as that would just report when the inode is removed entirely, i.e. after the link count
445 * went to zero and all fds to it are closed.
446 *
447 * Note that we never follow symlinks here. This is a simplification, but should cover almost all cases
448 * correctly.
449 *
450 * Note that we create the new event source first here, before releasing the old one. This should optimize
451 * behaviour as this way sd-event can reuse the old watch in case the inode didn't change. */
452
453 r = sd_event_add_inotify(m->event, &new_event, "/etc/localtime",
454 IN_ATTRIB|IN_MOVE_SELF|IN_CLOSE_WRITE|IN_DONT_FOLLOW, manager_dispatch_timezone_change, m);
0cb21d8c
LP
455 if (r == -ENOENT) {
456 /* If the file doesn't exist yet, subscribe to /etc instead, and wait until it is created either by
457 * O_CREATE or by rename() */
458
459 log_debug_errno(r, "/etc/localtime doesn't exist yet, watching /etc instead.");
bbf5fd8e
LP
460 r = sd_event_add_inotify(m->event, &new_event, "/etc",
461 IN_CREATE|IN_MOVED_TO|IN_ONLYDIR, manager_dispatch_timezone_change, m);
0cb21d8c 462 }
bbf5fd8e
LP
463 if (r < 0)
464 return log_error_errno(r, "Failed to create timezone change event source: %m");
465
a5cc7e5a 466 /* Schedule this slightly earlier than the .timer event sources */
d42b61d2 467 r = sd_event_source_set_priority(new_event, EVENT_PRIORITY_TIME_ZONE);
a5cc7e5a
LP
468 if (r < 0)
469 return log_error_errno(r, "Failed to set priority of timezone change event sources: %m");
470
bbf5fd8e 471 sd_event_source_unref(m->timezone_change_event_source);
a5cc7e5a 472 m->timezone_change_event_source = TAKE_PTR(new_event);
bbf5fd8e
LP
473
474 return 0;
475}
476
80876c20 477static int enable_special_signals(Manager *m) {
254d1313 478 _cleanup_close_ int fd = -EBADF;
80876c20
LP
479
480 assert(m);
481
638cece4 482 if (MANAGER_IS_TEST_RUN(m))
37453b3a
EV
483 return 0;
484
a41b539e 485 /* Enable that we get SIGINT on control-alt-del. In containers
c9999773
LP
486 * this will fail with EPERM (older) or EINVAL (newer), so
487 * ignore that. */
4c701096 488 if (reboot(RB_DISABLE_CAD) < 0 && !IN_SET(errno, EPERM, EINVAL))
56f64d95 489 log_warning_errno(errno, "Failed to enable ctrl-alt-del handling: %m");
80876c20 490
a41b539e
LP
491 fd = open_terminal("/dev/tty0", O_RDWR|O_NOCTTY|O_CLOEXEC);
492 if (fd < 0) {
493 /* Support systems without virtual console */
494 if (fd != -ENOENT)
56f64d95 495 log_warning_errno(errno, "Failed to open /dev/tty0: %m");
a41b539e 496 } else {
80876c20
LP
497 /* Enable that we get SIGWINCH on kbrequest */
498 if (ioctl(fd, KDSIGACCEPT, SIGWINCH) < 0)
56f64d95 499 log_warning_errno(errno, "Failed to enable kbrequest handling: %m");
80876c20
LP
500 }
501
502 return 0;
503}
504
8750ac02
ZJS
505#define RTSIG_IF_AVAILABLE(signum) (signum <= SIGRTMAX ? signum : -1)
506
ce578209 507static int manager_setup_signals(Manager *m) {
b92bea5d
ZJS
508 struct sigaction sa = {
509 .sa_handler = SIG_DFL,
510 .sa_flags = SA_NOCLDSTOP|SA_RESTART,
511 };
718db961
LP
512 sigset_t mask;
513 int r;
60918275 514
ce578209
LP
515 assert(m);
516
57c0c30e
LP
517 assert_se(sigaction(SIGCHLD, &sa, NULL) == 0);
518
4dffec14
LP
519 /* We make liberal use of realtime signals here. On
520 * Linux/glibc we have 30 of them (with the exception of Linux
521 * on hppa, see below), between SIGRTMIN+0 ... SIGRTMIN+30
522 * (aka SIGRTMAX). */
7d793605 523
4dffec14 524 assert_se(sigemptyset(&mask) == 0);
7d793605
LP
525 sigset_add_many(&mask,
526 SIGCHLD, /* Child died */
527 SIGTERM, /* Reexecute daemon */
528 SIGHUP, /* Reload configuration */
54d04cd1 529 SIGUSR1, /* systemd: reconnect to D-Bus */
7d793605
LP
530 SIGUSR2, /* systemd: dump status */
531 SIGINT, /* Kernel sends us this on control-alt-del */
532 SIGWINCH, /* Kernel sends us this on kbrequest (alt-arrowup) */
533 SIGPWR, /* Some kernel drivers and upsd send us this on power failure */
4dffec14 534
7d793605 535 SIGRTMIN+0, /* systemd: start default.target */
0003d1ab 536 SIGRTMIN+1, /* systemd: isolate rescue.target */
7d793605
LP
537 SIGRTMIN+2, /* systemd: isolate emergency.target */
538 SIGRTMIN+3, /* systemd: start halt.target */
539 SIGRTMIN+4, /* systemd: start poweroff.target */
540 SIGRTMIN+5, /* systemd: start reboot.target */
0003d1ab 541 SIGRTMIN+6, /* systemd: start kexec.target */
13ffc607 542 SIGRTMIN+7, /* systemd: start soft-reboot.target */
4dffec14
LP
543
544 /* ... space for more special targets ... */
545
0003d1ab
LP
546 SIGRTMIN+13, /* systemd: Immediate halt */
547 SIGRTMIN+14, /* systemd: Immediate poweroff */
548 SIGRTMIN+15, /* systemd: Immediate reboot */
549 SIGRTMIN+16, /* systemd: Immediate kexec */
13ffc607 550 SIGRTMIN+17, /* systemd: Immediate soft-reboot */
29e6b0c1
LP
551 SIGRTMIN+18, /* systemd: control command */
552
553 /* ... space ... */
4dffec14 554
0658666b
LP
555 SIGRTMIN+20, /* systemd: enable status messages */
556 SIGRTMIN+21, /* systemd: disable status messages */
253ee27a
LP
557 SIGRTMIN+22, /* systemd: set log level to LOG_DEBUG */
558 SIGRTMIN+23, /* systemd: set log level to LOG_INFO */
600b704e 559 SIGRTMIN+24, /* systemd: Immediate exit (--user only) */
463aef23 560 SIGRTMIN+25, /* systemd: reexecute manager */
4dffec14 561
8750ac02
ZJS
562 /* Apparently Linux on hppa had fewer RT signals until v3.18,
563 * SIGRTMAX was SIGRTMIN+25, and then SIGRTMIN was lowered,
564 * see commit v3.17-7614-g1f25df2eff.
565 *
566 * We cannot unconditionally make use of those signals here,
567 * so let's use a runtime check. Since these commands are
568 * accessible by different means and only really a safety
569 * net, the missing functionality on hppa shouldn't matter.
570 */
571
572 RTSIG_IF_AVAILABLE(SIGRTMIN+26), /* systemd: set log target to journal-or-kmsg */
573 RTSIG_IF_AVAILABLE(SIGRTMIN+27), /* systemd: set log target to console */
574 RTSIG_IF_AVAILABLE(SIGRTMIN+28), /* systemd: set log target to kmsg */
575 RTSIG_IF_AVAILABLE(SIGRTMIN+29), /* systemd: set log target to syslog-or-kmsg (obsolete) */
4dffec14
LP
576
577 /* ... one free signal here SIGRTMIN+30 ... */
7d793605 578 -1);
ce578209
LP
579 assert_se(sigprocmask(SIG_SETMASK, &mask, NULL) == 0);
580
718db961
LP
581 m->signal_fd = signalfd(-1, &mask, SFD_NONBLOCK|SFD_CLOEXEC);
582 if (m->signal_fd < 0)
ce578209
LP
583 return -errno;
584
151b9b96 585 r = sd_event_add_io(m->event, &m->signal_event_source, m->signal_fd, EPOLLIN, manager_dispatch_signal_fd, m);
718db961
LP
586 if (r < 0)
587 return r;
ce578209 588
7dfbe2e3
TG
589 (void) sd_event_source_set_description(m->signal_event_source, "manager-signal");
590
d8fdc620
LP
591 /* Process signals a bit earlier than the rest of things, but later than notify_fd processing, so that the
592 * notify processing can still figure out to which process/service a message belongs, before we reap the
593 * process. Also, process this before handling cgroup notifications, so that we always collect child exit
594 * status information before detecting that there's no process in a cgroup. */
d42b61d2 595 r = sd_event_source_set_priority(m->signal_event_source, EVENT_PRIORITY_SIGNALS);
29083707
LP
596 if (r < 0)
597 return r;
598
463d0d15 599 if (MANAGER_IS_SYSTEM(m))
80876c20 600 return enable_special_signals(m);
e1414003 601
ce578209
LP
602 return 0;
603}
604
1ad6e8b3 605static char** sanitize_environment(char **l) {
f069efb4 606
47cf8ff2 607 /* Let's remove some environment variables that we need ourselves to communicate with our clients */
f069efb4 608 strv_env_unset_many(
1ad6e8b3 609 l,
8047ac8f
LP
610 "CACHE_DIRECTORY",
611 "CONFIGURATION_DIRECTORY",
bb0c0d6f 612 "CREDENTIALS_DIRECTORY",
47cf8ff2
LP
613 "EXIT_CODE",
614 "EXIT_STATUS",
615 "INVOCATION_ID",
616 "JOURNAL_STREAM",
617 "LISTEN_FDNAMES",
618 "LISTEN_FDS",
619 "LISTEN_PID",
8047ac8f 620 "LOGS_DIRECTORY",
c792a2e5 621 "LOG_NAMESPACE",
f069efb4
LP
622 "MAINPID",
623 "MANAGERPID",
6bb00842
LP
624 "MEMORY_PRESSURE_WATCH",
625 "MEMORY_PRESSURE_WRITE",
c792a2e5
LP
626 "MONITOR_EXIT_CODE",
627 "MONITOR_EXIT_STATUS",
628 "MONITOR_INVOCATION_ID",
629 "MONITOR_SERVICE_RESULT",
630 "MONITOR_UNIT",
47cf8ff2 631 "NOTIFY_SOCKET",
dcf3c3c3 632 "PIDFILE",
47cf8ff2
LP
633 "REMOTE_ADDR",
634 "REMOTE_PORT",
8047ac8f 635 "RUNTIME_DIRECTORY",
47cf8ff2 636 "SERVICE_RESULT",
8047ac8f 637 "STATE_DIRECTORY",
c792a2e5
LP
638 "SYSTEMD_EXEC_PID",
639 "TRIGGER_PATH",
640 "TRIGGER_TIMER_MONOTONIC_USEC",
641 "TRIGGER_TIMER_REALTIME_USEC",
642 "TRIGGER_UNIT",
f069efb4 643 "WATCHDOG_PID",
9128fd55 644 "WATCHDOG_USEC");
47cf8ff2
LP
645
646 /* Let's order the environment alphabetically, just to make it pretty */
305757d8 647 return strv_sort(l);
f069efb4
LP
648}
649
79a224c4 650int manager_default_environment(Manager *m) {
db11487d
ZJS
651 int r;
652
71ecc858
LP
653 assert(m);
654
1ad6e8b3
LP
655 m->transient_environment = strv_free(m->transient_environment);
656
463d0d15 657 if (MANAGER_IS_SYSTEM(m)) {
c792a2e5
LP
658 /* The system manager always starts with a clean environment for its children. It does not
659 * import the kernel's or the parents' exported variables.
e21fea24 660 *
c792a2e5
LP
661 * The initial passed environment is untouched to keep /proc/self/environ valid; it is used
662 * for tagging the init process inside containers. */
1ad6e8b3 663 m->transient_environment = strv_new("PATH=" DEFAULT_PATH);
db11487d
ZJS
664 if (!m->transient_environment)
665 return log_oom();
e21fea24
KS
666
667 /* Import locale variables LC_*= from configuration */
1ad6e8b3 668 (void) locale_setup(&m->transient_environment);
db11487d 669 } else {
aaf057c4 670 /* The user manager passes its own environment along to its children, except for $PATH. */
1ad6e8b3 671 m->transient_environment = strv_copy(environ);
db11487d
ZJS
672 if (!m->transient_environment)
673 return log_oom();
674
aaf057c4 675 r = strv_env_replace_strdup(&m->transient_environment, "PATH=" DEFAULT_USER_PATH);
db11487d
ZJS
676 if (r < 0)
677 return log_oom();
db11487d 678 }
8b55b8c4 679
1ad6e8b3 680 sanitize_environment(m->transient_environment);
e21fea24 681 return 0;
71ecc858
LP
682}
683
3536f49e
YW
684static int manager_setup_prefix(Manager *m) {
685 struct table_entry {
686 uint64_t type;
687 const char *suffix;
688 };
689
72fd1768 690 static const struct table_entry paths_system[_EXEC_DIRECTORY_TYPE_MAX] = {
9978e631
ZJS
691 [EXEC_DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME, NULL },
692 [EXEC_DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE, NULL },
693 [EXEC_DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE, NULL },
694 [EXEC_DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS, NULL },
3536f49e
YW
695 [EXEC_DIRECTORY_CONFIGURATION] = { SD_PATH_SYSTEM_CONFIGURATION, NULL },
696 };
697
72fd1768 698 static const struct table_entry paths_user[_EXEC_DIRECTORY_TYPE_MAX] = {
9978e631 699 [EXEC_DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME, NULL },
f9c91932 700 [EXEC_DIRECTORY_STATE] = { SD_PATH_USER_STATE_PRIVATE, NULL },
9978e631 701 [EXEC_DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE, NULL },
f9c91932 702 [EXEC_DIRECTORY_LOGS] = { SD_PATH_USER_STATE_PRIVATE, "log" },
9978e631 703 [EXEC_DIRECTORY_CONFIGURATION] = { SD_PATH_USER_CONFIGURATION, NULL },
3536f49e
YW
704 };
705
3536f49e
YW
706 assert(m);
707
24b45970
ZJS
708 const struct table_entry *p = MANAGER_IS_SYSTEM(m) ? paths_system : paths_user;
709 int r;
3536f49e 710
24b45970 711 for (ExecDirectoryType i = 0; i < _EXEC_DIRECTORY_TYPE_MAX; i++) {
51327bcc 712 r = sd_path_lookup(p[i].type, p[i].suffix, &m->prefix[i]);
3536f49e 713 if (r < 0)
998df7ce
ZJS
714 return log_warning_errno(r, "Failed to lookup %s path: %m",
715 exec_directory_type_to_string(i));
3536f49e
YW
716 }
717
718 return 0;
719}
720
e8630e69
ZJS
721static void manager_free_unit_name_maps(Manager *m) {
722 m->unit_id_map = hashmap_free(m->unit_id_map);
723 m->unit_name_map = hashmap_free(m->unit_name_map);
3fb2326f 724 m->unit_path_cache = set_free(m->unit_path_cache);
c2911d48 725 m->unit_cache_timestamp_hash = 0;
e8630e69
ZJS
726}
727
279d81dd
LP
728static int manager_setup_run_queue(Manager *m) {
729 int r;
730
731 assert(m);
732 assert(!m->run_queue_event_source);
733
734 r = sd_event_add_defer(m->event, &m->run_queue_event_source, manager_dispatch_run_queue, m);
735 if (r < 0)
736 return r;
737
d42b61d2 738 r = sd_event_source_set_priority(m->run_queue_event_source, EVENT_PRIORITY_RUN_QUEUE);
279d81dd
LP
739 if (r < 0)
740 return r;
741
742 r = sd_event_source_set_enabled(m->run_queue_event_source, SD_EVENT_OFF);
743 if (r < 0)
744 return r;
745
746 (void) sd_event_source_set_description(m->run_queue_event_source, "manager-run-queue");
747
748 return 0;
749}
750
575b300b
LP
751static int manager_setup_sigchld_event_source(Manager *m) {
752 int r;
753
754 assert(m);
755 assert(!m->sigchld_event_source);
756
757 r = sd_event_add_defer(m->event, &m->sigchld_event_source, manager_dispatch_sigchld, m);
758 if (r < 0)
759 return r;
760
d42b61d2 761 r = sd_event_source_set_priority(m->sigchld_event_source, EVENT_PRIORITY_SIGCHLD);
575b300b
LP
762 if (r < 0)
763 return r;
764
765 r = sd_event_source_set_enabled(m->sigchld_event_source, SD_EVENT_OFF);
766 if (r < 0)
767 return r;
768
769 (void) sd_event_source_set_description(m->sigchld_event_source, "manager-sigchld");
770
771 return 0;
772}
773
29e6b0c1
LP
774int manager_setup_memory_pressure_event_source(Manager *m) {
775 int r;
776
777 assert(m);
778
779 m->memory_pressure_event_source = sd_event_source_disable_unref(m->memory_pressure_event_source);
780
781 r = sd_event_add_memory_pressure(m->event, &m->memory_pressure_event_source, NULL, NULL);
782 if (r < 0)
783 log_full_errno(ERRNO_IS_NOT_SUPPORTED(r) || ERRNO_IS_PRIVILEGE(r) || (r == -EHOSTDOWN) ? LOG_DEBUG : LOG_NOTICE, r,
784 "Failed to establish memory pressure event source, ignoring: %m");
c9e120e0 785 else if (m->defaults.memory_pressure_threshold_usec != USEC_INFINITY) {
6bb00842
LP
786
787 /* If there's a default memory pressure threshold set, also apply it to the service manager itself */
788 r = sd_event_source_set_memory_pressure_period(
789 m->memory_pressure_event_source,
c9e120e0 790 m->defaults.memory_pressure_threshold_usec,
6bb00842
LP
791 MEMORY_PRESSURE_DEFAULT_WINDOW_USEC);
792 if (r < 0)
793 log_warning_errno(r, "Failed to adjust memory pressure threshold, ignoring: %m");
794 }
29e6b0c1
LP
795
796 return 0;
797}
798
2ad591a3
LP
799static int manager_find_credentials_dirs(Manager *m) {
800 const char *e;
801 int r;
802
803 assert(m);
804
805 r = get_credentials_dir(&e);
806 if (r < 0) {
807 if (r != -ENXIO)
808 log_debug_errno(r, "Failed to determine credentials directory, ignoring: %m");
809 } else {
810 m->received_credentials_directory = strdup(e);
811 if (!m->received_credentials_directory)
812 return -ENOMEM;
813 }
814
815 r = get_encrypted_credentials_dir(&e);
816 if (r < 0) {
817 if (r != -ENXIO)
818 log_debug_errno(r, "Failed to determine encrypted credentials directory, ignoring: %m");
819 } else {
820 m->received_encrypted_credentials_directory = strdup(e);
821 if (!m->received_encrypted_credentials_directory)
822 return -ENOMEM;
823 }
824
825 return 0;
826}
827
d35fe8c0 828void manager_set_switching_root(Manager *m, bool switching_root) {
7fa49280
LP
829 assert(m);
830
d35fe8c0
FB
831 m->switching_root = MANAGER_IS_SYSTEM(m) && switching_root;
832}
833
cc156539
DDM
834double manager_get_progress(Manager *m) {
835 assert(m);
836
837 if (MANAGER_IS_FINISHED(m) || m->n_installed_jobs == 0)
838 return 1.0;
839
840 return 1.0 - ((double) hashmap_size(m->jobs) / (double) m->n_installed_jobs);
841}
842
a8157796
LP
843static int compare_job_priority(const void *a, const void *b) {
844 const Job *x = a, *y = b;
845
846 return unit_compare_priority(x->unit, y->unit);
847}
848
5cacac04 849int manager_new(RuntimeScope runtime_scope, ManagerTestRunFlags test_run_flags, Manager **ret) {
c70cac54 850 _cleanup_(manager_freep) Manager *m = NULL;
e3dd987c 851 int r;
8e274523 852
4870133b 853 assert(IN_SET(runtime_scope, RUNTIME_SCOPE_SYSTEM, RUNTIME_SCOPE_USER));
5cacac04 854 assert(ret);
ce578209 855
3ad228ce 856 m = new(Manager, 1);
915b3753 857 if (!m)
8e274523 858 return -ENOMEM;
60918275 859
3ad228ce 860 *m = (Manager) {
4870133b 861 .runtime_scope = runtime_scope,
3ad228ce
LP
862 .objective = _MANAGER_OBJECTIVE_INVALID,
863
36cf4507
ZJS
864 .status_unit_format = STATUS_UNIT_FORMAT_DEFAULT,
865
3ad228ce
LP
866 .original_log_level = -1,
867 .original_log_target = _LOG_TARGET_INVALID,
868
986935cf
FB
869 .watchdog_overridden[WATCHDOG_RUNTIME] = USEC_INFINITY,
870 .watchdog_overridden[WATCHDOG_REBOOT] = USEC_INFINITY,
871 .watchdog_overridden[WATCHDOG_KEXEC] = USEC_INFINITY,
5717062e 872 .watchdog_overridden[WATCHDOG_PRETIMEOUT] = USEC_INFINITY,
986935cf 873
44a41954
FB
874 .show_status_overridden = _SHOW_STATUS_INVALID,
875
254d1313
ZJS
876 .notify_fd = -EBADF,
877 .cgroups_agent_fd = -EBADF,
878 .signal_fd = -EBADF,
71136404 879 .user_lookup_fds = EBADF_PAIR,
254d1313
ZJS
880 .private_listen_fd = -EBADF,
881 .dev_autofs_fd = -EBADF,
882 .cgroup_inotify_fd = -EBADF,
883 .pin_cgroupfs_fd = -EBADF,
884 .ask_password_inotify_fd = -EBADF,
885 .idle_pipe = { -EBADF, -EBADF, -EBADF, -EBADF},
3ad228ce
LP
886
887 /* start as id #1, so that we can leave #0 around as "null-like" value */
888 .current_job_id = 1,
889
890 .have_ask_password = -EINVAL, /* we don't know */
891 .first_boot = -1,
892 .test_run_flags = test_run_flags,
afcfaa69 893
fed25720 894 .dump_ratelimit = (const RateLimit) { .interval = 10 * USEC_PER_MINUTE, .burst = 10 },
bb5232b6
LB
895
896 .executor_fd = -EBADF,
3ad228ce 897 };
80876c20 898
ea09a416
LP
899 unit_defaults_init(&m->defaults, runtime_scope);
900
349cc4a5 901#if ENABLE_EFI
463d0d15 902 if (MANAGER_IS_SYSTEM(m) && detect_container() <= 0)
9f9f0342
LP
903 boot_timestamps(m->timestamps + MANAGER_TIMESTAMP_USERSPACE,
904 m->timestamps + MANAGER_TIMESTAMP_FIRMWARE,
905 m->timestamps + MANAGER_TIMESTAMP_LOADER);
463d0d15
LP
906#endif
907
f2341e0a 908 /* Prepare log fields we can use for structured logging */
463d0d15
LP
909 if (MANAGER_IS_SYSTEM(m)) {
910 m->unit_log_field = "UNIT=";
911 m->unit_log_format_string = "UNIT=%s";
4b58153d
LP
912
913 m->invocation_log_field = "INVOCATION_ID=";
f1c50bec 914 m->invocation_log_format_string = "INVOCATION_ID=%s";
463d0d15
LP
915 } else {
916 m->unit_log_field = "USER_UNIT=";
917 m->unit_log_format_string = "USER_UNIT=%s";
4b58153d
LP
918
919 m->invocation_log_field = "USER_INVOCATION_ID=";
f1c50bec 920 m->invocation_log_format_string = "USER_INVOCATION_ID=%s";
463d0d15 921 }
f2341e0a 922
2e5c94b9 923 /* Reboot immediately if the user hits C-A-D more often than 7x per 2s */
7d1e61ca 924 m->ctrl_alt_del_ratelimit = (const RateLimit) { .interval = 2 * USEC_PER_SEC, .burst = 7 };
2e5c94b9 925
e21fea24
KS
926 r = manager_default_environment(m);
927 if (r < 0)
c70cac54 928 return r;
1137a57c 929
d5099efc 930 r = hashmap_ensure_allocated(&m->units, &string_hash_ops);
718db961 931 if (r < 0)
c70cac54 932 return r;
60918275 933
548f6937 934 r = hashmap_ensure_allocated(&m->cgroup_unit, &path_hash_ops);
718db961 935 if (r < 0)
c70cac54 936 return r;
9152c765 937
d5099efc 938 r = hashmap_ensure_allocated(&m->watch_bus, &string_hash_ops);
718db961 939 if (r < 0)
c70cac54 940 return r;
05e343b7 941
da8e1782
MO
942 r = prioq_ensure_allocated(&m->run_queue, compare_job_priority);
943 if (r < 0)
944 return r;
945
e8112e67 946 r = manager_setup_prefix(m);
718db961 947 if (r < 0)
c70cac54 948 return r;
8742514c 949
2ad591a3
LP
950 r = manager_find_credentials_dirs(m);
951 if (r < 0)
952 return r;
bb0c0d6f 953
e8112e67 954 r = sd_event_default(&m->event);
8742514c 955 if (r < 0)
c70cac54 956 return r;
9152c765 957
e8112e67 958 r = manager_setup_run_queue(m);
a1d32bac 959 if (r < 0)
c70cac54 960 return r;
8e274523 961
5dd2f5ff 962 if (FLAGS_SET(test_run_flags, MANAGER_TEST_RUN_MINIMAL)) {
e8112e67
ZJS
963 m->cgroup_root = strdup("");
964 if (!m->cgroup_root)
965 return -ENOMEM;
966 } else {
967 r = manager_setup_signals(m);
968 if (r < 0)
969 return r;
8c47c732 970
e8112e67
ZJS
971 r = manager_setup_cgroup(m);
972 if (r < 0)
973 return r;
575b300b 974
e8112e67
ZJS
975 r = manager_setup_time_change(m);
976 if (r < 0)
977 return r;
9670d583 978
bbf5fd8e
LP
979 r = manager_read_timezone_stat(m);
980 if (r < 0)
981 return r;
982
ea5c5f68 983 (void) manager_setup_timezone_change(m);
bbf5fd8e 984
e8112e67
ZJS
985 r = manager_setup_sigchld_event_source(m);
986 if (r < 0)
987 return r;
b1994387 988
29e6b0c1
LP
989 r = manager_setup_memory_pressure_event_source(m);
990 if (r < 0)
991 return r;
992
b1994387 993#if HAVE_LIBBPF
352ec23c
LP
994 if (MANAGER_IS_SYSTEM(m) && bpf_restrict_fs_supported(/* initialize = */ true)) {
995 r = bpf_restrict_fs_setup(m);
b1994387 996 if (r < 0)
299d9417 997 log_warning_errno(r, "Failed to setup LSM BPF, ignoring: %m");
b1994387
ILG
998 }
999#endif
e8112e67 1000 }
e27fe688 1001
2f8c48b6
AZ
1002 if (test_run_flags == 0) {
1003 if (MANAGER_IS_SYSTEM(m))
1004 r = mkdir_label("/run/systemd/units", 0755);
1005 else {
1006 _cleanup_free_ char *units_path = NULL;
1007 r = xdg_user_runtime_dir(&units_path, "/systemd/units");
1008 if (r < 0)
1009 return r;
1010 r = mkdir_p_label(units_path, 0755);
1011 }
1012
d3070fbd 1013 if (r < 0 && r != -EEXIST)
c70cac54 1014 return r;
bb5232b6
LB
1015
1016 m->executor_fd = open(SYSTEMD_EXECUTOR_BINARY_PATH, O_CLOEXEC|O_PATH);
1017 if (m->executor_fd < 0)
00fafa1a
FS
1018 return log_emergency_errno(errno,
1019 "Failed to open executor binary '%s': %m",
1020 SYSTEMD_EXECUTOR_BINARY_PATH);
bb5232b6
LB
1021 } else if (!FLAGS_SET(test_run_flags, MANAGER_TEST_DONT_OPEN_EXECUTOR)) {
1022 _cleanup_free_ char *self_exe = NULL, *executor_path = NULL;
1023 _cleanup_close_ int self_dir_fd = -EBADF;
1024 int level = LOG_DEBUG;
1025
1026 /* Prefer sd-executor from the same directory as the test, e.g.: when running unit tests from the
1027 * build directory. Fallback to working directory and then the installation path. */
1028 r = readlink_and_make_absolute("/proc/self/exe", &self_exe);
1029 if (r < 0)
1030 return r;
1031
57d3a6aa 1032 self_dir_fd = open_parent(self_exe, O_CLOEXEC|O_PATH|O_DIRECTORY, 0);
bb5232b6 1033 if (self_dir_fd < 0)
9e743e7e 1034 return self_dir_fd;
bb5232b6 1035
9e743e7e
MY
1036 m->executor_fd = RET_NERRNO(openat(self_dir_fd, "systemd-executor", O_CLOEXEC|O_PATH));
1037 if (m->executor_fd == -ENOENT)
1038 m->executor_fd = RET_NERRNO(openat(AT_FDCWD, "systemd-executor", O_CLOEXEC|O_PATH));
1039 if (m->executor_fd == -ENOENT) {
1040 m->executor_fd = RET_NERRNO(open(SYSTEMD_EXECUTOR_BINARY_PATH, O_CLOEXEC|O_PATH));
bb5232b6
LB
1041 level = LOG_WARNING; /* Tests should normally use local builds */
1042 }
1043 if (m->executor_fd < 0)
9e743e7e 1044 return m->executor_fd;
bb5232b6
LB
1045
1046 r = fd_get_path(m->executor_fd, &executor_path);
1047 if (r < 0)
1048 return r;
1049
9e743e7e 1050 log_full(level, "Using systemd-executor binary from '%s'.", executor_path);
d3070fbd
LP
1051 }
1052
232f6754
ZJS
1053 /* Note that we do not set up the notify fd here. We do that after deserialization,
1054 * since they might have gotten serialized across the reexec. */
3536f49e 1055
5cacac04 1056 *ret = TAKE_PTR(m);
1cc6c93a 1057
8e274523 1058 return 0;
60918275
LP
1059}
1060
d86f9d52 1061static int manager_setup_notify(Manager *m) {
7181dbdb 1062 int r;
d86f9d52 1063
638cece4 1064 if (MANAGER_IS_TEST_RUN(m))
0d8c31ff
ZJS
1065 return 0;
1066
d86f9d52 1067 if (m->notify_fd < 0) {
254d1313 1068 _cleanup_close_ int fd = -EBADF;
f36a9d59
ZJS
1069 union sockaddr_union sa;
1070 socklen_t sa_len;
d86f9d52
LP
1071
1072 /* First free all secondary fields */
a1e58e8e 1073 m->notify_socket = mfree(m->notify_socket);
5dcadb4c 1074 m->notify_event_source = sd_event_source_disable_unref(m->notify_event_source);
d86f9d52
LP
1075
1076 fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0);
4a62c710
MS
1077 if (fd < 0)
1078 return log_error_errno(errno, "Failed to allocate notification socket: %m");
d86f9d52 1079
28e7e934 1080 fd_increase_rxbuf(fd, NOTIFY_RCVBUF_SIZE);
a47806fa 1081
b910cc72 1082 m->notify_socket = path_join(m->prefix[EXEC_DIRECTORY_RUNTIME], "systemd/notify");
498e87d6
LP
1083 if (!m->notify_socket)
1084 return log_oom();
1085
f36a9d59
ZJS
1086 r = sockaddr_un_set_path(&sa.un, m->notify_socket);
1087 if (r < 0)
1088 return log_error_errno(r, "Notify socket '%s' not valid for AF_UNIX socket address, refusing.",
1089 m->notify_socket);
1090 sa_len = r;
15a3e96f 1091
498e87d6 1092 (void) mkdir_parents_label(m->notify_socket, 0755);
fbda85b0 1093 (void) sockaddr_un_unlink(&sa.un);
7181dbdb 1094
45ae2f72 1095 r = mac_selinux_bind(fd, &sa.sa, sa_len);
4a62c710 1096 if (r < 0)
45ae2f72 1097 return log_error_errno(r, "bind(%s) failed: %m", m->notify_socket);
d86f9d52 1098
2ff48e98 1099 r = setsockopt_int(fd, SOL_SOCKET, SO_PASSCRED, true);
4a62c710 1100 if (r < 0)
2ff48e98 1101 return log_error_errno(r, "SO_PASSCRED failed: %m");
d86f9d52 1102
c10d6bdb 1103 m->notify_fd = TAKE_FD(fd);
d86f9d52
LP
1104
1105 log_debug("Using notification socket %s", m->notify_socket);
1106 }
1107
1108 if (!m->notify_event_source) {
151b9b96 1109 r = sd_event_add_io(m->event, &m->notify_event_source, m->notify_fd, EPOLLIN, manager_dispatch_notify_fd, m);
895b3a7b
MS
1110 if (r < 0)
1111 return log_error_errno(r, "Failed to allocate notify event source: %m");
d86f9d52 1112
d8fdc620
LP
1113 /* Process notification messages a bit earlier than SIGCHLD, so that we can still identify to which
1114 * service an exit message belongs. */
d42b61d2 1115 r = sd_event_source_set_priority(m->notify_event_source, EVENT_PRIORITY_NOTIFY);
23bbb0de
MS
1116 if (r < 0)
1117 return log_error_errno(r, "Failed to set priority of notify event source: %m");
7dfbe2e3
TG
1118
1119 (void) sd_event_source_set_description(m->notify_event_source, "manager-notify");
d86f9d52
LP
1120 }
1121
1122 return 0;
1123}
1124
d8fdc620
LP
1125static int manager_setup_cgroups_agent(Manager *m) {
1126
1127 static const union sockaddr_union sa = {
1128 .un.sun_family = AF_UNIX,
1129 .un.sun_path = "/run/systemd/cgroups-agent",
1130 };
1131 int r;
1132
1133 /* This creates a listening socket we receive cgroups agent messages on. We do not use D-Bus for delivering
1134 * these messages from the cgroups agent binary to PID 1, as the cgroups agent binary is very short-living, and
1135 * each instance of it needs a new D-Bus connection. Since D-Bus connections are SOCK_STREAM/AF_UNIX, on
1136 * overloaded systems the backlog of the D-Bus socket becomes relevant, as not more than the configured number
1137 * of D-Bus connections may be queued until the kernel will start dropping further incoming connections,
1138 * possibly resulting in lost cgroups agent messages. To avoid this, we'll use a private SOCK_DGRAM/AF_UNIX
1139 * socket, where no backlog is relevant as communication may take place without an actual connect() cycle, and
1140 * we thus won't lose messages.
1141 *
1142 * Note that PID 1 will forward the agent message to system bus, so that the user systemd instance may listen
1143 * to it. The system instance hence listens on this special socket, but the user instances listen on the system
1144 * bus for these messages. */
1145
638cece4 1146 if (MANAGER_IS_TEST_RUN(m))
d8fdc620
LP
1147 return 0;
1148
1149 if (!MANAGER_IS_SYSTEM(m))
1150 return 0;
1151
c22800e4 1152 r = cg_unified_controller(SYSTEMD_CGROUP_CONTROLLER);
b4cccbc1
LP
1153 if (r < 0)
1154 return log_error_errno(r, "Failed to determine whether unified cgroups hierarchy is used: %m");
1155 if (r > 0) /* We don't need this anymore on the unified hierarchy */
d8fdc620
LP
1156 return 0;
1157
1158 if (m->cgroups_agent_fd < 0) {
254d1313 1159 _cleanup_close_ int fd = -EBADF;
d8fdc620
LP
1160
1161 /* First free all secondary fields */
5dcadb4c 1162 m->cgroups_agent_event_source = sd_event_source_disable_unref(m->cgroups_agent_event_source);
d8fdc620
LP
1163
1164 fd = socket(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0);
1165 if (fd < 0)
1166 return log_error_errno(errno, "Failed to allocate cgroups agent socket: %m");
1167
28e7e934 1168 fd_increase_rxbuf(fd, CGROUPS_AGENT_RCVBUF_SIZE);
d8fdc620 1169
155b6876 1170 (void) sockaddr_un_unlink(&sa.un);
d8fdc620
LP
1171
1172 /* Only allow root to connect to this socket */
2053593f 1173 WITH_UMASK(0077)
fc2fffe7 1174 r = bind(fd, &sa.sa, SOCKADDR_UN_LEN(sa.un));
d8fdc620
LP
1175 if (r < 0)
1176 return log_error_errno(errno, "bind(%s) failed: %m", sa.un.sun_path);
1177
0b7e8b32 1178 m->cgroups_agent_fd = TAKE_FD(fd);
d8fdc620
LP
1179 }
1180
1181 if (!m->cgroups_agent_event_source) {
1182 r = sd_event_add_io(m->event, &m->cgroups_agent_event_source, m->cgroups_agent_fd, EPOLLIN, manager_dispatch_cgroups_agent_fd, m);
1183 if (r < 0)
1184 return log_error_errno(r, "Failed to allocate cgroups agent event source: %m");
1185
cbe83389
LP
1186 /* Process cgroups notifications early. Note that when the agent notification is received
1187 * we'll just enqueue the unit in the cgroup empty queue, hence pick a high priority than
1188 * that. Also see handling of cgroup inotify for the unified cgroup stuff. */
d42b61d2 1189 r = sd_event_source_set_priority(m->cgroups_agent_event_source, EVENT_PRIORITY_CGROUP_AGENT);
d8fdc620
LP
1190 if (r < 0)
1191 return log_error_errno(r, "Failed to set priority of cgroups agent event source: %m");
1192
1193 (void) sd_event_source_set_description(m->cgroups_agent_event_source, "manager-cgroups-agent");
1194 }
1195
1196 return 0;
1197}
1198
00d9ef85
LP
1199static int manager_setup_user_lookup_fd(Manager *m) {
1200 int r;
1201
1202 assert(m);
1203
1204 /* Set up the socket pair used for passing UID/GID resolution results from forked off processes to PID
1205 * 1. Background: we can't do name lookups (NSS) from PID 1, since it might involve IPC and thus activation,
1206 * and we might hence deadlock on ourselves. Hence we do all user/group lookups asynchronously from the forked
1207 * off processes right before executing the binaries to start. In order to be able to clean up any IPC objects
1208 * created by a unit (see RemoveIPC=) we need to know in PID 1 the used UID/GID of the executed processes,
1209 * hence we establish this communication channel so that forked off processes can pass their UID/GID
1210 * information back to PID 1. The forked off processes send their resolved UID/GID to PID 1 in a simple
1211 * datagram, along with their unit name, so that we can share one communication socket pair among all units for
1212 * this purpose.
1213 *
1214 * You might wonder why we need a communication channel for this that is independent of the usual notification
1215 * socket scheme (i.e. $NOTIFY_SOCKET). The primary difference is about trust: data sent via the $NOTIFY_SOCKET
1216 * channel is only accepted if it originates from the right unit and if reception was enabled for it. The user
1217 * lookup socket OTOH is only accessible by PID 1 and its children until they exec(), and always available.
1218 *
1219 * Note that this function is called under two circumstances: when we first initialize (in which case we
1220 * allocate both the socket pair and the event source to listen on it), and when we deserialize after a reload
1221 * (in which case the socket pair already exists but we still need to allocate the event source for it). */
1222
1223 if (m->user_lookup_fds[0] < 0) {
1224
1225 /* Free all secondary fields */
1226 safe_close_pair(m->user_lookup_fds);
5dcadb4c 1227 m->user_lookup_event_source = sd_event_source_disable_unref(m->user_lookup_event_source);
00d9ef85
LP
1228
1229 if (socketpair(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0, m->user_lookup_fds) < 0)
1230 return log_error_errno(errno, "Failed to allocate user lookup socket: %m");
1231
28e7e934 1232 (void) fd_increase_rxbuf(m->user_lookup_fds[0], NOTIFY_RCVBUF_SIZE);
00d9ef85
LP
1233 }
1234
1235 if (!m->user_lookup_event_source) {
1236 r = sd_event_add_io(m->event, &m->user_lookup_event_source, m->user_lookup_fds[0], EPOLLIN, manager_dispatch_user_lookup_fd, m);
1237 if (r < 0)
1238 return log_error_errno(errno, "Failed to allocate user lookup event source: %m");
1239
1240 /* Process even earlier than the notify event source, so that we always know first about valid UID/GID
1241 * resolutions */
d42b61d2 1242 r = sd_event_source_set_priority(m->user_lookup_event_source, EVENT_PRIORITY_USER_LOOKUP);
00d9ef85 1243 if (r < 0)
5238e957 1244 return log_error_errno(errno, "Failed to set priority of user lookup event source: %m");
00d9ef85
LP
1245
1246 (void) sd_event_source_set_description(m->user_lookup_event_source, "user-lookup");
1247 }
1248
1249 return 0;
1250}
1251
23a177ef 1252static unsigned manager_dispatch_cleanup_queue(Manager *m) {
595ed347 1253 Unit *u;
23a177ef
LP
1254 unsigned n = 0;
1255
1256 assert(m);
1257
595ed347
MS
1258 while ((u = m->cleanup_queue)) {
1259 assert(u->in_cleanup_queue);
23a177ef 1260
595ed347 1261 unit_free(u);
23a177ef
LP
1262 n++;
1263 }
1264
1265 return n;
1266}
1267
6ac62d61
LP
1268static unsigned manager_dispatch_release_resources_queue(Manager *m) {
1269 unsigned n = 0;
1270 Unit *u;
1271
1272 assert(m);
1273
52e3671b 1274 while ((u = LIST_POP(release_resources_queue, m->release_resources_queue))) {
6ac62d61 1275 assert(u->in_release_resources_queue);
6ac62d61
LP
1276 u->in_release_resources_queue = false;
1277
1278 n++;
1279
1280 unit_release_resources(u);
1281 }
1282
1283 return n;
1284}
1285
eced69b3 1286enum {
35b8ca3a 1287 GC_OFFSET_IN_PATH, /* This one is on the path we were traveling */
eced69b3
LP
1288 GC_OFFSET_UNSURE, /* No clue */
1289 GC_OFFSET_GOOD, /* We still need this unit */
1290 GC_OFFSET_BAD, /* We don't need this unit anymore */
1291 _GC_OFFSET_MAX
1292};
1293
00d9ef85 1294static void unit_gc_mark_good(Unit *u, unsigned gc_marker) {
4892084f
LN
1295 Unit *other;
1296
1297 u->gc_marker = gc_marker + GC_OFFSET_GOOD;
1298
1299 /* Recursively mark referenced units as GOOD as well */
15ed3c3a 1300 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_REFERENCES)
4892084f
LN
1301 if (other->gc_marker == gc_marker + GC_OFFSET_UNSURE)
1302 unit_gc_mark_good(other, gc_marker);
1303}
1304
eced69b3 1305static void unit_gc_sweep(Unit *u, unsigned gc_marker) {
701cc384 1306 Unit *other;
eced69b3 1307 bool is_bad;
701cc384
LP
1308
1309 assert(u);
1310
4c701096
YW
1311 if (IN_SET(u->gc_marker - gc_marker,
1312 GC_OFFSET_GOOD, GC_OFFSET_BAD, GC_OFFSET_UNSURE, GC_OFFSET_IN_PATH))
701cc384
LP
1313 return;
1314
ac155bb8 1315 if (u->in_cleanup_queue)
701cc384
LP
1316 goto bad;
1317
f2f725e5 1318 if (!unit_may_gc(u))
701cc384
LP
1319 goto good;
1320
ac155bb8 1321 u->gc_marker = gc_marker + GC_OFFSET_IN_PATH;
eced69b3
LP
1322
1323 is_bad = true;
1324
15ed3c3a 1325 UNIT_FOREACH_DEPENDENCY(other, u, UNIT_ATOM_REFERENCED_BY) {
701cc384
LP
1326 unit_gc_sweep(other, gc_marker);
1327
ac155bb8 1328 if (other->gc_marker == gc_marker + GC_OFFSET_GOOD)
701cc384 1329 goto good;
eced69b3 1330
ac155bb8 1331 if (other->gc_marker != gc_marker + GC_OFFSET_BAD)
eced69b3 1332 is_bad = false;
701cc384
LP
1333 }
1334
ef3fc326
ZJS
1335 LIST_FOREACH(refs_by_target, ref, u->refs_by_target) {
1336 unit_gc_sweep(ref->source, gc_marker);
2641f02e 1337
ef3fc326
ZJS
1338 if (ref->source->gc_marker == gc_marker + GC_OFFSET_GOOD)
1339 goto good;
2641f02e 1340
ef3fc326
ZJS
1341 if (ref->source->gc_marker != gc_marker + GC_OFFSET_BAD)
1342 is_bad = false;
2641f02e 1343 }
701cc384 1344
eced69b3
LP
1345 if (is_bad)
1346 goto bad;
1347
1348 /* We were unable to find anything out about this entry, so
1349 * let's investigate it later */
ac155bb8 1350 u->gc_marker = gc_marker + GC_OFFSET_UNSURE;
eced69b3
LP
1351 unit_add_to_gc_queue(u);
1352 return;
1353
701cc384 1354bad:
eced69b3
LP
1355 /* We definitely know that this one is not useful anymore, so
1356 * let's mark it for deletion */
ac155bb8 1357 u->gc_marker = gc_marker + GC_OFFSET_BAD;
eced69b3 1358 unit_add_to_cleanup_queue(u);
701cc384
LP
1359 return;
1360
1361good:
4892084f 1362 unit_gc_mark_good(u, gc_marker);
701cc384
LP
1363}
1364
c5a97ed1
LP
1365static unsigned manager_dispatch_gc_unit_queue(Manager *m) {
1366 unsigned n = 0, gc_marker;
595ed347 1367 Unit *u;
701cc384
LP
1368
1369 assert(m);
1370
cf1265e1 1371 /* log_debug("Running GC..."); */
701cc384 1372
eced69b3
LP
1373 m->gc_marker += _GC_OFFSET_MAX;
1374 if (m->gc_marker + _GC_OFFSET_MAX <= _GC_OFFSET_MAX)
c9c0cadb 1375 m->gc_marker = 1;
701cc384 1376
eced69b3
LP
1377 gc_marker = m->gc_marker;
1378
52e3671b 1379 while ((u = LIST_POP(gc_queue, m->gc_unit_queue))) {
595ed347 1380 assert(u->in_gc_queue);
701cc384 1381
595ed347 1382 unit_gc_sweep(u, gc_marker);
eced69b3 1383
595ed347 1384 u->in_gc_queue = false;
701cc384
LP
1385
1386 n++;
1387
4c701096
YW
1388 if (IN_SET(u->gc_marker - gc_marker,
1389 GC_OFFSET_BAD, GC_OFFSET_UNSURE)) {
cc3bc3e6 1390 if (u->id)
f2341e0a 1391 log_unit_debug(u, "Collecting.");
595ed347
MS
1392 u->gc_marker = gc_marker + GC_OFFSET_BAD;
1393 unit_add_to_cleanup_queue(u);
701cc384
LP
1394 }
1395 }
1396
701cc384
LP
1397 return n;
1398}
1399
c5a97ed1
LP
1400static unsigned manager_dispatch_gc_job_queue(Manager *m) {
1401 unsigned n = 0;
1402 Job *j;
1403
1404 assert(m);
1405
52e3671b 1406 while ((j = LIST_POP(gc_queue, m->gc_job_queue))) {
c5a97ed1 1407 assert(j->in_gc_queue);
c5a97ed1
LP
1408 j->in_gc_queue = false;
1409
1410 n++;
1411
2ab3050f 1412 if (!job_may_gc(j))
c5a97ed1
LP
1413 continue;
1414
1415 log_unit_debug(j->unit, "Collecting job.");
1416 (void) job_finish_and_invalidate(j, JOB_COLLECTED, false, false);
1417 }
1418
1419 return n;
1420}
1421
7223d500
LB
1422static int manager_ratelimit_requeue(sd_event_source *s, uint64_t usec, void *userdata) {
1423 Unit *u = userdata;
1424
1425 assert(u);
1426 assert(s == u->auto_start_stop_event_source);
1427
1428 u->auto_start_stop_event_source = sd_event_source_unref(u->auto_start_stop_event_source);
1429
1430 /* Re-queue to all queues, if the rate limit hit we might have been throttled on any of them. */
1431 unit_submit_to_stop_when_unneeded_queue(u);
1432 unit_submit_to_start_when_upheld_queue(u);
1433 unit_submit_to_stop_when_bound_queue(u);
1434
1435 return 0;
1436}
1437
1438static int manager_ratelimit_check_and_queue(Unit *u) {
1439 int r;
1440
1441 assert(u);
1442
1443 if (ratelimit_below(&u->auto_start_stop_ratelimit))
1444 return 1;
1445
1446 /* Already queued, no need to requeue */
1447 if (u->auto_start_stop_event_source)
1448 return 0;
1449
1450 r = sd_event_add_time(
1451 u->manager->event,
1452 &u->auto_start_stop_event_source,
1453 CLOCK_MONOTONIC,
1454 ratelimit_end(&u->auto_start_stop_ratelimit),
1455 0,
1456 manager_ratelimit_requeue,
1457 u);
1458 if (r < 0)
1459 return log_unit_error_errno(u, r, "Failed to queue timer on event loop: %m");
1460
1461 return 0;
1462}
1463
a3c1168a
LP
1464static unsigned manager_dispatch_stop_when_unneeded_queue(Manager *m) {
1465 unsigned n = 0;
1466 Unit *u;
1467 int r;
1468
1469 assert(m);
1470
52e3671b 1471 while ((u = LIST_POP(stop_when_unneeded_queue, m->stop_when_unneeded_queue))) {
a3c1168a 1472 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
a3c1168a
LP
1473
1474 assert(u->in_stop_when_unneeded_queue);
a3c1168a
LP
1475 u->in_stop_when_unneeded_queue = false;
1476
1477 n++;
1478
1479 if (!unit_is_unneeded(u))
1480 continue;
1481
1482 log_unit_debug(u, "Unit is not needed anymore.");
1483
1484 /* If stopping a unit fails continuously we might enter a stop loop here, hence stop acting on the
1485 * service being unnecessary after a while. */
1486
7223d500
LB
1487 r = manager_ratelimit_check_and_queue(u);
1488 if (r <= 0) {
1489 log_unit_warning(u,
1490 "Unit not needed anymore, but not stopping since we tried this too often recently.%s",
1491 r == 0 ? " Will retry later." : "");
a3c1168a
LP
1492 continue;
1493 }
1494
1495 /* Ok, nobody needs us anymore. Sniff. Then let's commit suicide */
50cbaba4 1496 r = manager_add_job(u->manager, JOB_STOP, u, JOB_FAIL, NULL, &error, NULL);
a3c1168a
LP
1497 if (r < 0)
1498 log_unit_warning_errno(u, r, "Failed to enqueue stop job, ignoring: %s", bus_error_message(&error, r));
1499 }
1500
1501 return n;
1502}
1503
0bc488c9
LP
1504static unsigned manager_dispatch_start_when_upheld_queue(Manager *m) {
1505 unsigned n = 0;
1506 Unit *u;
1507 int r;
1508
1509 assert(m);
1510
52e3671b 1511 while ((u = LIST_POP(start_when_upheld_queue, m->start_when_upheld_queue))) {
0bc488c9
LP
1512 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
1513 Unit *culprit = NULL;
1514
1515 assert(u->in_start_when_upheld_queue);
0bc488c9
LP
1516 u->in_start_when_upheld_queue = false;
1517
1518 n++;
1519
1520 if (!unit_is_upheld_by_active(u, &culprit))
1521 continue;
1522
1523 log_unit_debug(u, "Unit is started because upheld by active unit %s.", culprit->id);
1524
1525 /* If stopping a unit fails continuously we might enter a stop loop here, hence stop acting on the
1526 * service being unnecessary after a while. */
1527
7223d500
LB
1528 r = manager_ratelimit_check_and_queue(u);
1529 if (r <= 0) {
1530 log_unit_warning(u,
1531 "Unit needs to be started because active unit %s upholds it, but not starting since we tried this too often recently.%s",
1532 culprit->id,
1533 r == 0 ? " Will retry later." : "");
0bc488c9
LP
1534 continue;
1535 }
1536
1537 r = manager_add_job(u->manager, JOB_START, u, JOB_FAIL, NULL, &error, NULL);
1538 if (r < 0)
1539 log_unit_warning_errno(u, r, "Failed to enqueue start job, ignoring: %s", bus_error_message(&error, r));
1540 }
1541
1542 return n;
1543}
1544
56c59592
LP
1545static unsigned manager_dispatch_stop_when_bound_queue(Manager *m) {
1546 unsigned n = 0;
1547 Unit *u;
1548 int r;
1549
1550 assert(m);
1551
52e3671b 1552 while ((u = LIST_POP(stop_when_bound_queue, m->stop_when_bound_queue))) {
56c59592
LP
1553 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
1554 Unit *culprit = NULL;
1555
1556 assert(u->in_stop_when_bound_queue);
56c59592
LP
1557 u->in_stop_when_bound_queue = false;
1558
1559 n++;
1560
1561 if (!unit_is_bound_by_inactive(u, &culprit))
1562 continue;
1563
1564 log_unit_debug(u, "Unit is stopped because bound to inactive unit %s.", culprit->id);
1565
1566 /* If stopping a unit fails continuously we might enter a stop loop here, hence stop acting on the
1567 * service being unnecessary after a while. */
1568
7223d500
LB
1569 r = manager_ratelimit_check_and_queue(u);
1570 if (r <= 0) {
1571 log_unit_warning(u,
1572 "Unit needs to be stopped because it is bound to inactive unit %s it, but not stopping since we tried this too often recently.%s",
1573 culprit->id,
1574 r == 0 ? " Will retry later." : "");
56c59592
LP
1575 continue;
1576 }
1577
1578 r = manager_add_job(u->manager, JOB_STOP, u, JOB_REPLACE, NULL, &error, NULL);
1579 if (r < 0)
1580 log_unit_warning_errno(u, r, "Failed to enqueue stop job, ignoring: %s", bus_error_message(&error, r));
1581 }
1582
1583 return n;
1584}
1585
a16e1123 1586static void manager_clear_jobs_and_units(Manager *m) {
a16e1123 1587 Unit *u;
60918275
LP
1588
1589 assert(m);
1590
87f0e418
LP
1591 while ((u = hashmap_first(m->units)))
1592 unit_free(u);
964e0949
LP
1593
1594 manager_dispatch_cleanup_queue(m);
1595
1596 assert(!m->load_queue);
da8e1782 1597 assert(prioq_isempty(m->run_queue));
964e0949
LP
1598 assert(!m->dbus_unit_queue);
1599 assert(!m->dbus_job_queue);
1600 assert(!m->cleanup_queue);
c5a97ed1
LP
1601 assert(!m->gc_unit_queue);
1602 assert(!m->gc_job_queue);
13e72103
MK
1603 assert(!m->cgroup_realize_queue);
1604 assert(!m->cgroup_empty_queue);
1605 assert(!m->cgroup_oom_queue);
1606 assert(!m->target_deps_queue);
a3c1168a 1607 assert(!m->stop_when_unneeded_queue);
0bc488c9 1608 assert(!m->start_when_upheld_queue);
56c59592 1609 assert(!m->stop_when_bound_queue);
cb3c6aec 1610 assert(!m->release_resources_queue);
964e0949 1611
964e0949
LP
1612 assert(hashmap_isempty(m->jobs));
1613 assert(hashmap_isempty(m->units));
9e9e2b72
MS
1614
1615 m->n_on_console = 0;
1616 m->n_running_jobs = 0;
1e75824c
MK
1617 m->n_installed_jobs = 0;
1618 m->n_failed_jobs = 0;
a16e1123
LP
1619}
1620
06d8d842 1621Manager* manager_free(Manager *m) {
06d8d842
ZJS
1622 if (!m)
1623 return NULL;
a16e1123
LP
1624
1625 manager_clear_jobs_and_units(m);
23a177ef 1626
24b45970 1627 for (UnitType c = 0; c < _UNIT_TYPE_MAX; c++)
7824bbeb
LP
1628 if (unit_vtable[c]->shutdown)
1629 unit_vtable[c]->shutdown(m);
1630
86036b26 1631 /* Keep the cgroup hierarchy in place except when we know we are going down for good */
13ffc607 1632 manager_shutdown_cgroup(m, /* delete= */ IN_SET(m->objective, MANAGER_EXIT, MANAGER_REBOOT, MANAGER_POWEROFF, MANAGER_HALT, MANAGER_KEXEC));
8e274523 1633
07a78643 1634 lookup_paths_flush_generator(&m->lookup_paths);
5a1e9937 1635
5e8d1c9a 1636 bus_done(m);
19d22d43 1637 manager_varlink_done(m);
ea430986 1638
e76506b7
DDM
1639 exec_shared_runtime_vacuum(m);
1640 hashmap_free(m->exec_shared_runtime_by_id);
e8a565cb 1641
29206d46
LP
1642 dynamic_user_vacuum(m, false);
1643 hashmap_free(m->dynamic_users);
1644
87f0e418 1645 hashmap_free(m->units);
4b58153d 1646 hashmap_free(m->units_by_invocation_id);
60918275 1647 hashmap_free(m->jobs);
62a76913 1648 hashmap_free(m->watch_pids);
495e75ed 1649 hashmap_free(m->watch_pids_more);
05e343b7 1650 hashmap_free(m->watch_bus);
9152c765 1651
da8e1782
MO
1652 prioq_free(m->run_queue);
1653
95ae05c0 1654 set_free(m->startup_units);
f755e3b7
LP
1655 set_free(m->failed_units);
1656
718db961 1657 sd_event_source_unref(m->signal_event_source);
575b300b 1658 sd_event_source_unref(m->sigchld_event_source);
718db961 1659 sd_event_source_unref(m->notify_event_source);
d8fdc620 1660 sd_event_source_unref(m->cgroups_agent_event_source);
718db961 1661 sd_event_source_unref(m->time_change_event_source);
bbf5fd8e 1662 sd_event_source_unref(m->timezone_change_event_source);
718db961 1663 sd_event_source_unref(m->jobs_in_progress_event_source);
752b5905 1664 sd_event_source_unref(m->run_queue_event_source);
00d9ef85 1665 sd_event_source_unref(m->user_lookup_event_source);
29e6b0c1 1666 sd_event_source_unref(m->memory_pressure_event_source);
718db961 1667
03e334a1
LP
1668 safe_close(m->signal_fd);
1669 safe_close(m->notify_fd);
d8fdc620 1670 safe_close(m->cgroups_agent_fd);
00d9ef85 1671 safe_close_pair(m->user_lookup_fds);
718db961 1672
e46b13c8
ZJS
1673 manager_close_ask_password(m);
1674
718db961
LP
1675 manager_close_idle_pipe(m);
1676
1677 sd_event_unref(m->event);
60918275 1678
c952c6ec
LP
1679 free(m->notify_socket);
1680
84e3543e 1681 lookup_paths_free(&m->lookup_paths);
1ad6e8b3
LP
1682 strv_free(m->transient_environment);
1683 strv_free(m->client_environment);
036643a2 1684
4ad49000 1685 hashmap_free(m->cgroup_unit);
e8630e69 1686 manager_free_unit_name_maps(m);
33be102a 1687
664f88a7
LP
1688 free(m->switch_root);
1689 free(m->switch_root_init);
1690
c9e120e0 1691 unit_defaults_done(&m->defaults);
c93ff2e9 1692
9e615fa3
LB
1693 FOREACH_ARRAY(map, m->units_needing_mounts_for, _UNIT_MOUNT_DEPENDENCY_TYPE_MAX) {
1694 assert(hashmap_isempty(*map));
1695 hashmap_free(*map);
1696 }
a57f7e2c 1697
00d9ef85
LP
1698 hashmap_free(m->uid_refs);
1699 hashmap_free(m->gid_refs);
1700
24b45970 1701 for (ExecDirectoryType dt = 0; dt < _EXEC_DIRECTORY_TYPE_MAX; dt++)
35aba85a 1702 m->prefix[dt] = mfree(m->prefix[dt]);
2ad591a3
LP
1703 free(m->received_credentials_directory);
1704 free(m->received_encrypted_credentials_directory);
35aba85a 1705
aff3a9e1
LB
1706 free(m->watchdog_pretimeout_governor);
1707 free(m->watchdog_pretimeout_governor_overridden);
1708
dc7d69b3
TM
1709 m->fw_ctx = fw_ctx_free(m->fw_ctx);
1710
b1994387 1711#if BPF_FRAMEWORK
352ec23c 1712 bpf_restrict_fs_destroy(m->restrict_fs);
b1994387
ILG
1713#endif
1714
bb5232b6
LB
1715 safe_close(m->executor_fd);
1716
6b430fdb 1717 return mfree(m);
60918275
LP
1718}
1719
04eb582a 1720static void manager_enumerate_perpetual(Manager *m) {
04eb582a
LP
1721 assert(m);
1722
1545051c 1723 if (FLAGS_SET(m->test_run_flags, MANAGER_TEST_RUN_MINIMAL))
b1d5246d
ZJS
1724 return;
1725
04eb582a 1726 /* Let's ask every type to load all units from disk/kernel that it might know */
24b45970 1727 for (UnitType c = 0; c < _UNIT_TYPE_MAX; c++) {
04eb582a
LP
1728 if (!unit_type_supported(c)) {
1729 log_debug("Unit type .%s is not supported on this system.", unit_type_to_string(c));
1730 continue;
1731 }
1732
1733 if (unit_vtable[c]->enumerate_perpetual)
1734 unit_vtable[c]->enumerate_perpetual(m);
1735 }
1736}
1737
a1113e08 1738static void manager_enumerate(Manager *m) {
f50e0a01
LP
1739 assert(m);
1740
1545051c 1741 if (FLAGS_SET(m->test_run_flags, MANAGER_TEST_RUN_MINIMAL))
b1d5246d
ZJS
1742 return;
1743
04eb582a 1744 /* Let's ask every type to load all units from disk/kernel that it might know */
24b45970 1745 for (UnitType c = 0; c < _UNIT_TYPE_MAX; c++) {
1c2e9646 1746 if (!unit_type_supported(c)) {
03afec3c 1747 log_debug("Unit type .%s is not supported on this system.", unit_type_to_string(c));
0faacd47 1748 continue;
a57f7e2c 1749 }
f50e0a01 1750
94b01dae
ZJS
1751 if (unit_vtable[c]->enumerate)
1752 unit_vtable[c]->enumerate(m);
0faacd47
LP
1753 }
1754
f50e0a01 1755 manager_dispatch_load_queue(m);
a16e1123
LP
1756}
1757
007c6337 1758static void manager_coldplug(Manager *m) {
a16e1123
LP
1759 Unit *u;
1760 char *k;
007c6337 1761 int r;
a16e1123
LP
1762
1763 assert(m);
f50e0a01 1764
28e5e1e9 1765 log_debug("Invoking unit coldplug() handlers%s", special_glyph(SPECIAL_GLYPH_ELLIPSIS));
f0831ed2
LP
1766
1767 /* Let's place the units back into their deserialized state */
90e74a66 1768 HASHMAP_FOREACH_KEY(u, k, m->units) {
f50e0a01
LP
1769
1770 /* ignore aliases */
ac155bb8 1771 if (u->id != k)
f50e0a01
LP
1772 continue;
1773
007c6337
LP
1774 r = unit_coldplug(u);
1775 if (r < 0)
1776 log_warning_errno(r, "We couldn't coldplug %s, proceeding anyway: %m", u->id);
f50e0a01 1777 }
a16e1123
LP
1778}
1779
f0831ed2 1780static void manager_catchup(Manager *m) {
f0831ed2
LP
1781 Unit *u;
1782 char *k;
1783
1784 assert(m);
1785
28e5e1e9 1786 log_debug("Invoking unit catchup() handlers%s", special_glyph(SPECIAL_GLYPH_ELLIPSIS));
f0831ed2
LP
1787
1788 /* Let's catch up on any state changes that happened while we were reloading/reexecing */
90e74a66 1789 HASHMAP_FOREACH_KEY(u, k, m->units) {
f0831ed2
LP
1790
1791 /* ignore aliases */
1792 if (u->id != k)
1793 continue;
1794
1795 unit_catchup(u);
1796 }
1797}
1798
9ff1a6f1 1799static void manager_distribute_fds(Manager *m, FDSet *fds) {
9ff1a6f1 1800 Unit *u;
9588bc32
LP
1801
1802 assert(m);
1803
90e74a66 1804 HASHMAP_FOREACH(u, m->units) {
9588bc32 1805
43127aeb 1806 if (fdset_isempty(fds))
9588bc32
LP
1807 break;
1808
9ff1a6f1
LP
1809 if (!UNIT_VTABLE(u)->distribute_fds)
1810 continue;
9588bc32 1811
9ff1a6f1
LP
1812 UNIT_VTABLE(u)->distribute_fds(u, fds);
1813 }
9588bc32
LP
1814}
1815
2b680534 1816static bool manager_dbus_is_running(Manager *m, bool deserialized) {
8559b3b7
LP
1817 Unit *u;
1818
1819 assert(m);
1820
1821 /* This checks whether the dbus instance we are supposed to expose our APIs on is up. We check both the socket
1822 * and the service unit. If the 'deserialized' parameter is true we'll check the deserialized state of the unit
1823 * rather than the current one. */
1824
638cece4 1825 if (MANAGER_IS_TEST_RUN(m))
8559b3b7
LP
1826 return false;
1827
8559b3b7
LP
1828 u = manager_get_unit(m, SPECIAL_DBUS_SOCKET);
1829 if (!u)
1830 return false;
1831 if ((deserialized ? SOCKET(u)->deserialized_state : SOCKET(u)->state) != SOCKET_RUNNING)
1832 return false;
1833
1834 u = manager_get_unit(m, SPECIAL_DBUS_SERVICE);
1835 if (!u)
1836 return false;
845824ac 1837 if (!IN_SET((deserialized ? SERVICE(u)->deserialized_state : SERVICE(u)->state),
1838 SERVICE_RUNNING,
1839 SERVICE_RELOAD,
1840 SERVICE_RELOAD_NOTIFY,
1841 SERVICE_RELOAD_SIGNAL))
8559b3b7
LP
1842 return false;
1843
1844 return true;
1845}
1846
9d4c195c
LP
1847static void manager_setup_bus(Manager *m) {
1848 assert(m);
1849
1850 /* Let's set up our private bus connection now, unconditionally */
1851 (void) bus_init_private(m);
1852
1853 /* If we are in --user mode also connect to the system bus now */
1854 if (MANAGER_IS_USER(m))
1855 (void) bus_init_system(m);
1856
1857 /* Let's connect to the bus now, but only if the unit is supposed to be up */
2b680534 1858 if (manager_dbus_is_running(m, MANAGER_IS_RELOADING(m))) {
9d4c195c
LP
1859 (void) bus_init_api(m);
1860
1861 if (MANAGER_IS_SYSTEM(m))
1862 (void) bus_init_system(m);
1863 }
1864}
1865
159f1e76
LP
1866static void manager_preset_all(Manager *m) {
1867 int r;
1868
1869 assert(m);
1870
1871 if (m->first_boot <= 0)
1872 return;
1873
1874 if (!MANAGER_IS_SYSTEM(m))
1875 return;
1876
638cece4 1877 if (MANAGER_IS_TEST_RUN(m))
159f1e76
LP
1878 return;
1879
1880 /* If this is the first boot, and we are in the host system, then preset everything */
22330352
ZJS
1881 UnitFilePresetMode mode =
1882 ENABLE_FIRST_BOOT_FULL_PRESET ? UNIT_FILE_PRESET_FULL : UNIT_FILE_PRESET_ENABLE_ONLY;
93651582 1883
4870133b 1884 r = unit_file_preset_all(RUNTIME_SCOPE_SYSTEM, 0, NULL, mode, NULL, 0);
159f1e76
LP
1885 if (r < 0)
1886 log_full_errno(r == -EEXIST ? LOG_NOTICE : LOG_WARNING, r,
1887 "Failed to populate /etc with preset unit settings, ignoring: %m");
1888 else
1889 log_info("Populated /etc with preset unit settings.");
1890}
1891
5ce5e1ad
LP
1892static void manager_ready(Manager *m) {
1893 assert(m);
1894
1895 /* After having loaded everything, do the final round of catching up with what might have changed */
1896
1897 m->objective = MANAGER_OK; /* Tell everyone we are up now */
1898
1899 /* It might be safe to log to the journal now and connect to dbus */
1900 manager_recheck_journal(m);
1901 manager_recheck_dbus(m);
1902
5ce5e1ad
LP
1903 /* Let's finally catch up with any changes that took place while we were reloading/reexecing */
1904 manager_catchup(m);
c6e892bc 1905
15b9243c 1906 /* Create a file which will indicate when the manager started loading units the last time. */
4b3ad81b
LB
1907 if (MANAGER_IS_SYSTEM(m))
1908 (void) touch_file("/run/systemd/systemd-units-load", false,
1909 m->timestamps[MANAGER_TIMESTAMP_UNITS_LOAD].realtime ?: now(CLOCK_REALTIME),
1910 UID_INVALID, GID_INVALID, 0444);
5ce5e1ad
LP
1911}
1912
a01ba4b2 1913Manager* manager_reloading_start(Manager *m) {
d147e2b6 1914 m->n_reloading++;
fa5a0251 1915 dual_timestamp_now(m->timestamps + MANAGER_TIMESTAMP_UNITS_LOAD);
d147e2b6
ZJS
1916 return m;
1917}
49fbe940 1918
a01ba4b2 1919void manager_reloading_stopp(Manager **m) {
d147e2b6
ZJS
1920 if (*m) {
1921 assert((*m)->n_reloading > 0);
1922 (*m)->n_reloading--;
1923 }
1924}
1925
2a7cf953 1926int manager_startup(Manager *m, FILE *serialization, FDSet *fds, const char *root) {
17f01ace 1927 int r;
a16e1123
LP
1928
1929 assert(m);
1930
a1f31f47
ZJS
1931 /* If we are running in test mode, we still want to run the generators,
1932 * but we should not touch the real generator directories. */
4870133b 1933 r = lookup_paths_init_or_warn(&m->lookup_paths, m->runtime_scope,
99aad9a2
ZJS
1934 MANAGER_IS_TEST_RUN(m) ? LOOKUP_PATHS_TEMPORARY_GENERATED : 0,
1935 root);
e801700e 1936 if (r < 0)
99aad9a2 1937 return r;
5a1e9937 1938
fa5a0251 1939 dual_timestamp_now(m->timestamps + manager_timestamp_initrd_mangle(MANAGER_TIMESTAMP_GENERATORS_START));
eb523bfb
LP
1940 r = manager_run_environment_generators(m);
1941 if (r >= 0)
1942 r = manager_run_generators(m);
fa5a0251 1943 dual_timestamp_now(m->timestamps + manager_timestamp_initrd_mangle(MANAGER_TIMESTAMP_GENERATORS_FINISH));
07719a21
LP
1944 if (r < 0)
1945 return r;
1946
159f1e76 1947 manager_preset_all(m);
572986ca 1948
581fef8d 1949 lookup_paths_log(&m->lookup_paths);
572986ca 1950
4df7d537
ZJS
1951 {
1952 /* This block is (optionally) done with the reloading counter bumped */
d7ac0952 1953 _unused_ _cleanup_(manager_reloading_stopp) Manager *reloading = NULL;
4df7d537 1954
45f540a2
ZJS
1955 /* Make sure we don't have a left-over from a previous run */
1956 if (!serialization)
1957 (void) rm_rf(m->lookup_paths.transient, 0);
1958
4df7d537
ZJS
1959 /* If we will deserialize make sure that during enumeration this is already known, so we increase the
1960 * counter here already */
1961 if (serialization)
1962 reloading = manager_reloading_start(m);
1963
1964 /* First, enumerate what we can from all config files */
fa5a0251 1965 dual_timestamp_now(m->timestamps + manager_timestamp_initrd_mangle(MANAGER_TIMESTAMP_UNITS_LOAD_START));
4df7d537
ZJS
1966 manager_enumerate_perpetual(m);
1967 manager_enumerate(m);
fa5a0251 1968 dual_timestamp_now(m->timestamps + manager_timestamp_initrd_mangle(MANAGER_TIMESTAMP_UNITS_LOAD_FINISH));
4df7d537
ZJS
1969
1970 /* Second, deserialize if there is something to deserialize */
1971 if (serialization) {
1972 r = manager_deserialize(m, serialization, fds);
1973 if (r < 0)
1974 return log_error_errno(r, "Deserialization failed: %m");
1975 }
01e10de3 1976
4df7d537
ZJS
1977 /* Any fds left? Find some unit which wants them. This is useful to allow container managers to pass
1978 * some file descriptors to us pre-initialized. This enables socket-based activation of entire
1979 * containers. */
1980 manager_distribute_fds(m, fds);
d86f9d52 1981
4df7d537
ZJS
1982 /* We might have deserialized the notify fd, but if we didn't then let's create the bus now */
1983 r = manager_setup_notify(m);
1984 if (r < 0)
1985 /* No sense to continue without notifications, our children would fail anyway. */
1986 return r;
d8fdc620 1987
4df7d537
ZJS
1988 r = manager_setup_cgroups_agent(m);
1989 if (r < 0)
1990 /* Likewise, no sense to continue without empty cgroup notifications. */
1991 return r;
00d9ef85 1992
4df7d537
ZJS
1993 r = manager_setup_user_lookup_fd(m);
1994 if (r < 0)
1995 /* This shouldn't fail, except if things are really broken. */
1996 return r;
8559b3b7 1997
4df7d537
ZJS
1998 /* Connect to the bus if we are good for it */
1999 manager_setup_bus(m);
e3dd987c 2000
5238e957 2001 /* Now that we are connected to all possible buses, let's deserialize who is tracking us. */
4df7d537
ZJS
2002 r = bus_track_coldplug(m, &m->subscribed, false, m->deserialized_subscribed);
2003 if (r < 0)
2004 log_warning_errno(r, "Failed to deserialized tracked clients, ignoring: %m");
2005 m->deserialized_subscribed = strv_free(m->deserialized_subscribed);
a16e1123 2006
19d22d43
LP
2007 r = manager_varlink_init(m);
2008 if (r < 0)
064a5c14 2009 log_warning_errno(r, "Failed to set up Varlink, ignoring: %m");
19d22d43 2010
4df7d537
ZJS
2011 /* Third, fire things up! */
2012 manager_coldplug(m);
3ad2afb6 2013
4df7d537
ZJS
2014 /* Clean up runtime objects */
2015 manager_vacuum(m);
71445ae7 2016
4df7d537
ZJS
2017 if (serialization)
2018 /* Let's wait for the UnitNew/JobNew messages being sent, before we notify that the
2019 * reload is finished */
2020 m->send_reloading_done = true;
9f611ad8
LP
2021 }
2022
5ce5e1ad 2023 manager_ready(m);
f0831ed2 2024
d35fe8c0
FB
2025 manager_set_switching_root(m, false);
2026
17f01ace 2027 return 0;
f50e0a01
LP
2028}
2029
50cbaba4
LP
2030int manager_add_job(
2031 Manager *m,
2032 JobType type,
2033 Unit *unit,
2034 JobMode mode,
2035 Set *affected_jobs,
2036 sd_bus_error *error,
2037 Job **ret) {
2038
c7e3eb5d 2039 _cleanup_(transaction_abort_and_freep) Transaction *tr = NULL;
50cbaba4 2040 int r;
e5b5ae50
LP
2041
2042 assert(m);
2043 assert(type < _JOB_TYPE_MAX);
87f0e418 2044 assert(unit);
e5b5ae50 2045 assert(mode < _JOB_MODE_MAX);
60918275 2046
7358dc02 2047 if (mode == JOB_ISOLATE && type != JOB_START)
1b09b81c 2048 return sd_bus_error_set(error, SD_BUS_ERROR_INVALID_ARGS, "Isolate is only valid for start.");
c497c7a9 2049
7358dc02 2050 if (mode == JOB_ISOLATE && !unit->allow_isolate)
1b09b81c 2051 return sd_bus_error_set(error, BUS_ERROR_NO_ISOLATION, "Operation refused, unit may not be isolated.");
2528a7a6 2052
1f0f9f21 2053 if (mode == JOB_TRIGGERING && type != JOB_STOP)
1b09b81c 2054 return sd_bus_error_set(error, SD_BUS_ERROR_INVALID_ARGS, "--job-mode=triggering is only valid for stop.");
1f0f9f21 2055
09d04ad3
LP
2056 if (mode == JOB_RESTART_DEPENDENCIES && type != JOB_START)
2057 return sd_bus_error_set(error, SD_BUS_ERROR_INVALID_ARGS, "--job-mode=restart-dependencies is only valid for start.");
2058
f2341e0a 2059 log_unit_debug(unit, "Trying to enqueue job %s/%s/%s", unit->id, job_type_to_string(type), job_mode_to_string(mode));
9f04bd52 2060
c6497ccb 2061 type = job_type_collapse(type, unit);
e0209d83 2062
23ade460 2063 tr = transaction_new(mode == JOB_REPLACE_IRREVERSIBLY);
7527cb52
MS
2064 if (!tr)
2065 return -ENOMEM;
11dd41ce 2066
b0904249
LP
2067 r = transaction_add_job_and_dependencies(
2068 tr,
2069 type,
2070 unit,
2071 /* by= */ NULL,
2072 TRANSACTION_MATTERS |
2073 (IN_SET(mode, JOB_IGNORE_DEPENDENCIES, JOB_IGNORE_REQUIREMENTS) ? TRANSACTION_IGNORE_REQUIREMENTS : 0) |
09d04ad3
LP
2074 (mode == JOB_IGNORE_DEPENDENCIES ? TRANSACTION_IGNORE_ORDER : 0) |
2075 (mode == JOB_RESTART_DEPENDENCIES ? TRANSACTION_PROPAGATE_START_AS_RESTART : 0),
b0904249 2076 error);
7527cb52 2077 if (r < 0)
c7e3eb5d 2078 return r;
c497c7a9 2079
7527cb52
MS
2080 if (mode == JOB_ISOLATE) {
2081 r = transaction_add_isolate_jobs(tr, m);
2082 if (r < 0)
c7e3eb5d 2083 return r;
7527cb52
MS
2084 }
2085
1f0f9f21
KK
2086 if (mode == JOB_TRIGGERING) {
2087 r = transaction_add_triggering_jobs(tr, unit);
2088 if (r < 0)
c7e3eb5d 2089 return r;
1f0f9f21
KK
2090 }
2091
50cbaba4 2092 r = transaction_activate(tr, m, mode, affected_jobs, error);
7527cb52 2093 if (r < 0)
c7e3eb5d 2094 return r;
e5b5ae50 2095
f2341e0a 2096 log_unit_debug(unit,
66870f90
ZJS
2097 "Enqueued job %s/%s as %u", unit->id,
2098 job_type_to_string(type), (unsigned) tr->anchor_job->id);
f50e0a01 2099
50cbaba4
LP
2100 if (ret)
2101 *ret = tr->anchor_job;
60918275 2102
c7e3eb5d 2103 tr = transaction_free(tr);
e5b5ae50
LP
2104 return 0;
2105}
60918275 2106
50cbaba4 2107int manager_add_job_by_name(Manager *m, JobType type, const char *name, JobMode mode, Set *affected_jobs, sd_bus_error *e, Job **ret) {
4440b27d 2108 Unit *unit = NULL; /* just to appease gcc, initialization is not really necessary */
28247076
LP
2109 int r;
2110
2111 assert(m);
2112 assert(type < _JOB_TYPE_MAX);
2113 assert(name);
2114 assert(mode < _JOB_MODE_MAX);
2115
c3090674
LP
2116 r = manager_load_unit(m, name, NULL, NULL, &unit);
2117 if (r < 0)
28247076 2118 return r;
4440b27d 2119 assert(unit);
28247076 2120
50cbaba4 2121 return manager_add_job(m, type, unit, mode, affected_jobs, e, ret);
53f18416
LP
2122}
2123
50cbaba4 2124int manager_add_job_by_name_and_warn(Manager *m, JobType type, const char *name, JobMode mode, Set *affected_jobs, Job **ret) {
4afd3348 2125 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
53f18416
LP
2126 int r;
2127
2128 assert(m);
2129 assert(type < _JOB_TYPE_MAX);
2130 assert(name);
2131 assert(mode < _JOB_MODE_MAX);
2132
50cbaba4 2133 r = manager_add_job_by_name(m, type, name, mode, affected_jobs, &error, ret);
53f18416
LP
2134 if (r < 0)
2135 return log_warning_errno(r, "Failed to enqueue %s job for %s: %s", job_mode_to_string(mode), name, bus_error_message(&error, r));
2136
2137 return r;
28247076
LP
2138}
2139
15d167f8
JW
2140int manager_propagate_reload(Manager *m, Unit *unit, JobMode mode, sd_bus_error *e) {
2141 int r;
32620826 2142 _cleanup_(transaction_abort_and_freep) Transaction *tr = NULL;
15d167f8
JW
2143
2144 assert(m);
2145 assert(unit);
2146 assert(mode < _JOB_MODE_MAX);
2147 assert(mode != JOB_ISOLATE); /* Isolate is only valid for start */
2148
2149 tr = transaction_new(mode == JOB_REPLACE_IRREVERSIBLY);
2150 if (!tr)
2151 return -ENOMEM;
2152
2153 /* We need an anchor job */
b0904249 2154 r = transaction_add_job_and_dependencies(tr, JOB_NOP, unit, NULL, TRANSACTION_IGNORE_REQUIREMENTS|TRANSACTION_IGNORE_ORDER, e);
15d167f8 2155 if (r < 0)
32620826 2156 return r;
15d167f8
JW
2157
2158 /* Failure in adding individual dependencies is ignored, so this always succeeds. */
b0904249
LP
2159 transaction_add_propagate_reload_jobs(
2160 tr,
2161 unit,
2162 tr->anchor_job,
3044510d 2163 mode == JOB_IGNORE_DEPENDENCIES ? TRANSACTION_IGNORE_ORDER : 0);
15d167f8 2164
50cbaba4 2165 r = transaction_activate(tr, m, mode, NULL, e);
15d167f8 2166 if (r < 0)
32620826 2167 return r;
15d167f8 2168
32620826 2169 tr = transaction_free(tr);
15d167f8 2170 return 0;
15d167f8
JW
2171}
2172
60918275
LP
2173Job *manager_get_job(Manager *m, uint32_t id) {
2174 assert(m);
2175
2176 return hashmap_get(m->jobs, UINT32_TO_PTR(id));
2177}
2178
87f0e418 2179Unit *manager_get_unit(Manager *m, const char *name) {
60918275
LP
2180 assert(m);
2181 assert(name);
2182
87f0e418 2183 return hashmap_get(m->units, name);
60918275
LP
2184}
2185
19496554
MS
2186static int manager_dispatch_target_deps_queue(Manager *m) {
2187 Unit *u;
19496554
MS
2188 int r = 0;
2189
19496554
MS
2190 assert(m);
2191
52e3671b 2192 while ((u = LIST_POP(target_deps_queue, m->target_deps_queue))) {
15ed3c3a
LP
2193 _cleanup_free_ Unit **targets = NULL;
2194 int n_targets;
2195
19496554
MS
2196 assert(u->in_target_deps_queue);
2197
19496554
MS
2198 u->in_target_deps_queue = false;
2199
15ed3c3a
LP
2200 /* Take an "atomic" snapshot of dependencies here, as the call below will likely modify the
2201 * dependencies, and we can't have it that hash tables we iterate through are modified while
2202 * we are iterating through them. */
2203 n_targets = unit_get_dependency_array(u, UNIT_ATOM_DEFAULT_TARGET_DEPENDENCIES, &targets);
2204 if (n_targets < 0)
2205 return n_targets;
19496554 2206
15ed3c3a
LP
2207 for (int i = 0; i < n_targets; i++) {
2208 r = unit_add_default_target_dependency(u, targets[i]);
2209 if (r < 0)
2210 return r;
19496554
MS
2211 }
2212 }
2213
2214 return r;
2215}
2216
c1e1601e 2217unsigned manager_dispatch_load_queue(Manager *m) {
595ed347 2218 Unit *u;
c1e1601e 2219 unsigned n = 0;
60918275
LP
2220
2221 assert(m);
2222
223dabab
LP
2223 /* Make sure we are not run recursively */
2224 if (m->dispatching_load_queue)
c1e1601e 2225 return 0;
223dabab
LP
2226
2227 m->dispatching_load_queue = true;
2228
87f0e418 2229 /* Dispatches the load queue. Takes a unit from the queue and
60918275
LP
2230 * tries to load its data until the queue is empty */
2231
595ed347
MS
2232 while ((u = m->load_queue)) {
2233 assert(u->in_load_queue);
034c6ed7 2234
595ed347 2235 unit_load(u);
c1e1601e 2236 n++;
60918275
LP
2237 }
2238
223dabab 2239 m->dispatching_load_queue = false;
19496554
MS
2240
2241 /* Dispatch the units waiting for their target dependencies to be added now, as all targets that we know about
2242 * should be loaded and have aliases resolved */
2243 (void) manager_dispatch_target_deps_queue(m);
2244
c1e1601e 2245 return n;
60918275
LP
2246}
2247
81be2388 2248bool manager_unit_cache_should_retry_load(Unit *u) {
cda66772
LB
2249 assert(u);
2250
81be2388
ZJS
2251 /* Automatic reloading from disk only applies to units which were not found sometime in the past, and
2252 * the not-found stub is kept pinned in the unit graph by dependencies. For units that were
2253 * previously loaded, we don't do automatic reloading, and daemon-reload is necessary to update. */
cda66772
LB
2254 if (u->load_state != UNIT_NOT_FOUND)
2255 return false;
2256
81be2388
ZJS
2257 /* The cache has been updated since the last time we tried to load the unit. There might be new
2258 * fragment paths to read. */
c2911d48 2259 if (u->manager->unit_cache_timestamp_hash != u->fragment_not_found_timestamp_hash)
cda66772 2260 return true;
d904afc7 2261
81be2388 2262 /* The cache needs to be updated because there are modifications on disk. */
c2911d48 2263 return !lookup_paths_timestamp_hash_same(&u->manager->lookup_paths, u->manager->unit_cache_timestamp_hash, NULL);
d904afc7
LB
2264}
2265
c2756a68
LP
2266int manager_load_unit_prepare(
2267 Manager *m,
2268 const char *name,
2269 const char *path,
718db961 2270 sd_bus_error *e,
4b6a2b3f 2271 Unit **ret) {
c2756a68 2272
4b6a2b3f 2273 _cleanup_(unit_freep) Unit *cleanup_unit = NULL;
a99626c1 2274 _cleanup_free_ char *nbuf = NULL;
60918275
LP
2275 int r;
2276
2277 assert(m);
4b6a2b3f 2278 assert(ret);
a99626c1 2279 assert(name || path);
60918275 2280
526e3cbb 2281 /* This will prepare the unit for loading, but not actually load anything from disk. */
0301abf4 2282
526e3cbb 2283 if (path && !path_is_absolute(path))
718db961 2284 return sd_bus_error_setf(e, SD_BUS_ERROR_INVALID_ARGS, "Path %s is not absolute.", path);
9e2f7c11 2285
08f46856 2286 if (!name) {
a99626c1
LP
2287 r = path_extract_filename(path, &nbuf);
2288 if (r < 0)
2289 return r;
2290 if (r == O_DIRECTORY)
2291 return sd_bus_error_setf(e, SD_BUS_ERROR_INVALID_ARGS, "Path '%s' refers to directory, refusing.", path);
2292
2293 name = nbuf;
08f46856 2294 }
9e2f7c11 2295
4b6a2b3f 2296 UnitType t = unit_name_to_type(name);
7d17cfbc 2297
5d512d54
LN
2298 if (t == _UNIT_TYPE_INVALID || !unit_name_is_valid(name, UNIT_NAME_PLAIN|UNIT_NAME_INSTANCE)) {
2299 if (unit_name_is_valid(name, UNIT_NAME_TEMPLATE))
2300 return sd_bus_error_setf(e, SD_BUS_ERROR_INVALID_ARGS, "Unit name %s is missing the instance name.", name);
2301
718db961 2302 return sd_bus_error_setf(e, SD_BUS_ERROR_INVALID_ARGS, "Unit name %s is not valid.", name);
5d512d54 2303 }
60918275 2304
4b6a2b3f
ZJS
2305 Unit *unit = manager_get_unit(m, name);
2306 if (unit) {
d904afc7
LB
2307 /* The time-based cache allows to start new units without daemon-reload,
2308 * but if they are already referenced (because of dependencies or ordering)
2309 * then we have to force a load of the fragment. As an optimization, check
2310 * first if anything in the usual paths was modified since the last time
7233e91a
LB
2311 * the cache was loaded. Also check if the last time an attempt to load the
2312 * unit was made was before the most recent cache refresh, so that we know
81be2388 2313 * we need to try again — even if the cache is current, it might have been
7233e91a
LB
2314 * updated in a different context before we had a chance to retry loading
2315 * this particular unit. */
4b6a2b3f
ZJS
2316 if (manager_unit_cache_should_retry_load(unit))
2317 unit->load_state = UNIT_STUB;
d904afc7 2318 else {
4b6a2b3f 2319 *ret = unit;
535b7fcb 2320 return 0; /* The unit was already loaded */
d904afc7
LB
2321 }
2322 } else {
4b6a2b3f
ZJS
2323 unit = cleanup_unit = unit_new(m, unit_vtable[t]->object_size);
2324 if (!unit)
d904afc7 2325 return -ENOMEM;
034c6ed7 2326 }
60918275 2327
7d17cfbc 2328 if (path) {
4b6a2b3f 2329 r = free_and_strdup(&unit->fragment_path, path);
d904afc7
LB
2330 if (r < 0)
2331 return r;
7d17cfbc 2332 }
0301abf4 2333
4b6a2b3f 2334 r = unit_add_name(unit, name);
dc409696 2335 if (r < 0)
1ffba6fe 2336 return r;
60918275 2337
4b6a2b3f
ZJS
2338 unit_add_to_load_queue(unit);
2339 unit_add_to_dbus_queue(unit);
2340 unit_add_to_gc_queue(unit);
c1e1601e 2341
4b6a2b3f
ZJS
2342 *ret = unit;
2343 TAKE_PTR(cleanup_unit);
db06e3b6 2344
535b7fcb 2345 return 1; /* The unit was added the load queue */
db06e3b6
LP
2346}
2347
c2756a68
LP
2348int manager_load_unit(
2349 Manager *m,
2350 const char *name,
2351 const char *path,
718db961 2352 sd_bus_error *e,
4b6a2b3f 2353 Unit **ret) {
db06e3b6
LP
2354 int r;
2355
2356 assert(m);
4b6a2b3f 2357 assert(ret);
db06e3b6 2358
4b6a2b3f 2359 /* This will load the unit config, but not actually start any services or anything. */
db06e3b6 2360
4b6a2b3f 2361 r = manager_load_unit_prepare(m, name, path, e, ret);
535b7fcb 2362 if (r <= 0)
db06e3b6
LP
2363 return r;
2364
535b7fcb 2365 /* Unit was newly loaded */
f50e0a01 2366 manager_dispatch_load_queue(m);
4b6a2b3f 2367 *ret = unit_follow_merge(*ret);
4109ede7
ZJS
2368 return 0;
2369}
2370
2371int manager_load_startable_unit_or_warn(
2372 Manager *m,
2373 const char *name,
2374 const char *path,
2375 Unit **ret) {
2376
2377 /* Load a unit, make sure it loaded fully and is not masked. */
2378
2379 _cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
2380 Unit *unit;
2381 int r;
2382
2383 r = manager_load_unit(m, name, path, &error, &unit);
2384 if (r < 0)
2385 return log_error_errno(r, "Failed to load %s %s: %s",
8ace1db7 2386 name ? "unit" : "unit file", name ?: path,
4109ede7 2387 bus_error_message(&error, r));
8ace1db7
LP
2388
2389 r = bus_unit_validate_load_state(unit, &error);
2390 if (r < 0)
2391 return log_error_errno(r, "%s", bus_error_message(&error, r));
9e2f7c11 2392
4109ede7 2393 *ret = unit;
60918275
LP
2394 return 0;
2395}
a66d02c3 2396
7fad411c
LP
2397void manager_clear_jobs(Manager *m) {
2398 Job *j;
2399
2400 assert(m);
2401
7fad411c 2402 while ((j = hashmap_first(m->jobs)))
5273510e 2403 /* No need to recurse. We're cancelling all jobs. */
833f92ad 2404 job_finish_and_invalidate(j, JOB_CANCELED, false, false);
7fad411c 2405}
83c60c9f 2406
d70dfe1b 2407void manager_unwatch_pidref(Manager *m, const PidRef *pid) {
f75f613d
FB
2408 assert(m);
2409
495e75ed
LP
2410 for (;;) {
2411 Unit *u;
f75f613d 2412
495e75ed
LP
2413 u = manager_get_unit_by_pidref_watching(m, pid);
2414 if (!u)
2415 break;
2416
2417 unit_unwatch_pidref(u, pid);
2418 }
f75f613d
FB
2419}
2420
752b5905 2421static int manager_dispatch_run_queue(sd_event_source *source, void *userdata) {
99534007 2422 Manager *m = ASSERT_PTR(userdata);
83c60c9f 2423 Job *j;
034c6ed7 2424
752b5905 2425 assert(source);
9152c765 2426
da8e1782 2427 while ((j = prioq_peek(m->run_queue))) {
ac1135be 2428 assert(j->installed);
034c6ed7
LP
2429 assert(j->in_run_queue);
2430
6e64994d 2431 (void) job_run_and_invalidate(j);
9152c765 2432 }
034c6ed7 2433
a0b64226 2434 if (m->n_running_jobs > 0)
03b717a3
MS
2435 manager_watch_jobs_in_progress(m);
2436
31a7eb86
ZJS
2437 if (m->n_on_console > 0)
2438 manager_watch_idle_pipe(m);
2439
752b5905 2440 return 1;
c1e1601e
LP
2441}
2442
b0c4b282
LP
2443void manager_trigger_run_queue(Manager *m) {
2444 int r;
2445
2446 assert(m);
2447
2448 r = sd_event_source_set_enabled(
2449 m->run_queue_event_source,
2450 prioq_isempty(m->run_queue) ? SD_EVENT_OFF : SD_EVENT_ONESHOT);
2451 if (r < 0)
2452 log_warning_errno(r, "Failed to enable job run queue event source, ignoring: %m");
2453}
2454
9588bc32 2455static unsigned manager_dispatch_dbus_queue(Manager *m) {
e0a08581 2456 unsigned n = 0, budget;
595ed347 2457 Unit *u;
e0a08581 2458 Job *j;
c1e1601e
LP
2459
2460 assert(m);
2461
b8d381c4
LP
2462 /* When we are reloading, let's not wait with generating signals, since we need to exit the manager as quickly
2463 * as we can. There's no point in throttling generation of signals in that case. */
2464 if (MANAGER_IS_RELOADING(m) || m->send_reloading_done || m->pending_reload_message)
f5fbe71d 2465 budget = UINT_MAX; /* infinite budget in this case */
b8d381c4
LP
2466 else {
2467 /* Anything to do at all? */
2468 if (!m->dbus_unit_queue && !m->dbus_job_queue)
2469 return 0;
2470
2471 /* Do we have overly many messages queued at the moment? If so, let's not enqueue more on top, let's
2472 * sit this cycle out, and process things in a later cycle when the queues got a bit emptier. */
2473 if (manager_bus_n_queued_write(m) > MANAGER_BUS_BUSY_THRESHOLD)
2474 return 0;
2475
2476 /* Only process a certain number of units/jobs per event loop iteration. Even if the bus queue wasn't
2477 * overly full before this call we shouldn't increase it in size too wildly in one step, and we
2478 * shouldn't monopolize CPU time with generating these messages. Note the difference in counting of
2479 * this "budget" and the "threshold" above: the "budget" is decreased only once per generated message,
5238e957
BB
2480 * regardless how many buses/direct connections it is enqueued on, while the "threshold" is applied to
2481 * each queued instance of bus message, i.e. if the same message is enqueued to five buses/direct
b8d381c4
LP
2482 * connections it will be counted five times. This difference in counting ("references"
2483 * vs. "instances") is primarily a result of the fact that it's easier to implement it this way,
2484 * however it also reflects the thinking that the "threshold" should put a limit on used queue memory,
2485 * i.e. space, while the "budget" should put a limit on time. Also note that the "threshold" is
2486 * currently chosen much higher than the "budget". */
2487 budget = MANAGER_BUS_MESSAGE_BUDGET;
2488 }
e0a08581 2489
b8d381c4 2490 while (budget != 0 && (u = m->dbus_unit_queue)) {
e0a08581 2491
595ed347 2492 assert(u->in_dbus_queue);
c1e1601e 2493
595ed347 2494 bus_unit_send_change_signal(u);
b8d381c4
LP
2495 n++;
2496
f5fbe71d 2497 if (budget != UINT_MAX)
b8d381c4 2498 budget--;
c1e1601e
LP
2499 }
2500
b8d381c4 2501 while (budget != 0 && (j = m->dbus_job_queue)) {
c1e1601e
LP
2502 assert(j->in_dbus_queue);
2503
2504 bus_job_send_change_signal(j);
b8d381c4
LP
2505 n++;
2506
f5fbe71d 2507 if (budget != UINT_MAX)
b8d381c4 2508 budget--;
c1e1601e
LP
2509 }
2510
b8d381c4 2511 if (m->send_reloading_done) {
71445ae7 2512 m->send_reloading_done = false;
718db961 2513 bus_manager_send_reloading(m, false);
b8d381c4 2514 n++;
71445ae7
LP
2515 }
2516
b8d381c4 2517 if (m->pending_reload_message) {
209de525 2518 bus_send_pending_reload_message(m);
e0a08581
LP
2519 n++;
2520 }
718db961 2521
c1e1601e 2522 return n;
9152c765
LP
2523}
2524
d8fdc620
LP
2525static int manager_dispatch_cgroups_agent_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
2526 Manager *m = userdata;
60473f0c 2527 char buf[PATH_MAX];
d8fdc620
LP
2528 ssize_t n;
2529
2530 n = recv(fd, buf, sizeof(buf), 0);
2531 if (n < 0)
2532 return log_error_errno(errno, "Failed to read cgroups agent message: %m");
2533 if (n == 0) {
2534 log_error("Got zero-length cgroups agent message, ignoring.");
2535 return 0;
2536 }
2537 if ((size_t) n >= sizeof(buf)) {
2538 log_error("Got overly long cgroups agent message, ignoring.");
2539 return 0;
2540 }
2541
2542 if (memchr(buf, 0, n)) {
2543 log_error("Got cgroups agent message with embedded NUL byte, ignoring.");
2544 return 0;
2545 }
2546 buf[n] = 0;
2547
2548 manager_notify_cgroup_empty(m, buf);
d5f15326 2549 (void) bus_forward_agent_released(m, buf);
d8fdc620
LP
2550
2551 return 0;
2552}
2553
5151b4cc 2554static bool manager_process_barrier_fd(char * const *tags, FDSet *fds) {
4f07ddfa
KKD
2555
2556 /* nothing else must be sent when using BARRIER=1 */
5151b4cc 2557 if (strv_contains(tags, "BARRIER=1")) {
46276454 2558 if (strv_length(tags) != 1)
5151b4cc 2559 log_warning("Extra notification messages sent with BARRIER=1, ignoring everything.");
46276454
LP
2560 else if (fdset_size(fds) != 1)
2561 log_warning("Got incorrect number of fds with BARRIER=1, closing them.");
5151b4cc
BR
2562
2563 /* Drop the message if BARRIER=1 was found */
4f07ddfa 2564 return true;
5151b4cc 2565 }
4f07ddfa
KKD
2566
2567 return false;
2568}
2569
db256aab
LP
2570static void manager_invoke_notify_message(
2571 Manager *m,
2572 Unit *u,
2573 const struct ucred *ucred,
5151b4cc 2574 char * const *tags,
db256aab
LP
2575 FDSet *fds) {
2576
5ba6985b
LP
2577 assert(m);
2578 assert(u);
db256aab 2579 assert(ucred);
5151b4cc 2580 assert(tags);
5ba6985b 2581
62a76913 2582 if (u->notifygen == m->notifygen) /* Already invoked on this same unit in this same iteration? */
5ba6985b 2583 return;
62a76913
LP
2584 u->notifygen = m->notifygen;
2585
5151b4cc 2586 if (UNIT_VTABLE(u)->notify_message)
db256aab 2587 UNIT_VTABLE(u)->notify_message(u, ucred, tags, fds);
62a76913 2588
5151b4cc
BR
2589 else if (DEBUG_LOGGING) {
2590 _cleanup_free_ char *buf = NULL, *x = NULL, *y = NULL;
a86b7675 2591
5151b4cc
BR
2592 buf = strv_join(tags, ", ");
2593 if (buf)
2594 x = ellipsize(buf, 20, 90);
a86b7675 2595 if (x)
da5fb861
LP
2596 y = cescape(x);
2597
a86b7675
ZJS
2598 log_unit_debug(u, "Got notification message \"%s\", ignoring.", strnull(y));
2599 }
5ba6985b
LP
2600}
2601
718db961 2602static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
3d0b8a55 2603
b215b0ed 2604 _cleanup_fdset_free_ FDSet *fds = NULL;
99534007 2605 Manager *m = ASSERT_PTR(userdata);
b215b0ed
DH
2606 char buf[NOTIFY_BUFFER_MAX+1];
2607 struct iovec iovec = {
2608 .iov_base = buf,
2609 .iov_len = sizeof(buf)-1,
2610 };
fb29cdbe
LP
2611 CMSG_BUFFER_TYPE(CMSG_SPACE(sizeof(struct ucred)) +
2612 CMSG_SPACE(sizeof(int) * NOTIFY_FD_MAX)) control;
b215b0ed
DH
2613 struct msghdr msghdr = {
2614 .msg_iov = &iovec,
2615 .msg_iovlen = 1,
2616 .msg_control = &control,
2617 .msg_controllen = sizeof(control),
2618 };
2619
2620 struct cmsghdr *cmsg;
2621 struct ucred *ucred = NULL;
62a76913 2622 _cleanup_free_ Unit **array_copy = NULL;
5151b4cc 2623 _cleanup_strv_free_ char **tags = NULL;
62a76913 2624 Unit *u1, *u2, **array;
b215b0ed 2625 int r, *fd_array = NULL;
da6053d0 2626 size_t n_fds = 0;
62a76913 2627 bool found = false;
8c47c732
LP
2628 ssize_t n;
2629
718db961
LP
2630 assert(m->notify_fd == fd);
2631
2632 if (revents != EPOLLIN) {
2633 log_warning("Got unexpected poll event for notify fd.");
2634 return 0;
2635 }
8c47c732 2636
3691bcf3 2637 n = recvmsg_safe(m->notify_fd, &msghdr, MSG_DONTWAIT|MSG_CMSG_CLOEXEC|MSG_TRUNC);
882321a1
ZJS
2638 if (ERRNO_IS_NEG_TRANSIENT(n))
2639 return 0; /* Spurious wakeup, try again */
2640 if (n == -EXFULL) {
2641 log_warning("Got message with truncated control data (too many fds sent?), ignoring.");
2642 return 0;
8add30a0 2643 }
882321a1
ZJS
2644 if (n < 0)
2645 /* If this is any other, real error, then stop processing this socket. This of course means
2646 * we won't take notification messages anymore, but that's still better than busy looping:
2647 * being woken up over and over again, but being unable to actually read the message from the
2648 * socket. */
2649 return log_error_errno(n, "Failed to receive notification message: %m");
a354329f 2650
882321a1 2651 CMSG_FOREACH(cmsg, &msghdr)
b215b0ed 2652 if (cmsg->cmsg_level == SOL_SOCKET && cmsg->cmsg_type == SCM_RIGHTS) {
a354329f 2653
3691bcf3 2654 assert(!fd_array);
b1d02191 2655 fd_array = CMSG_TYPED_DATA(cmsg, int);
b215b0ed 2656 n_fds = (cmsg->cmsg_len - CMSG_LEN(0)) / sizeof(int);
a354329f 2657
b215b0ed
DH
2658 } else if (cmsg->cmsg_level == SOL_SOCKET &&
2659 cmsg->cmsg_type == SCM_CREDENTIALS &&
2660 cmsg->cmsg_len == CMSG_LEN(sizeof(struct ucred))) {
a354329f 2661
3691bcf3 2662 assert(!ucred);
b1d02191 2663 ucred = CMSG_TYPED_DATA(cmsg, struct ucred);
a354329f
LP
2664 }
2665
b215b0ed
DH
2666 if (n_fds > 0) {
2667 assert(fd_array);
a354329f 2668
b215b0ed
DH
2669 r = fdset_new_array(&fds, fd_array, n_fds);
2670 if (r < 0) {
2671 close_many(fd_array, n_fds);
9987750e
FB
2672 log_oom();
2673 return 0;
a354329f 2674 }
b215b0ed 2675 }
8c47c732 2676
15e23e8c 2677 if (!ucred || !pid_is_valid(ucred->pid)) {
b215b0ed
DH
2678 log_warning("Received notify message without valid credentials. Ignoring.");
2679 return 0;
2680 }
8c47c732 2681
045a3d59 2682 if ((size_t) n >= sizeof(buf) || (msghdr.msg_flags & MSG_TRUNC)) {
b215b0ed
DH
2683 log_warning("Received notify message exceeded maximum size. Ignoring.");
2684 return 0;
2685 }
8c47c732 2686
8f41e6b6
ZJS
2687 /* As extra safety check, let's make sure the string we get doesn't contain embedded NUL bytes.
2688 * We permit one trailing NUL byte in the message, but don't expect it. */
875ca88d
LP
2689 if (n > 1 && memchr(buf, 0, n-1)) {
2690 log_warning("Received notify message with embedded NUL bytes. Ignoring.");
2691 return 0;
2692 }
2693
8f41e6b6 2694 /* Make sure it's NUL-terminated, then parse it to obtain the tags list. */
b215b0ed 2695 buf[n] = 0;
5151b4cc
BR
2696 tags = strv_split_newlines(buf);
2697 if (!tags) {
2698 log_oom();
2699 return 0;
2700 }
8c47c732 2701
8f41e6b6 2702 /* Possibly a barrier fd, let's see. */
7b0a1267
LP
2703 if (manager_process_barrier_fd(tags, fds)) {
2704 log_debug("Received barrier notification message from PID " PID_FMT ".", ucred->pid);
4f07ddfa 2705 return 0;
7b0a1267 2706 }
4f07ddfa 2707
62a76913
LP
2708 /* Increase the generation counter used for filtering out duplicate unit invocations. */
2709 m->notifygen++;
2710
495e75ed
LP
2711 /* Generate lookup key from the PID (we have no pidfd here, after all) */
2712 PidRef pidref = PIDREF_MAKE_FROM_PID(ucred->pid);
2713
62a76913 2714 /* Notify every unit that might be interested, which might be multiple. */
495e75ed
LP
2715 u1 = manager_get_unit_by_pidref_cgroup(m, &pidref);
2716 u2 = hashmap_get(m->watch_pids, &pidref);
2717 array = hashmap_get(m->watch_pids_more, &pidref);
62a76913
LP
2718 if (array) {
2719 size_t k = 0;
5ba6985b 2720
62a76913
LP
2721 while (array[k])
2722 k++;
5ba6985b 2723
62a76913
LP
2724 array_copy = newdup(Unit*, array, k+1);
2725 if (!array_copy)
2726 log_oom();
2727 }
8f41e6b6
ZJS
2728 /* And now invoke the per-unit callbacks. Note that manager_invoke_notify_message() will handle
2729 * duplicate units make sure we only invoke each unit's handler once. */
62a76913 2730 if (u1) {
5151b4cc 2731 manager_invoke_notify_message(m, u1, ucred, tags, fds);
62a76913
LP
2732 found = true;
2733 }
2734 if (u2) {
5151b4cc 2735 manager_invoke_notify_message(m, u2, ucred, tags, fds);
62a76913
LP
2736 found = true;
2737 }
2738 if (array_copy)
2739 for (size_t i = 0; array_copy[i]; i++) {
5151b4cc 2740 manager_invoke_notify_message(m, array_copy[i], ucred, tags, fds);
62a76913
LP
2741 found = true;
2742 }
8c47c732 2743
62a76913
LP
2744 if (!found)
2745 log_warning("Cannot find unit for notify message of PID "PID_FMT", ignoring.", ucred->pid);
a354329f 2746
43127aeb 2747 if (!fdset_isempty(fds))
5fd2c135 2748 log_warning("Got extra auxiliary fds with notification message, closing them.");
8c47c732
LP
2749
2750 return 0;
2751}
2752
62a76913
LP
2753static void manager_invoke_sigchld_event(
2754 Manager *m,
2755 Unit *u,
2756 const siginfo_t *si) {
36f20ae3 2757
5ba6985b
LP
2758 assert(m);
2759 assert(u);
2760 assert(si);
2761
62a76913
LP
2762 /* Already invoked the handler of this unit in this iteration? Then don't process this again */
2763 if (u->sigchldgen == m->sigchldgen)
2764 return;
2765 u->sigchldgen = m->sigchldgen;
5ba6985b 2766
62a76913 2767 log_unit_debug(u, "Child "PID_FMT" belongs to %s.", si->si_pid, u->id);
5ba6985b 2768 unit_unwatch_pid(u, si->si_pid);
e57051f5 2769
62a76913
LP
2770 if (UNIT_VTABLE(u)->sigchld_event)
2771 UNIT_VTABLE(u)->sigchld_event(u, si->si_pid, si->si_code, si->si_status);
5ba6985b
LP
2772}
2773
575b300b 2774static int manager_dispatch_sigchld(sd_event_source *source, void *userdata) {
99534007 2775 Manager *m = ASSERT_PTR(userdata);
575b300b
LP
2776 siginfo_t si = {};
2777 int r;
2778
2779 assert(source);
9152c765 2780
8f41e6b6
ZJS
2781 /* First we call waitid() for a PID and do not reap the zombie. That way we can still access
2782 * /proc/$PID for it while it is a zombie. */
9152c765 2783
575b300b 2784 if (waitid(P_ALL, 0, &si, WEXITED|WNOHANG|WNOWAIT) < 0) {
acbb0225 2785
8afabc50
AJ
2786 if (errno != ECHILD)
2787 log_error_errno(errno, "Failed to peek for child with waitid(), ignoring: %m");
acbb0225 2788
8afabc50 2789 goto turn_off;
575b300b 2790 }
4112df16 2791
575b300b
LP
2792 if (si.si_pid <= 0)
2793 goto turn_off;
2794
2795 if (IN_SET(si.si_code, CLD_EXITED, CLD_KILLED, CLD_DUMPED)) {
62a76913 2796 _cleanup_free_ Unit **array_copy = NULL;
575b300b 2797 _cleanup_free_ char *name = NULL;
62a76913 2798 Unit *u1, *u2, **array;
575b300b 2799
d7d74854 2800 (void) pid_get_comm(si.si_pid, &name);
575b300b
LP
2801
2802 log_debug("Child "PID_FMT" (%s) died (code=%s, status=%i/%s)",
2803 si.si_pid, strna(name),
2804 sigchld_code_to_string(si.si_code),
2805 si.si_status,
2806 strna(si.si_code == CLD_EXITED
2807 ? exit_status_to_string(si.si_status, EXIT_STATUS_FULL)
2808 : signal_to_string(si.si_status)));
2809
62a76913
LP
2810 /* Increase the generation counter used for filtering out duplicate unit invocations */
2811 m->sigchldgen++;
2812
495e75ed
LP
2813 /* We look this up by a PidRef that only consists of the PID. After all we couldn't create a
2814 * pidfd here any more even if we wanted (since the process just exited). */
2815 PidRef pidref = PIDREF_MAKE_FROM_PID(si.si_pid);
2816
62a76913 2817 /* And now figure out the unit this belongs to, it might be multiple... */
495e75ed
LP
2818 u1 = manager_get_unit_by_pidref_cgroup(m, &pidref);
2819 u2 = hashmap_get(m->watch_pids, &pidref);
2820 array = hashmap_get(m->watch_pids_more, &pidref);
62a76913
LP
2821 if (array) {
2822 size_t n = 0;
2823
5238e957 2824 /* Count how many entries the array has */
62a76913
LP
2825 while (array[n])
2826 n++;
2827
2828 /* Make a copy of the array so that we don't trip up on the array changing beneath us */
2829 array_copy = newdup(Unit*, array, n+1);
2830 if (!array_copy)
2831 log_oom();
2832 }
2833
2834 /* Finally, execute them all. Note that u1, u2 and the array might contain duplicates, but
2835 * that's fine, manager_invoke_sigchld_event() will ensure we only invoke the handlers once for
2836 * each iteration. */
2ba6ae6b
ZJS
2837 if (u1) {
2838 /* We check for oom condition, in case we got SIGCHLD before the oom notification.
2839 * We only do this for the cgroup the PID belonged to. */
2840 (void) unit_check_oom(u1);
2841
288bd406 2842 /* We check if systemd-oomd performed a kill so that we log and notify appropriately */
fe8d22fb
AZ
2843 (void) unit_check_oomd_kill(u1);
2844
62a76913 2845 manager_invoke_sigchld_event(m, u1, &si);
2ba6ae6b 2846 }
62a76913
LP
2847 if (u2)
2848 manager_invoke_sigchld_event(m, u2, &si);
2849 if (array_copy)
2850 for (size_t i = 0; array_copy[i]; i++)
2851 manager_invoke_sigchld_event(m, array_copy[i], &si);
575b300b 2852 }
9152c765 2853
575b300b
LP
2854 /* And now, we actually reap the zombie. */
2855 if (waitid(P_PID, si.si_pid, &si, WEXITED) < 0) {
2856 log_error_errno(errno, "Failed to dequeue child, ignoring: %m");
2857 return 0;
2858 }
9152c765 2859
575b300b 2860 return 0;
8c47c732 2861
575b300b
LP
2862turn_off:
2863 /* All children processed for now, turn off event source */
4112df16 2864
575b300b
LP
2865 r = sd_event_source_set_enabled(m->sigchld_event_source, SD_EVENT_OFF);
2866 if (r < 0)
2867 return log_error_errno(r, "Failed to disable SIGCHLD event source: %m");
9152c765
LP
2868
2869 return 0;
2870}
2871
5f968096
ZJS
2872static void manager_start_special(Manager *m, const char *name, JobMode mode) {
2873 Job *job;
398ef8ba 2874
5f968096
ZJS
2875 if (manager_add_job_by_name_and_warn(m, JOB_START, name, mode, NULL, &job) < 0)
2876 return;
1e001f52 2877
5f968096
ZJS
2878 const char *s = unit_status_string(job->unit, NULL);
2879
2880 log_info("Activating special unit %s...", s);
3889fc6f
ZJS
2881
2882 sd_notifyf(false,
2883 "STATUS=Activating special unit %s...", s);
2884 m->status_ready = false;
28247076
LP
2885}
2886
24dd31c1
LN
2887static void manager_handle_ctrl_alt_del(Manager *m) {
2888 /* If the user presses C-A-D more than
2889 * 7 times within 2s, we reboot/shutdown immediately,
2890 * unless it was disabled in system.conf */
2891
7994ac1d 2892 if (ratelimit_below(&m->ctrl_alt_del_ratelimit) || m->cad_burst_action == EMERGENCY_ACTION_NONE)
5f968096 2893 manager_start_special(m, SPECIAL_CTRL_ALT_DEL_TARGET, JOB_REPLACE_IRREVERSIBLY);
ae8c7939 2894 else
7af67e9a 2895 emergency_action(m, m->cad_burst_action, EMERGENCY_ACTION_WARN, NULL, -1,
ae8c7939 2896 "Ctrl-Alt-Del was pressed more than 7 times within 2s");
24dd31c1
LN
2897}
2898
718db961 2899static int manager_dispatch_signal_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
99534007 2900 Manager *m = ASSERT_PTR(userdata);
9152c765
LP
2901 ssize_t n;
2902 struct signalfd_siginfo sfsi;
dacd6cee 2903 int r;
9152c765 2904
718db961
LP
2905 assert(m->signal_fd == fd);
2906
2907 if (revents != EPOLLIN) {
2908 log_warning("Got unexpected events from signal file descriptor.");
2909 return 0;
2910 }
9152c765 2911
575b300b 2912 n = read(m->signal_fd, &sfsi, sizeof(sfsi));
8add30a0
YW
2913 if (n < 0) {
2914 if (ERRNO_IS_TRANSIENT(errno))
575b300b 2915 return 0;
9152c765 2916
575b300b
LP
2917 /* We return an error here, which will kill this handler,
2918 * to avoid a busy loop on read error. */
2919 return log_error_errno(errno, "Reading from signal fd failed: %m");
2920 }
8add30a0 2921 if (n != sizeof(sfsi)) {
c0f86d66 2922 log_warning("Truncated read from signal fd (%zi bytes), ignoring!", n);
8add30a0
YW
2923 return 0;
2924 }
9152c765 2925
575b300b
LP
2926 log_received_signal(sfsi.ssi_signo == SIGCHLD ||
2927 (sfsi.ssi_signo == SIGTERM && MANAGER_IS_USER(m))
2928 ? LOG_DEBUG : LOG_INFO,
2929 &sfsi);
1e001f52 2930
575b300b 2931 switch (sfsi.ssi_signo) {
b9cd2ec1 2932
575b300b
LP
2933 case SIGCHLD:
2934 r = sd_event_source_set_enabled(m->sigchld_event_source, SD_EVENT_ON);
2935 if (r < 0)
8afabc50 2936 log_warning_errno(r, "Failed to enable SIGCHLD event source, ignoring: %m");
b9cd2ec1 2937
575b300b 2938 break;
84e9af1e 2939
575b300b
LP
2940 case SIGTERM:
2941 if (MANAGER_IS_SYSTEM(m)) {
ba0c7754 2942 /* This is for compatibility with the original sysvinit */
c52b19d6
LP
2943 if (verify_run_space_and_log("Refusing to reexecute") < 0)
2944 break;
2945
2946 m->objective = MANAGER_REEXECUTE;
a1b256b0 2947 break;
575b300b 2948 }
84e9af1e 2949
575b300b
LP
2950 _fallthrough_;
2951 case SIGINT:
2952 if (MANAGER_IS_SYSTEM(m))
2953 manager_handle_ctrl_alt_del(m);
2954 else
5f968096 2955 manager_start_special(m, SPECIAL_EXIT_TARGET, JOB_REPLACE_IRREVERSIBLY);
575b300b 2956 break;
84e9af1e 2957
575b300b 2958 case SIGWINCH:
ba0c7754 2959 /* This is a nop on non-init */
575b300b 2960 if (MANAGER_IS_SYSTEM(m))
5f968096 2961 manager_start_special(m, SPECIAL_KBREQUEST_TARGET, JOB_REPLACE);
84e9af1e 2962
575b300b 2963 break;
84e9af1e 2964
575b300b 2965 case SIGPWR:
ba0c7754 2966 /* This is a nop on non-init */
575b300b 2967 if (MANAGER_IS_SYSTEM(m))
5f968096 2968 manager_start_special(m, SPECIAL_SIGPWR_TARGET, JOB_REPLACE);
6632c602 2969
575b300b 2970 break;
57ee42ce 2971
8559b3b7 2972 case SIGUSR1:
2b680534 2973 if (manager_dbus_is_running(m, false)) {
575b300b 2974 log_info("Trying to reconnect to bus...");
575b300b 2975
8559b3b7
LP
2976 (void) bus_init_api(m);
2977
2978 if (MANAGER_IS_SYSTEM(m))
2979 (void) bus_init_system(m);
5f968096
ZJS
2980 } else
2981 manager_start_special(m, SPECIAL_DBUS_SERVICE, JOB_REPLACE);
57ee42ce 2982
575b300b 2983 break;
575b300b
LP
2984
2985 case SIGUSR2: {
2986 _cleanup_free_ char *dump = NULL;
2987
d1d8786c 2988 r = manager_get_dump_string(m, /* patterns= */ NULL, &dump);
575b300b
LP
2989 if (r < 0) {
2990 log_warning_errno(errno, "Failed to acquire manager dump: %m");
57ee42ce
LP
2991 break;
2992 }
2993
575b300b
LP
2994 log_dump(LOG_INFO, dump);
2995 break;
2996 }
2149e37c 2997
575b300b 2998 case SIGHUP:
c52b19d6
LP
2999 if (verify_run_space_and_log("Refusing to reload") < 0)
3000 break;
3001
3002 m->objective = MANAGER_RELOAD;
575b300b
LP
3003 break;
3004
3005 default: {
3006
3007 /* Starting SIGRTMIN+0 */
3008 static const struct {
3009 const char *target;
3010 JobMode mode;
3011 } target_table[] = {
13ffc607
LP
3012 [0] = { SPECIAL_DEFAULT_TARGET, JOB_ISOLATE },
3013 [1] = { SPECIAL_RESCUE_TARGET, JOB_ISOLATE },
3014 [2] = { SPECIAL_EMERGENCY_TARGET, JOB_ISOLATE },
3015 [3] = { SPECIAL_HALT_TARGET, JOB_REPLACE_IRREVERSIBLY },
3016 [4] = { SPECIAL_POWEROFF_TARGET, JOB_REPLACE_IRREVERSIBLY },
3017 [5] = { SPECIAL_REBOOT_TARGET, JOB_REPLACE_IRREVERSIBLY },
3018 [6] = { SPECIAL_KEXEC_TARGET, JOB_REPLACE_IRREVERSIBLY },
3019 [7] = { SPECIAL_SOFT_REBOOT_TARGET, JOB_REPLACE_IRREVERSIBLY },
575b300b
LP
3020 };
3021
3022 /* Starting SIGRTMIN+13, so that target halt and system halt are 10 apart */
af41e508 3023 static const ManagerObjective objective_table[] = {
575b300b
LP
3024 [0] = MANAGER_HALT,
3025 [1] = MANAGER_POWEROFF,
3026 [2] = MANAGER_REBOOT,
3027 [3] = MANAGER_KEXEC,
13ffc607 3028 [4] = MANAGER_SOFT_REBOOT,
575b300b 3029 };
b2cdc666 3030
575b300b
LP
3031 if ((int) sfsi.ssi_signo >= SIGRTMIN+0 &&
3032 (int) sfsi.ssi_signo < SIGRTMIN+(int) ELEMENTSOF(target_table)) {
3033 int idx = (int) sfsi.ssi_signo - SIGRTMIN;
5f968096 3034 manager_start_special(m, target_table[idx].target, target_table[idx].mode);
1005d14f 3035 break;
2149e37c 3036 }
1005d14f 3037
575b300b 3038 if ((int) sfsi.ssi_signo >= SIGRTMIN+13 &&
af41e508
LP
3039 (int) sfsi.ssi_signo < SIGRTMIN+13+(int) ELEMENTSOF(objective_table)) {
3040 m->objective = objective_table[sfsi.ssi_signo - SIGRTMIN - 13];
575b300b
LP
3041 break;
3042 }
3043
3044 switch (sfsi.ssi_signo - SIGRTMIN) {
3045
29e6b0c1
LP
3046 case 18: {
3047 bool generic = false;
3048
3049 if (sfsi.ssi_code != SI_QUEUE)
3050 generic = true;
3051 else {
3052 /* Override a few select commands by our own PID1-specific logic */
3053
3054 switch (sfsi.ssi_int) {
3055
3056 case _COMMON_SIGNAL_COMMAND_LOG_LEVEL_BASE..._COMMON_SIGNAL_COMMAND_LOG_LEVEL_END:
3057 manager_override_log_level(m, sfsi.ssi_int - _COMMON_SIGNAL_COMMAND_LOG_LEVEL_BASE);
3058 break;
3059
3060 case COMMON_SIGNAL_COMMAND_CONSOLE:
3061 manager_override_log_target(m, LOG_TARGET_CONSOLE);
3062 break;
3063
3064 case COMMON_SIGNAL_COMMAND_JOURNAL:
3065 manager_override_log_target(m, LOG_TARGET_JOURNAL);
3066 break;
3067
3068 case COMMON_SIGNAL_COMMAND_KMSG:
3069 manager_override_log_target(m, LOG_TARGET_KMSG);
3070 break;
3071
3072 case COMMON_SIGNAL_COMMAND_NULL:
3073 manager_override_log_target(m, LOG_TARGET_NULL);
3074 break;
3075
0112c37c
LB
3076 case MANAGER_SIGNAL_COMMAND_DUMP_JOBS: {
3077 _cleanup_free_ char *dump_jobs = NULL;
3078
3079 r = manager_get_dump_jobs_string(m, /* patterns= */ NULL, " ", &dump_jobs);
3080 if (r < 0) {
3081 log_warning_errno(errno, "Failed to acquire manager jobs dump: %m");
3082 break;
3083 }
3084
3085 log_dump(LOG_INFO, dump_jobs);
3086 break;
3087 }
3088
29e6b0c1
LP
3089 default:
3090 generic = true;
3091 }
3092 }
3093
3094 if (generic)
3095 return sigrtmin18_handler(source, &sfsi, NULL);
3096
3097 break;
3098 }
3099
575b300b 3100 case 20:
43bba15a 3101 manager_override_show_status(m, SHOW_STATUS_YES, "signal");
a16e1123
LP
3102 break;
3103
575b300b 3104 case 21:
43bba15a 3105 manager_override_show_status(m, SHOW_STATUS_NO, "signal");
575b300b 3106 break;
7d793605 3107
575b300b 3108 case 22:
a6ecbf83 3109 manager_override_log_level(m, LOG_DEBUG);
575b300b
LP
3110 break;
3111
3112 case 23:
a6ecbf83 3113 manager_restore_original_log_level(m);
575b300b 3114 break;
0003d1ab 3115
575b300b
LP
3116 case 24:
3117 if (MANAGER_IS_USER(m)) {
af41e508 3118 m->objective = MANAGER_EXIT;
575b300b 3119 return 0;
0658666b 3120 }
9152c765 3121
575b300b
LP
3122 /* This is a nop on init */
3123 break;
3124
463aef23
FB
3125 case 25:
3126 m->objective = MANAGER_REEXECUTE;
3127 break;
3128
575b300b
LP
3129 case 26:
3130 case 29: /* compatibility: used to be mapped to LOG_TARGET_SYSLOG_OR_KMSG */
bda7d78b 3131 manager_restore_original_log_target(m);
575b300b
LP
3132 break;
3133
3134 case 27:
bda7d78b 3135 manager_override_log_target(m, LOG_TARGET_CONSOLE);
575b300b
LP
3136 break;
3137
3138 case 28:
bda7d78b 3139 manager_override_log_target(m, LOG_TARGET_KMSG);
575b300b
LP
3140 break;
3141
3142 default:
3143 log_warning("Got unhandled signal <%s>.", signal_to_string(sfsi.ssi_signo));
3144 }
3145 }}
034c6ed7
LP
3146
3147 return 0;
3148}
3149
718db961 3150static int manager_dispatch_time_change_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
99534007 3151 Manager *m = ASSERT_PTR(userdata);
718db961 3152 Unit *u;
034c6ed7 3153
a80c1575 3154 log_struct(LOG_DEBUG,
2b044526 3155 "MESSAGE_ID=" SD_MESSAGE_TIME_CHANGE_STR,
a1230ff9 3156 LOG_MESSAGE("Time has been changed"));
034c6ed7 3157
718db961 3158 /* Restart the watch */
7feedd18 3159 (void) manager_setup_time_change(m);
4e434314 3160
90e74a66 3161 HASHMAP_FOREACH(u, m->units)
718db961
LP
3162 if (UNIT_VTABLE(u)->time_change)
3163 UNIT_VTABLE(u)->time_change(u);
ea430986 3164
718db961
LP
3165 return 0;
3166}
ea430986 3167
bbf5fd8e
LP
3168static int manager_dispatch_timezone_change(
3169 sd_event_source *source,
3170 const struct inotify_event *e,
3171 void *userdata) {
3172
99534007 3173 Manager *m = ASSERT_PTR(userdata);
bbf5fd8e 3174 int changed;
bbf5fd8e
LP
3175 Unit *u;
3176
bbf5fd8e
LP
3177 log_debug("inotify event for /etc/localtime");
3178
3179 changed = manager_read_timezone_stat(m);
f20db199 3180 if (changed <= 0)
bbf5fd8e 3181 return changed;
bbf5fd8e
LP
3182
3183 /* Something changed, restart the watch, to ensure we watch the new /etc/localtime if it changed */
3184 (void) manager_setup_timezone_change(m);
3185
3186 /* Read the new timezone */
3187 tzset();
3188
3189 log_debug("Timezone has been changed (now: %s).", tzname[daylight]);
3190
90e74a66 3191 HASHMAP_FOREACH(u, m->units)
bbf5fd8e
LP
3192 if (UNIT_VTABLE(u)->timezone_change)
3193 UNIT_VTABLE(u)->timezone_change(u);
3194
3195 return 0;
3196}
3197
718db961 3198static int manager_dispatch_idle_pipe_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
99534007 3199 Manager *m = ASSERT_PTR(userdata);
8742514c 3200
718db961 3201 assert(m->idle_pipe[2] == fd);
8742514c 3202
8f41e6b6
ZJS
3203 /* There's at least one Type=idle child that just gave up on us waiting for the boot process to
3204 * complete. Let's now turn off any further console output if there's at least one service that needs
3205 * console access, so that from now on our own output should not spill into that service's output
3206 * anymore. After all, we support Type=idle only to beautify console output and it generally is set
3207 * on services that want to own the console exclusively without our interference. */
718db961 3208 m->no_console_output = m->n_on_console > 0;
03b717a3 3209
30fd9a2d 3210 /* Acknowledge the child's request, and let all other children know too that they shouldn't wait
8f41e6b6 3211 * any longer by closing the pipes towards them, which is what they are waiting for. */
718db961 3212 manager_close_idle_pipe(m);
03b717a3 3213
718db961
LP
3214 return 0;
3215}
31a7eb86 3216
718db961 3217static int manager_dispatch_jobs_in_progress(sd_event_source *source, usec_t usec, void *userdata) {
99534007 3218 Manager *m = ASSERT_PTR(userdata);
fd08a840 3219 int r;
31a7eb86 3220
fd08a840 3221 assert(source);
9152c765 3222
718db961 3223 manager_print_jobs_in_progress(m);
fd08a840 3224
39cf0351 3225 r = sd_event_source_set_time_relative(source, JOBS_IN_PROGRESS_PERIOD_USEC);
fd08a840
ZJS
3226 if (r < 0)
3227 return r;
3228
3229 return sd_event_source_set_enabled(source, SD_EVENT_ONESHOT);
9152c765
LP
3230}
3231
3232int manager_loop(Manager *m) {
8c227e7f 3233 RateLimit rl = { .interval = 1*USEC_PER_SEC, .burst = 50000 };
9152c765 3234 int r;
9152c765
LP
3235
3236 assert(m);
1fb70e66 3237 assert(m->objective == MANAGER_OK); /* Ensure manager_startup() has been called */
9152c765 3238
b0c918b9
LP
3239 manager_check_finished(m);
3240
575b300b
LP
3241 /* There might still be some zombies hanging around from before we were exec()'ed. Let's reap them. */
3242 r = sd_event_source_set_enabled(m->sigchld_event_source, SD_EVENT_ON);
e96d6be7 3243 if (r < 0)
575b300b 3244 return log_error_errno(r, "Failed to enable SIGCHLD event source: %m");
a4312405 3245
af41e508 3246 while (m->objective == MANAGER_OK) {
9152c765 3247
ae4a0ec4 3248 (void) watchdog_ping();
e96d6be7 3249
7994ac1d 3250 if (!ratelimit_below(&rl)) {
ea430986
LP
3251 /* Yay, something is going seriously wrong, pause a little */
3252 log_warning("Looping too fast. Throttling execution a little.");
3253 sleep(1);
3254 }
3255
37a8e683 3256 if (manager_dispatch_load_queue(m) > 0)
23a177ef
LP
3257 continue;
3258
c5a97ed1
LP
3259 if (manager_dispatch_gc_job_queue(m) > 0)
3260 continue;
3261
3262 if (manager_dispatch_gc_unit_queue(m) > 0)
701cc384
LP
3263 continue;
3264
cf1265e1 3265 if (manager_dispatch_cleanup_queue(m) > 0)
c1e1601e 3266 continue;
034c6ed7 3267
91a6073e 3268 if (manager_dispatch_cgroup_realize_queue(m) > 0)
c1e1601e
LP
3269 continue;
3270
0bc488c9
LP
3271 if (manager_dispatch_start_when_upheld_queue(m) > 0)
3272 continue;
3273
56c59592
LP
3274 if (manager_dispatch_stop_when_bound_queue(m) > 0)
3275 continue;
3276
a3c1168a
LP
3277 if (manager_dispatch_stop_when_unneeded_queue(m) > 0)
3278 continue;
3279
6ac62d61
LP
3280 if (manager_dispatch_release_resources_queue(m) > 0)
3281 continue;
3282
c1e1601e 3283 if (manager_dispatch_dbus_queue(m) > 0)
ea430986 3284 continue;
ea430986 3285
c5f8a179 3286 /* Sleep for watchdog runtime wait time */
12663295 3287 r = sd_event_run(m->event, watchdog_runtime_wait());
23bbb0de
MS
3288 if (r < 0)
3289 return log_error_errno(r, "Failed to run event loop: %m");
a16e1123 3290 }
957ca890 3291
af41e508 3292 return m->objective;
83c60c9f 3293}
ea430986 3294
718db961 3295int manager_load_unit_from_dbus_path(Manager *m, const char *s, sd_bus_error *e, Unit **_u) {
ede3a796 3296 _cleanup_free_ char *n = NULL;
4b58153d 3297 sd_id128_t invocation_id;
ea430986 3298 Unit *u;
80fbf05e 3299 int r;
ea430986
LP
3300
3301 assert(m);
3302 assert(s);
3303 assert(_u);
3304
ede3a796
LP
3305 r = unit_name_from_dbus_path(s, &n);
3306 if (r < 0)
3307 return r;
ea430986 3308
da890466 3309 /* Permit addressing units by invocation ID: if the passed bus path is suffixed by a 128-bit ID then
8f41e6b6 3310 * we use it as invocation ID. */
4b58153d
LP
3311 r = sd_id128_from_string(n, &invocation_id);
3312 if (r >= 0) {
3313 u = hashmap_get(m->units_by_invocation_id, &invocation_id);
3314 if (u) {
3315 *_u = u;
3316 return 0;
3317 }
3318
930c124c
ZJS
3319 return sd_bus_error_setf(e, BUS_ERROR_NO_UNIT_FOR_INVOCATION_ID,
3320 "No unit with the specified invocation ID " SD_ID128_FORMAT_STR " known.",
3321 SD_ID128_FORMAT_VAL(invocation_id));
4b58153d
LP
3322 }
3323
00c83b43 3324 /* If this didn't work, we check if this is a unit name */
930c124c
ZJS
3325 if (!unit_name_is_valid(n, UNIT_NAME_PLAIN|UNIT_NAME_INSTANCE)) {
3326 _cleanup_free_ char *nn = NULL;
3327
3328 nn = cescape(n);
3329 return sd_bus_error_setf(e, SD_BUS_ERROR_INVALID_ARGS,
3330 "Unit name %s is neither a valid invocation ID nor unit name.", strnull(nn));
3331 }
00c83b43 3332
80fbf05e 3333 r = manager_load_unit(m, n, NULL, e, &u);
80fbf05e
MS
3334 if (r < 0)
3335 return r;
ea430986
LP
3336
3337 *_u = u;
ea430986
LP
3338 return 0;
3339}
86fbf370
LP
3340
3341int manager_get_job_from_dbus_path(Manager *m, const char *s, Job **_j) {
718db961 3342 const char *p;
86fbf370 3343 unsigned id;
718db961 3344 Job *j;
86fbf370
LP
3345 int r;
3346
3347 assert(m);
3348 assert(s);
3349 assert(_j);
3350
718db961
LP
3351 p = startswith(s, "/org/freedesktop/systemd1/job/");
3352 if (!p)
86fbf370
LP
3353 return -EINVAL;
3354
718db961 3355 r = safe_atou(p, &id);
8742514c 3356 if (r < 0)
86fbf370
LP
3357 return r;
3358
8742514c
LP
3359 j = manager_get_job(m, id);
3360 if (!j)
86fbf370
LP
3361 return -ENOENT;
3362
3363 *_j = j;
3364
3365 return 0;
3366}
dfcd764e 3367
4927fcae 3368void manager_send_unit_audit(Manager *m, Unit *u, int type, bool success) {
e537352b 3369
349cc4a5 3370#if HAVE_AUDIT
2ba11090 3371 _cleanup_free_ char *p = NULL;
0aa281df 3372 const char *msg;
7410616c 3373 int audit_fd, r;
e537352b 3374
463d0d15 3375 if (!MANAGER_IS_SYSTEM(m))
a1a078ee
LP
3376 return;
3377
c1165f82
LP
3378 audit_fd = get_audit_fd();
3379 if (audit_fd < 0)
e537352b
LP
3380 return;
3381
bbd3a7ba
LP
3382 /* Don't generate audit events if the service was already
3383 * started and we're just deserializing */
2c289ea8 3384 if (MANAGER_IS_RELOADING(m))
bbd3a7ba
LP
3385 return;
3386
7410616c
LP
3387 r = unit_name_to_prefix_and_instance(u->id, &p);
3388 if (r < 0) {
d52b8493 3389 log_warning_errno(r, "Failed to extract prefix and instance of unit name, ignoring: %m");
e537352b
LP
3390 return;
3391 }
3392
63c372cb 3393 msg = strjoina("unit=", p);
0aa281df 3394 if (audit_log_user_comm_message(audit_fd, type, msg, "systemd", NULL, NULL, NULL, success) < 0) {
d52b8493
LP
3395 if (ERRNO_IS_PRIVILEGE(errno)) {
3396 /* We aren't allowed to send audit messages? Then let's not retry again. */
3397 log_debug_errno(errno, "Failed to send audit message, closing audit socket: %m");
c1165f82 3398 close_audit_fd();
d52b8493
LP
3399 } else
3400 log_warning_errno(errno, "Failed to send audit message, ignoring: %m");
391ade86 3401 }
4927fcae 3402#endif
e537352b 3403
e537352b
LP
3404}
3405
e983b760 3406void manager_send_unit_plymouth(Manager *m, Unit *u) {
2ba11090 3407 _cleanup_free_ char *message = NULL;
aa25e19b 3408 int c, r;
e983b760
LP
3409
3410 /* Don't generate plymouth events if the service was already
3411 * started and we're just deserializing */
2c289ea8 3412 if (MANAGER_IS_RELOADING(m))
e983b760
LP
3413 return;
3414
463d0d15 3415 if (!MANAGER_IS_SYSTEM(m))
e983b760
LP
3416 return;
3417
75f86906 3418 if (detect_container() > 0)
3772995a
LP
3419 return;
3420
b2bfd121 3421 if (!UNIT_VTABLE(u)->notify_plymouth)
e983b760
LP
3422 return;
3423
aa25e19b
LP
3424 c = asprintf(&message, "U\x02%c%s%c", (int) (strlen(u->id) + 1), u->id, '\x00');
3425 if (c < 0)
305757d8 3426 return (void) log_oom();
e983b760 3427
aa25e19b
LP
3428 /* We set SOCK_NONBLOCK here so that we rather drop the message then wait for plymouth */
3429 r = plymouth_send_raw(message, c, SOCK_NONBLOCK);
3430 if (r < 0)
3431 log_full_errno(ERRNO_IS_NO_PLYMOUTH(r) ? LOG_DEBUG : LOG_WARNING, r,
3432 "Failed to communicate with plymouth: %m");
e983b760
LP
3433}
3434
986935cf
FB
3435usec_t manager_get_watchdog(Manager *m, WatchdogType t) {
3436 assert(m);
3437
3438 if (MANAGER_IS_USER(m))
3439 return USEC_INFINITY;
3440
902ea119 3441 if (m->watchdog_overridden[t] != USEC_INFINITY)
986935cf
FB
3442 return m->watchdog_overridden[t];
3443
3444 return m->watchdog[t];
3445}
3446
3447void manager_set_watchdog(Manager *m, WatchdogType t, usec_t timeout) {
986935cf
FB
3448
3449 assert(m);
3450
3451 if (MANAGER_IS_USER(m))
3452 return;
3453
3454 if (m->watchdog[t] == timeout)
3455 return;
3456
902ea119
CK
3457 if (m->watchdog_overridden[t] == USEC_INFINITY) {
3458 if (t == WATCHDOG_RUNTIME)
f16890f8 3459 (void) watchdog_setup(timeout);
902ea119 3460 else if (t == WATCHDOG_PRETIMEOUT)
5717062e 3461 (void) watchdog_setup_pretimeout(timeout);
902ea119 3462 }
986935cf 3463
61927b9f 3464 m->watchdog[t] = timeout;
986935cf
FB
3465}
3466
aac47032 3467void manager_override_watchdog(Manager *m, WatchdogType t, usec_t timeout) {
902ea119 3468 usec_t usec;
986935cf
FB
3469
3470 assert(m);
3471
3472 if (MANAGER_IS_USER(m))
aac47032 3473 return;
986935cf
FB
3474
3475 if (m->watchdog_overridden[t] == timeout)
aac47032 3476 return;
986935cf 3477
9b5560f3 3478 usec = timeout == USEC_INFINITY ? m->watchdog[t] : timeout;
902ea119 3479 if (t == WATCHDOG_RUNTIME)
f16890f8 3480 (void) watchdog_setup(usec);
902ea119
CK
3481 else if (t == WATCHDOG_PRETIMEOUT)
3482 (void) watchdog_setup_pretimeout(usec);
986935cf 3483
61927b9f 3484 m->watchdog_overridden[t] = timeout;
986935cf
FB
3485}
3486
aff3a9e1
LB
3487int manager_set_watchdog_pretimeout_governor(Manager *m, const char *governor) {
3488 _cleanup_free_ char *p = NULL;
3489 int r;
3490
3491 assert(m);
3492
3493 if (MANAGER_IS_USER(m))
3494 return 0;
3495
3496 if (streq_ptr(m->watchdog_pretimeout_governor, governor))
3497 return 0;
3498
3499 p = strdup(governor);
3500 if (!p)
3501 return -ENOMEM;
3502
3503 r = watchdog_setup_pretimeout_governor(governor);
3504 if (r < 0)
3505 return r;
3506
3507 return free_and_replace(m->watchdog_pretimeout_governor, p);
3508}
3509
3510int manager_override_watchdog_pretimeout_governor(Manager *m, const char *governor) {
3511 _cleanup_free_ char *p = NULL;
3512 int r;
3513
3514 assert(m);
3515
3516 if (MANAGER_IS_USER(m))
3517 return 0;
3518
3519 if (streq_ptr(m->watchdog_pretimeout_governor_overridden, governor))
3520 return 0;
3521
3522 p = strdup(governor);
3523 if (!p)
3524 return -ENOMEM;
3525
3526 r = watchdog_setup_pretimeout_governor(governor);
3527 if (r < 0)
3528 return r;
3529
3530 return free_and_replace(m->watchdog_pretimeout_governor_overridden, p);
3531}
3532
a16e1123 3533int manager_reload(Manager *m) {
d7ac0952 3534 _unused_ _cleanup_(manager_reloading_stopp) Manager *reloading = NULL;
51d122af 3535 _cleanup_fdset_free_ FDSet *fds = NULL;
6a33af40
LP
3536 _cleanup_fclose_ FILE *f = NULL;
3537 int r;
a16e1123
LP
3538
3539 assert(m);
3540
07719a21
LP
3541 r = manager_open_serialization(m, &f);
3542 if (r < 0)
6a33af40 3543 return log_error_errno(r, "Failed to create serialization file: %m");
38c52d46 3544
07719a21 3545 fds = fdset_new();
6a33af40
LP
3546 if (!fds)
3547 return log_oom();
3548
d147e2b6
ZJS
3549 /* We are officially in reload mode from here on. */
3550 reloading = manager_reloading_start(m);
a16e1123 3551
b3680f49 3552 r = manager_serialize(m, f, fds, false);
d147e2b6 3553 if (r < 0)
d68c645b 3554 return r;
a16e1123 3555
d147e2b6
ZJS
3556 if (fseeko(f, 0, SEEK_SET) < 0)
3557 return log_error_errno(errno, "Failed to seek to beginning of serialization: %m");
a16e1123 3558
6a33af40 3559 /* 💀 This is the point of no return, from here on there is no way back. 💀 */
d147e2b6 3560 reloading = NULL;
6a33af40
LP
3561
3562 bus_manager_send_reloading(m, true);
3563
3564 /* Start by flushing out all jobs and units, all generated units, all runtime environments, all dynamic users
3565 * and everything else that is worth flushing out. We'll get it all back from the serialization — if we need
7802194a 3566 * it. */
6a33af40 3567
a16e1123 3568 manager_clear_jobs_and_units(m);
07a78643 3569 lookup_paths_flush_generator(&m->lookup_paths);
84e3543e 3570 lookup_paths_free(&m->lookup_paths);
e76506b7 3571 exec_shared_runtime_vacuum(m);
29206d46 3572 dynamic_user_vacuum(m, false);
00d9ef85
LP
3573 m->uid_refs = hashmap_free(m->uid_refs);
3574 m->gid_refs = hashmap_free(m->gid_refs);
2ded0c04 3575
4870133b 3576 r = lookup_paths_init_or_warn(&m->lookup_paths, m->runtime_scope, 0, NULL);
6a33af40 3577 if (r < 0)
99aad9a2 3578 return r;
5a1e9937 3579
6a33af40
LP
3580 (void) manager_run_environment_generators(m);
3581 (void) manager_run_generators(m);
64691d20 3582
581fef8d 3583 lookup_paths_log(&m->lookup_paths);
07719a21 3584
91e0ee5f 3585 /* We flushed out generated files, for which we don't watch mtime, so we should flush the old map. */
e8630e69 3586 manager_free_unit_name_maps(m);
a82b8b3d 3587 m->unit_file_state_outdated = false;
5a1e9937 3588
6a33af40 3589 /* First, enumerate what we can from kernel and suchlike */
3ad2afb6 3590 manager_enumerate_perpetual(m);
ba64af90 3591 manager_enumerate(m);
a16e1123
LP
3592
3593 /* Second, deserialize our stored data */
6a33af40
LP
3594 r = manager_deserialize(m, f, fds);
3595 if (r < 0)
3596 log_warning_errno(r, "Deserialization failed, proceeding anyway: %m");
a16e1123 3597
6a33af40 3598 /* We don't need the serialization anymore */
62b0cbb3 3599 f = safe_fclose(f);
a16e1123 3600
6a33af40
LP
3601 /* Re-register notify_fd as event source, and set up other sockets/communication channels we might need */
3602 (void) manager_setup_notify(m);
3603 (void) manager_setup_cgroups_agent(m);
3604 (void) manager_setup_user_lookup_fd(m);
00d9ef85 3605
a16e1123 3606 /* Third, fire things up! */
007c6337 3607 manager_coldplug(m);
a16e1123 3608
5197be06
LP
3609 /* Clean up runtime objects no longer referenced */
3610 manager_vacuum(m);
e8a565cb 3611
3deed59a
AA
3612 /* Clean up deserialized tracked clients */
3613 m->deserialized_subscribed = strv_free(m->deserialized_subscribed);
3614
6a33af40 3615 /* Consider the reload process complete now. */
31dc1ca3
LP
3616 assert(m->n_reloading > 0);
3617 m->n_reloading--;
3618
5ce5e1ad 3619 manager_ready(m);
8936a5e3 3620
71445ae7 3621 m->send_reloading_done = true;
6a33af40 3622 return 0;
a16e1123
LP
3623}
3624
fdf20a31 3625void manager_reset_failed(Manager *m) {
5632e374 3626 Unit *u;
5632e374
LP
3627
3628 assert(m);
3629
90e74a66 3630 HASHMAP_FOREACH(u, m->units)
fdf20a31 3631 unit_reset_failed(u);
5632e374
LP
3632}
3633
31afa0a4 3634bool manager_unit_inactive_or_pending(Manager *m, const char *name) {
8f6df3fa
LP
3635 Unit *u;
3636
3637 assert(m);
3638 assert(name);
3639
3640 /* Returns true if the unit is inactive or going down */
bd0af849
ZJS
3641 u = manager_get_unit(m, name);
3642 if (!u)
8f6df3fa
LP
3643 return true;
3644
31afa0a4 3645 return unit_inactive_or_pending(u);
8f6df3fa
LP
3646}
3647
d8eb10d6
ZJS
3648static void log_taint_string(Manager *m) {
3649 _cleanup_free_ char *taint = NULL;
3650
3651 assert(m);
3652
3653 if (MANAGER_IS_USER(m) || m->taint_logged)
3654 return;
3655
3656 m->taint_logged = true; /* only check for taint once */
3657
3658 taint = manager_taint_string(m);
3659 if (isempty(taint))
3660 return;
3661
3662 log_struct(LOG_NOTICE,
3663 LOG_MESSAGE("System is tainted: %s", taint),
3664 "TAINT=%s", taint,
a1230ff9 3665 "MESSAGE_ID=" SD_MESSAGE_TAINTED_STR);
d8eb10d6
ZJS
3666}
3667
56dacdbc 3668static void manager_notify_finished(Manager *m) {
915b3753 3669 usec_t firmware_usec, loader_usec, kernel_usec, initrd_usec, userspace_usec, total_usec;
b0c918b9 3670
638cece4 3671 if (MANAGER_IS_TEST_RUN(m))
b0c918b9
LP
3672 return;
3673
463d0d15 3674 if (MANAGER_IS_SYSTEM(m) && detect_container() <= 0) {
dc3c9f5e
ZJS
3675 char buf[FORMAT_TIMESPAN_MAX + STRLEN(" (firmware) + ") + FORMAT_TIMESPAN_MAX + STRLEN(" (loader) + ")]
3676 = {};
3677 char *p = buf;
3678 size_t size = sizeof buf;
e03ae661 3679
9f9f0342
LP
3680 /* Note that MANAGER_TIMESTAMP_KERNEL's monotonic value is always at 0, and
3681 * MANAGER_TIMESTAMP_FIRMWARE's and MANAGER_TIMESTAMP_LOADER's monotonic value should be considered
915b3753
LP
3682 * negative values. */
3683
9f9f0342
LP
3684 firmware_usec = m->timestamps[MANAGER_TIMESTAMP_FIRMWARE].monotonic - m->timestamps[MANAGER_TIMESTAMP_LOADER].monotonic;
3685 loader_usec = m->timestamps[MANAGER_TIMESTAMP_LOADER].monotonic - m->timestamps[MANAGER_TIMESTAMP_KERNEL].monotonic;
3686 userspace_usec = m->timestamps[MANAGER_TIMESTAMP_FINISH].monotonic - m->timestamps[MANAGER_TIMESTAMP_USERSPACE].monotonic;
3687 total_usec = m->timestamps[MANAGER_TIMESTAMP_FIRMWARE].monotonic + m->timestamps[MANAGER_TIMESTAMP_FINISH].monotonic;
18fa6b27 3688
dd1db3c2 3689 if (firmware_usec > 0)
5291f26d 3690 size = strpcpyf(&p, size, "%s (firmware) + ", FORMAT_TIMESPAN(firmware_usec, USEC_PER_MSEC));
dd1db3c2 3691 if (loader_usec > 0)
5291f26d 3692 size = strpcpyf(&p, size, "%s (loader) + ", FORMAT_TIMESPAN(loader_usec, USEC_PER_MSEC));
dd1db3c2 3693
9f9f0342 3694 if (dual_timestamp_is_set(&m->timestamps[MANAGER_TIMESTAMP_INITRD])) {
18fa6b27 3695
7802194a 3696 /* The initrd case on bare-metal */
9f9f0342
LP
3697 kernel_usec = m->timestamps[MANAGER_TIMESTAMP_INITRD].monotonic - m->timestamps[MANAGER_TIMESTAMP_KERNEL].monotonic;
3698 initrd_usec = m->timestamps[MANAGER_TIMESTAMP_USERSPACE].monotonic - m->timestamps[MANAGER_TIMESTAMP_INITRD].monotonic;
18fa6b27 3699
e12919e8 3700 log_struct(LOG_INFO,
2b044526 3701 "MESSAGE_ID=" SD_MESSAGE_STARTUP_FINISHED_STR,
e12919e8
LP
3702 "KERNEL_USEC="USEC_FMT, kernel_usec,
3703 "INITRD_USEC="USEC_FMT, initrd_usec,
3704 "USERSPACE_USEC="USEC_FMT, userspace_usec,
dd1db3c2
YW
3705 LOG_MESSAGE("Startup finished in %s%s (kernel) + %s (initrd) + %s (userspace) = %s.",
3706 buf,
5291f26d
ZJS
3707 FORMAT_TIMESPAN(kernel_usec, USEC_PER_MSEC),
3708 FORMAT_TIMESPAN(initrd_usec, USEC_PER_MSEC),
3709 FORMAT_TIMESPAN(userspace_usec, USEC_PER_MSEC),
3710 FORMAT_TIMESPAN(total_usec, USEC_PER_MSEC)));
18fa6b27 3711 } else {
7802194a 3712 /* The initrd-less case on bare-metal */
9f9f0342
LP
3713
3714 kernel_usec = m->timestamps[MANAGER_TIMESTAMP_USERSPACE].monotonic - m->timestamps[MANAGER_TIMESTAMP_KERNEL].monotonic;
18fa6b27
LP
3715 initrd_usec = 0;
3716
81270860 3717 log_struct(LOG_INFO,
2b044526 3718 "MESSAGE_ID=" SD_MESSAGE_STARTUP_FINISHED_STR,
e12919e8 3719 "KERNEL_USEC="USEC_FMT, kernel_usec,
ccd06097 3720 "USERSPACE_USEC="USEC_FMT, userspace_usec,
dd1db3c2
YW
3721 LOG_MESSAGE("Startup finished in %s%s (kernel) + %s (userspace) = %s.",
3722 buf,
5291f26d
ZJS
3723 FORMAT_TIMESPAN(kernel_usec, USEC_PER_MSEC),
3724 FORMAT_TIMESPAN(userspace_usec, USEC_PER_MSEC),
3725 FORMAT_TIMESPAN(total_usec, USEC_PER_MSEC)));
e12919e8
LP
3726 }
3727 } else {
4adf314b 3728 /* The container and --user case */
e12919e8 3729 firmware_usec = loader_usec = initrd_usec = kernel_usec = 0;
9f9f0342 3730 total_usec = userspace_usec = m->timestamps[MANAGER_TIMESTAMP_FINISH].monotonic - m->timestamps[MANAGER_TIMESTAMP_USERSPACE].monotonic;
e12919e8
LP
3731
3732 log_struct(LOG_INFO,
2b044526 3733 "MESSAGE_ID=" SD_MESSAGE_USER_STARTUP_FINISHED_STR,
e12919e8 3734 "USERSPACE_USEC="USEC_FMT, userspace_usec,
e2cc6eca 3735 LOG_MESSAGE("Startup finished in %s.",
5291f26d 3736 FORMAT_TIMESPAN(total_usec, USEC_PER_MSEC)));
18fa6b27 3737 }
b0c918b9 3738
718db961 3739 bus_manager_send_finished(m, firmware_usec, loader_usec, kernel_usec, initrd_usec, userspace_usec, total_usec);
530345e7 3740
d8eb10d6 3741 log_taint_string(m);
b0c918b9
LP
3742}
3743
6d932659 3744static void user_manager_send_ready(Manager *m) {
4bf4f50f
ZJS
3745 int r;
3746
4adf314b
LP
3747 assert(m);
3748
3749 /* We send READY=1 on reaching basic.target only when running in --user mode. */
3750 if (!MANAGER_IS_USER(m) || m->ready_sent)
3751 return;
3752
d4341b76
ZJS
3753 r = sd_notify(false,
3754 "READY=1\n"
3755 "STATUS=Reached " SPECIAL_BASIC_TARGET ".");
4bf4f50f
ZJS
3756 if (r < 0)
3757 log_warning_errno(r, "Failed to send readiness notification, ignoring: %m");
3758
6d932659
ZJS
3759 m->ready_sent = true;
3760 m->status_ready = false;
3761}
3762
3763static void manager_send_ready(Manager *m) {
4bf4f50f
ZJS
3764 int r;
3765
6d932659
ZJS
3766 if (m->ready_sent && m->status_ready)
3767 /* Skip the notification if nothing changed. */
3768 return;
3769
028f7d3a
ZJS
3770 r = sd_notify(false,
3771 "READY=1\n"
3772 "STATUS=Ready.");
4bf4f50f
ZJS
3773 if (r < 0)
3774 log_full_errno(m->ready_sent ? LOG_DEBUG : LOG_WARNING, r,
3775 "Failed to send readiness notification, ignoring: %m");
3776
6d932659 3777 m->ready_sent = m->status_ready = true;
4adf314b
LP
3778}
3779
3780static void manager_check_basic_target(Manager *m) {
3781 Unit *u;
3782
3783 assert(m);
3784
3785 /* Small shortcut */
3786 if (m->ready_sent && m->taint_logged)
3787 return;
3788
3789 u = manager_get_unit(m, SPECIAL_BASIC_TARGET);
3790 if (!u || !UNIT_IS_ACTIVE_OR_RELOADING(unit_active_state(u)))
3791 return;
3792
3793 /* For user managers, send out READY=1 as soon as we reach basic.target */
6d932659 3794 user_manager_send_ready(m);
4adf314b
LP
3795
3796 /* Log the taint string as soon as we reach basic.target */
3797 log_taint_string(m);
3798}
3799
56dacdbc 3800void manager_check_finished(Manager *m) {
56dacdbc
ZJS
3801 assert(m);
3802
2c289ea8 3803 if (MANAGER_IS_RELOADING(m))
aad1976f
LP
3804 return;
3805
4259d202
LP
3806 /* Verify that we have entered the event loop already, and not left it again. */
3807 if (!MANAGER_IS_RUNNING(m))
9771b62d
LP
3808 return;
3809
4adf314b 3810 manager_check_basic_target(m);
0c2826c6 3811
43127aeb 3812 if (!hashmap_isempty(m->jobs)) {
56dacdbc 3813 if (m->jobs_in_progress_event_source)
2ae56591 3814 /* Ignore any failure, this is only for feedback */
1b4154a8
ZJS
3815 (void) sd_event_source_set_time(m->jobs_in_progress_event_source,
3816 manager_watch_jobs_next_time(m));
56dacdbc
ZJS
3817 return;
3818 }
3819
a4ac27c1
ZJS
3820 /* The jobs hashmap tends to grow a lot during boot, and then it's not reused until shutdown. Let's
3821 kill the hashmap if it is relatively large. */
3822 if (hashmap_buckets(m->jobs) > hashmap_size(m->units) / 10)
3823 m->jobs = hashmap_free(m->jobs);
3824
6d932659
ZJS
3825 manager_send_ready(m);
3826
9c1b17c3
YW
3827 /* Notify Type=idle units that we are done now */
3828 manager_close_idle_pipe(m);
3829
6d932659
ZJS
3830 if (MANAGER_IS_FINISHED(m))
3831 return;
3832
7365a296 3833 manager_flip_auto_status(m, false, "boot finished");
56dacdbc 3834
56dacdbc 3835 /* Turn off confirm spawn now */
7d5ceb64 3836 m->confirm_spawn = NULL;
56dacdbc
ZJS
3837
3838 /* No need to update ask password status when we're going non-interactive */
3839 manager_close_ask_password(m);
3840
3841 /* This is no longer the first boot */
3842 manager_set_first_boot(m, false);
3843
fa5a0251 3844 dual_timestamp_now(m->timestamps + MANAGER_TIMESTAMP_FINISH);
56dacdbc
ZJS
3845
3846 manager_notify_finished(m);
3847
e7ab4d1a 3848 manager_invalidate_startup_units(m);
56dacdbc
ZJS
3849}
3850
dd0ab174
LP
3851void manager_send_reloading(Manager *m) {
3852 assert(m);
3853
3854 /* Let whoever invoked us know that we are now reloading */
3855 (void) sd_notifyf(/* unset= */ false,
3856 "RELOADING=1\n"
3857 "MONOTONIC_USEC=" USEC_FMT "\n", now(CLOCK_MONOTONIC));
3858
3859 /* And ensure that we'll send READY=1 again as soon as we are ready again */
3860 m->ready_sent = false;
3861}
3862
64691d20 3863static bool generator_path_any(const char* const* paths) {
64691d20
ZJS
3864 bool found = false;
3865
3866 /* Optimize by skipping the whole process by not creating output directories
3867 * if no generators are found. */
2034c8b8 3868 STRV_FOREACH(path, paths)
64691d20
ZJS
3869 if (access(*path, F_OK) == 0)
3870 found = true;
3871 else if (errno != ENOENT)
3872 log_warning_errno(errno, "Failed to open generator directory %s: %m", *path);
3873
3874 return found;
3875}
3876
64691d20
ZJS
3877static int manager_run_environment_generators(Manager *m) {
3878 char **tmp = NULL; /* this is only used in the forked process, no cleanup here */
cccf5703 3879 _cleanup_strv_free_ char **paths = NULL;
1ad6e8b3
LP
3880 void* args[] = {
3881 [STDOUT_GENERATE] = &tmp,
3882 [STDOUT_COLLECT] = &tmp,
3883 [STDOUT_CONSUME] = &m->transient_environment,
3884 };
e3b8d063 3885 int r;
64691d20 3886
638cece4 3887 if (MANAGER_IS_TEST_RUN(m) && !(m->test_run_flags & MANAGER_TEST_RUN_ENV_GENERATORS))
e0a3da1f
ZJS
3888 return 0;
3889
361cacf4 3890 paths = env_generator_binary_paths(m->runtime_scope);
cccf5703
BB
3891 if (!paths)
3892 return log_oom();
64691d20 3893
cccf5703 3894 if (!generator_path_any((const char* const*) paths))
64691d20
ZJS
3895 return 0;
3896
2053593f 3897 WITH_UMASK(0022)
cccf5703 3898 r = execute_directories((const char* const*) paths, DEFAULT_TIMEOUT_USEC, gather_environment,
43f565c6
YW
3899 args, NULL, m->transient_environment,
3900 EXEC_DIR_PARALLEL | EXEC_DIR_IGNORE_ERRORS | EXEC_DIR_SET_SYSTEMD_EXEC_PID);
e3b8d063 3901 return r;
64691d20
ZJS
3902}
3903
82c5db16
LP
3904static int build_generator_environment(Manager *m, char ***ret) {
3905 _cleanup_strv_free_ char **nl = NULL;
3906 Virtualization v;
08951245 3907 ConfidentialVirtualization cv;
82c5db16
LP
3908 int r;
3909
3910 assert(m);
3911 assert(ret);
3912
3913 /* Generators oftentimes want to know some basic facts about the environment they run in, in order to
3914 * adjust generated units to that. Let's pass down some bits of information that are easy for us to
3915 * determine (but a bit harder for generator scripts to determine), as environment variables. */
3916
3917 nl = strv_copy(m->transient_environment);
3918 if (!nl)
3919 return -ENOMEM;
3920
4870133b 3921 r = strv_env_assign(&nl, "SYSTEMD_SCOPE", runtime_scope_to_string(m->runtime_scope));
82c5db16
LP
3922 if (r < 0)
3923 return r;
3924
3925 if (MANAGER_IS_SYSTEM(m)) {
3926 /* Note that $SYSTEMD_IN_INITRD may be used to override the initrd detection in much of our
3927 * codebase. This is hence more than purely informational. It will shortcut detection of the
3928 * initrd state if generators invoke our own tools. But that's OK, as it would come to the
3929 * same results (hopefully). */
3930 r = strv_env_assign(&nl, "SYSTEMD_IN_INITRD", one_zero(in_initrd()));
3931 if (r < 0)
3932 return r;
3933
3934 if (m->first_boot >= 0) {
3935 r = strv_env_assign(&nl, "SYSTEMD_FIRST_BOOT", one_zero(m->first_boot));
3936 if (r < 0)
3937 return r;
3938 }
3939 }
3940
3941 v = detect_virtualization();
3942 if (v < 0)
3943 log_debug_errno(v, "Failed to detect virtualization, ignoring: %m");
3944 else if (v > 0) {
3945 const char *s;
3946
3947 s = strjoina(VIRTUALIZATION_IS_VM(v) ? "vm:" :
3948 VIRTUALIZATION_IS_CONTAINER(v) ? "container:" : ":",
3949 virtualization_to_string(v));
3950
3951 r = strv_env_assign(&nl, "SYSTEMD_VIRTUALIZATION", s);
3952 if (r < 0)
3953 return r;
3954 }
3955
08951245
DB
3956 cv = detect_confidential_virtualization();
3957 if (cv < 0)
3958 log_debug_errno(cv, "Failed to detect confidential virtualization, ignoring: %m");
3959 else if (cv > 0) {
3960 r = strv_env_assign(&nl, "SYSTEMD_CONFIDENTIAL_VIRTUALIZATION", confidential_virtualization_to_string(cv));
3961 if (r < 0)
3962 return r;
3963 }
3964
82c5db16
LP
3965 r = strv_env_assign(&nl, "SYSTEMD_ARCHITECTURE", architecture_to_string(uname_architecture()));
3966 if (r < 0)
3967 return r;
3968
3969 *ret = TAKE_PTR(nl);
3970 return 0;
3971}
3972
ca6ce62d
ZJS
3973static int manager_execute_generators(Manager *m, char **paths, bool remount_ro) {
3974 _cleanup_strv_free_ char **ge = NULL;
3975 const char *argv[] = {
3976 NULL, /* Leave this empty, execute_directory() will fill something in */
3977 m->lookup_paths.generator,
3978 m->lookup_paths.generator_early,
3979 m->lookup_paths.generator_late,
3980 NULL,
3981 };
3982 int r;
3983
3984 r = build_generator_environment(m, &ge);
3985 if (r < 0)
3986 return log_error_errno(r, "Failed to build generator environment: %m");
3987
3988 if (remount_ro) {
3989 /* Remount most of the filesystem tree read-only. We leave /sys/ as-is, because our code
3990 * checks whether it is read-only to detect containerized execution environments. We leave
3991 * /run/ as-is too, because that's where our output goes. We also leave /proc/ and /dev/shm/
3992 * because they're API, and /tmp/ that safe_fork() mounted for us.
3993 */
3994 r = bind_remount_recursive("/", MS_RDONLY, MS_RDONLY,
3995 STRV_MAKE("/sys", "/run", "/proc", "/dev/shm", "/tmp"));
3996 if (r < 0)
3997 log_warning_errno(r, "Read-only bind remount failed, ignoring: %m");
3998 }
3999
4000 BLOCK_WITH_UMASK(0022);
4001 return execute_directories(
4002 (const char* const*) paths,
4003 DEFAULT_TIMEOUT_USEC,
4004 /* callbacks= */ NULL, /* callback_args= */ NULL,
4005 (char**) argv,
4006 ge,
4007 EXEC_DIR_PARALLEL | EXEC_DIR_IGNORE_ERRORS | EXEC_DIR_SET_SYSTEMD_EXEC_PID);
4008}
4009
e801700e 4010static int manager_run_generators(Manager *m) {
b8fba0cd 4011 ForkFlags flags = FORK_RESET_SIGNALS | FORK_WAIT | FORK_NEW_MOUNTNS | FORK_MOUNTNS_SLAVE;
ca6ce62d 4012 _cleanup_strv_free_ char **paths = NULL;
07719a21 4013 int r;
5a1e9937
LP
4014
4015 assert(m);
4016
638cece4 4017 if (MANAGER_IS_TEST_RUN(m) && !(m->test_run_flags & MANAGER_TEST_RUN_GENERATORS))
e0a3da1f
ZJS
4018 return 0;
4019
4870133b 4020 paths = generator_binary_paths(m->runtime_scope);
e801700e
ZJS
4021 if (!paths)
4022 return log_oom();
5a1e9937 4023
64691d20
ZJS
4024 if (!generator_path_any((const char* const*) paths))
4025 return 0;
5a1e9937 4026
cd64fd56 4027 r = lookup_paths_mkdir_generator(&m->lookup_paths);
7eb4f326
LP
4028 if (r < 0) {
4029 log_error_errno(r, "Failed to create generator directories: %m");
07719a21 4030 goto finish;
7eb4f326 4031 }
5a1e9937 4032
ca6ce62d
ZJS
4033 /* If we are the system manager, we fork and invoke the generators in a sanitized mount namespace. If
4034 * we are the user manager, let's just execute the generators directly. We might not have the
4035 * necessary privileges, and the system manager has already mounted /tmp/ and everything else for us.
4036 */
4037 if (MANAGER_IS_USER(m)) {
4038 r = manager_execute_generators(m, paths, /* remount_ro= */ false);
82c5db16
LP
4039 goto finish;
4040 }
5a1e9937 4041
b8fba0cd
LB
4042 /* On some systems /tmp/ doesn't exist, and on some other systems we cannot create it at all. Avoid
4043 * trying to mount a private tmpfs on it as there's no one size fits all. */
4044 if (is_dir("/tmp", /* follow= */ false) > 0)
4045 flags |= FORK_PRIVATE_TMP;
4046
4047 r = safe_fork("(sd-gens)", flags, NULL);
ca6ce62d
ZJS
4048 if (r == 0) {
4049 r = manager_execute_generators(m, paths, /* remount_ro= */ true);
4050 _exit(r >= 0 ? EXIT_SUCCESS : EXIT_FAILURE);
4051 }
a2275dcb 4052 if (r < 0) {
46801870 4053 if (!ERRNO_IS_PRIVILEGE(r) && r != -EINVAL) {
a2275dcb
YW
4054 log_error_errno(r, "Failed to fork off sandboxing environment for executing generators: %m");
4055 goto finish;
4056 }
4057
4058 /* Failed to fork with new mount namespace? Maybe, running in a container environment with
46801870
YW
4059 * seccomp or without capability.
4060 *
4061 * We also allow -EINVAL to allow running without CLONE_NEWNS.
4062 *
4063 * Also, when running on non-native userland architecture via systemd-nspawn and
4064 * qemu-user-static QEMU-emulator, clone() with CLONE_NEWNS fails with EINVAL, see
4065 * https://github.com/systemd/systemd/issues/28901.
4066 */
a2275dcb
YW
4067 log_debug_errno(r,
4068 "Failed to fork off sandboxing environment for executing generators. "
4069 "Falling back to execute generators without sandboxing: %m");
4070 r = manager_execute_generators(m, paths, /* remount_ro= */ false);
4071 }
5a1e9937 4072
718db961 4073finish:
cd64fd56 4074 lookup_paths_trim_generator(&m->lookup_paths);
e801700e 4075 return r;
5a1e9937
LP
4076}
4077
1ad6e8b3
LP
4078int manager_transient_environment_add(Manager *m, char **plus) {
4079 char **a;
4080
4081 assert(m);
4082
4083 if (strv_isempty(plus))
4084 return 0;
4085
4ab3d29f 4086 a = strv_env_merge(m->transient_environment, plus);
1ad6e8b3 4087 if (!a)
2fbbbf9a 4088 return log_oom();
1ad6e8b3
LP
4089
4090 sanitize_environment(a);
4091
4092 return strv_free_and_replace(m->transient_environment, a);
4093}
4094
4095int manager_client_environment_modify(
4096 Manager *m,
4097 char **minus,
4098 char **plus) {
4099
718db961 4100 char **a = NULL, **b = NULL, **l;
1ad6e8b3 4101
97d0e5f8 4102 assert(m);
bcd8e6d1 4103
1ad6e8b3
LP
4104 if (strv_isempty(minus) && strv_isempty(plus))
4105 return 0;
4106
4107 l = m->client_environment;
bcd8e6d1 4108
718db961
LP
4109 if (!strv_isempty(minus)) {
4110 a = strv_env_delete(l, 1, minus);
4111 if (!a)
4112 return -ENOMEM;
4113
4114 l = a;
4115 }
4116
4117 if (!strv_isempty(plus)) {
4ab3d29f 4118 b = strv_env_merge(l, plus);
aa9f8a30
AH
4119 if (!b) {
4120 strv_free(a);
718db961 4121 return -ENOMEM;
aa9f8a30 4122 }
bcd8e6d1 4123
718db961
LP
4124 l = b;
4125 }
4126
1ad6e8b3
LP
4127 if (m->client_environment != l)
4128 strv_free(m->client_environment);
4129
718db961
LP
4130 if (a != l)
4131 strv_free(a);
4132 if (b != l)
4133 strv_free(b);
4134
1ad6e8b3
LP
4135 m->client_environment = sanitize_environment(l);
4136 return 0;
4137}
4138
4139int manager_get_effective_environment(Manager *m, char ***ret) {
4140 char **l;
4141
4142 assert(m);
4143 assert(ret);
4144
4ab3d29f 4145 l = strv_env_merge(m->transient_environment, m->client_environment);
1ad6e8b3
LP
4146 if (!l)
4147 return -ENOMEM;
f069efb4 4148
1ad6e8b3 4149 *ret = l;
97d0e5f8
UTL
4150 return 0;
4151}
4152
bfb27b06
LP
4153int manager_set_unit_defaults(Manager *m, const UnitDefaults *defaults) {
4154 _cleanup_free_ char *label = NULL;
4155 struct rlimit *rlimit[_RLIMIT_MAX];
4156 int r;
4157
aa5ae971 4158 assert(m);
bfb27b06 4159 assert(defaults);
aa5ae971 4160
bfb27b06
LP
4161 if (streq_ptr(defaults->smack_process_label, "/"))
4162 label = NULL;
4163 else {
4164 const char *l = defaults->smack_process_label;
aa5ae971 4165#ifdef SMACK_DEFAULT_PROCESS_LABEL
bfb27b06
LP
4166 if (!l)
4167 l = SMACK_DEFAULT_PROCESS_LABEL;
aa5ae971 4168#endif
bfb27b06
LP
4169 if (l) {
4170 label = strdup(l);
4171 if (!label)
4172 return -ENOMEM;
4173 } else
4174 label = NULL;
4175 }
aa5ae971 4176
bfb27b06
LP
4177 r = rlimit_copy_all(rlimit, defaults->rlimit);
4178 if (r < 0)
4179 return r;
aa5ae971 4180
bfb27b06
LP
4181 m->defaults.std_output = defaults->std_output;
4182 m->defaults.std_error = defaults->std_error;
c93ff2e9 4183
bfb27b06
LP
4184 m->defaults.restart_usec = defaults->restart_usec;
4185 m->defaults.timeout_start_usec = defaults->timeout_start_usec;
4186 m->defaults.timeout_stop_usec = defaults->timeout_stop_usec;
4187 m->defaults.timeout_abort_usec = defaults->timeout_abort_usec;
4188 m->defaults.timeout_abort_set = defaults->timeout_abort_set;
4189 m->defaults.device_timeout_usec = defaults->device_timeout_usec;
d9814c76 4190
bfb27b06
LP
4191 m->defaults.start_limit_interval = defaults->start_limit_interval;
4192 m->defaults.start_limit_burst = defaults->start_limit_burst;
c93ff2e9 4193
bfb27b06
LP
4194 m->defaults.cpu_accounting = defaults->cpu_accounting;
4195 m->defaults.memory_accounting = defaults->memory_accounting;
4196 m->defaults.io_accounting = defaults->io_accounting;
4197 m->defaults.blockio_accounting = defaults->blockio_accounting;
4198 m->defaults.tasks_accounting = defaults->tasks_accounting;
4199 m->defaults.ip_accounting = defaults->ip_accounting;
4200
4201 m->defaults.tasks_max = defaults->tasks_max;
4202 m->defaults.timer_accuracy_usec = defaults->timer_accuracy_usec;
4203
4204 m->defaults.oom_policy = defaults->oom_policy;
4205 m->defaults.oom_score_adjust = defaults->oom_score_adjust;
4206 m->defaults.oom_score_adjust_set = defaults->oom_score_adjust_set;
4207
4208 m->defaults.memory_pressure_watch = defaults->memory_pressure_watch;
4209 m->defaults.memory_pressure_threshold_usec = defaults->memory_pressure_threshold_usec;
4210
4211 free_and_replace(m->defaults.smack_process_label, label);
4212 rlimit_free_all(m->defaults.rlimit);
4213 memcpy(m->defaults.rlimit, rlimit, sizeof(struct rlimit*) * _RLIMIT_MAX);
c93ff2e9
FC
4214
4215 return 0;
4216}
4217
8559b3b7
LP
4218void manager_recheck_dbus(Manager *m) {
4219 assert(m);
4220
8f41e6b6
ZJS
4221 /* Connects to the bus if the dbus service and socket are running. If we are running in user mode
4222 * this is all it does. In system mode we'll also connect to the system bus (which will most likely
4223 * just reuse the connection of the API bus). That's because the system bus after all runs as service
4224 * of the system instance, while in the user instance we can assume it's already there. */
8559b3b7 4225
31dc1ca3
LP
4226 if (MANAGER_IS_RELOADING(m))
4227 return; /* don't check while we are reloading… */
4228
2b680534 4229 if (manager_dbus_is_running(m, false)) {
8559b3b7
LP
4230 (void) bus_init_api(m);
4231
4232 if (MANAGER_IS_SYSTEM(m))
4233 (void) bus_init_system(m);
4234 } else {
4235 (void) bus_done_api(m);
4236
4237 if (MANAGER_IS_SYSTEM(m))
4238 (void) bus_done_system(m);
4239 }
4240}
4241
d075092f 4242static bool manager_journal_is_running(Manager *m) {
f1dd0c3f
LP
4243 Unit *u;
4244
4245 assert(m);
4246
638cece4 4247 if (MANAGER_IS_TEST_RUN(m))
7d814a19
LP
4248 return false;
4249
d075092f 4250 /* If we are the user manager we can safely assume that the journal is up */
463d0d15 4251 if (!MANAGER_IS_SYSTEM(m))
d075092f 4252 return true;
f1dd0c3f 4253
d075092f 4254 /* Check that the socket is not only up, but in RUNNING state */
731a676c 4255 u = manager_get_unit(m, SPECIAL_JOURNALD_SOCKET);
d075092f
LP
4256 if (!u)
4257 return false;
4258 if (SOCKET(u)->state != SOCKET_RUNNING)
4259 return false;
f1dd0c3f 4260
d075092f 4261 /* Similar, check if the daemon itself is fully up, too */
731a676c 4262 u = manager_get_unit(m, SPECIAL_JOURNALD_SERVICE);
d075092f
LP
4263 if (!u)
4264 return false;
217677ab 4265 if (!IN_SET(SERVICE(u)->state, SERVICE_RELOAD, SERVICE_RUNNING))
d075092f
LP
4266 return false;
4267
4268 return true;
4269}
4270
6123dfaa
ZJS
4271void disable_printk_ratelimit(void) {
4272 /* Disable kernel's printk ratelimit.
4273 *
4274 * Logging to /dev/kmsg is most useful during early boot and shutdown, where normal logging
4275 * mechanisms are not available. The semantics of this sysctl are such that any kernel command-line
4276 * setting takes precedence. */
4277 int r;
4278
4279 r = sysctl_write("kernel/printk_devkmsg", "on");
4280 if (r < 0)
4281 log_debug_errno(r, "Failed to set sysctl kernel.printk_devkmsg=on: %m");
4282}
4283
d075092f
LP
4284void manager_recheck_journal(Manager *m) {
4285
4286 assert(m);
4287
4288 /* Don't bother with this unless we are in the special situation of being PID 1 */
4289 if (getpid_cached() != 1)
731a676c 4290 return;
f1dd0c3f 4291
31dc1ca3
LP
4292 /* Don't check this while we are reloading, things might still change */
4293 if (MANAGER_IS_RELOADING(m))
4294 return;
4295
8f41e6b6
ZJS
4296 /* The journal is fully and entirely up? If so, let's permit logging to it, if that's configured. If
4297 * the journal is down, don't ever log to it, otherwise we might end up deadlocking ourselves as we
4298 * might trigger an activation ourselves we can't fulfill. */
cedf5088 4299 log_set_prohibit_ipc(!manager_journal_is_running(m));
cc2b9e6b 4300 log_open();
f1dd0c3f
LP
4301}
4302
44a41954
FB
4303static ShowStatus manager_get_show_status(Manager *m) {
4304 assert(m);
4305
4306 if (MANAGER_IS_USER(m))
4307 return _SHOW_STATUS_INVALID;
4308
4309 if (m->show_status_overridden != _SHOW_STATUS_INVALID)
4310 return m->show_status_overridden;
4311
4312 return m->show_status;
4313}
4314
4315bool manager_get_show_status_on(Manager *m) {
4316 assert(m);
4317
4318 return show_status_on(manager_get_show_status(m));
4319}
b309078a 4320
3ceb3471
FB
4321static void set_show_status_marker(bool b) {
4322 if (b)
4323 (void) touch("/run/systemd/show-status");
4324 else
4325 (void) unlink("/run/systemd/show-status");
4326}
4327
44a41954 4328void manager_set_show_status(Manager *m, ShowStatus mode, const char *reason) {
27d340c7 4329 assert(m);
44a41954 4330 assert(reason);
0d066dd1 4331 assert(mode >= 0 && mode < _SHOW_STATUS_MAX);
27d340c7 4332
44a41954 4333 if (MANAGER_IS_USER(m))
27d340c7
LP
4334 return;
4335
ef15d3e1
ZJS
4336 if (mode == m->show_status)
4337 return;
4338
44a41954
FB
4339 if (m->show_status_overridden == _SHOW_STATUS_INVALID) {
4340 bool enabled;
4341
4342 enabled = show_status_on(mode);
4343 log_debug("%s (%s) showing of status (%s).",
4344 enabled ? "Enabling" : "Disabling",
4345 strna(show_status_to_string(mode)),
4346 reason);
4347
3ceb3471 4348 set_show_status_marker(enabled);
44a41954
FB
4349 }
4350
4351 m->show_status = mode;
4352}
4353
43bba15a 4354void manager_override_show_status(Manager *m, ShowStatus mode, const char *reason) {
44a41954
FB
4355 assert(m);
4356 assert(mode < _SHOW_STATUS_MAX);
4357
4358 if (MANAGER_IS_USER(m))
4359 return;
4360
4361 if (mode == m->show_status_overridden)
4362 return;
4363
4364 m->show_status_overridden = mode;
4365
4366 if (mode == _SHOW_STATUS_INVALID)
4367 mode = m->show_status;
4368
ef15d3e1 4369 log_debug("%s (%s) showing of status (%s).",
44a41954 4370 m->show_status_overridden != _SHOW_STATUS_INVALID ? "Overriding" : "Restoring",
ef15d3e1
ZJS
4371 strna(show_status_to_string(mode)),
4372 reason);
b309078a 4373
3ceb3471 4374 set_show_status_marker(show_status_on(mode));
27d340c7
LP
4375}
4376
7d5ceb64
FB
4377const char *manager_get_confirm_spawn(Manager *m) {
4378 static int last_errno = 0;
7d5ceb64
FB
4379 struct stat st;
4380 int r;
4381
ea758432
LP
4382 assert(m);
4383
7d5ceb64
FB
4384 /* Here's the deal: we want to test the validity of the console but don't want
4385 * PID1 to go through the whole console process which might block. But we also
4386 * want to warn the user only once if something is wrong with the console so we
4387 * cannot do the sanity checks after spawning our children. So here we simply do
4388 * really basic tests to hopefully trap common errors.
4389 *
4390 * If the console suddenly disappear at the time our children will really it
4391 * then they will simply fail to acquire it and a positive answer will be
2aed63f4 4392 * assumed. New children will fall back to /dev/console though.
7d5ceb64
FB
4393 *
4394 * Note: TTYs are devices that can come and go any time, and frequently aren't
4395 * available yet during early boot (consider a USB rs232 dongle...). If for any
2aed63f4 4396 * reason the configured console is not ready, we fall back to the default
7d5ceb64
FB
4397 * console. */
4398
ea758432
LP
4399 if (!m->confirm_spawn || path_equal(m->confirm_spawn, "/dev/console"))
4400 return m->confirm_spawn;
7d5ceb64 4401
ea758432
LP
4402 if (stat(m->confirm_spawn, &st) < 0) {
4403 r = -errno;
7d5ceb64 4404 goto fail;
ea758432 4405 }
7d5ceb64
FB
4406
4407 if (!S_ISCHR(st.st_mode)) {
ea758432 4408 r = -ENOTTY;
7d5ceb64
FB
4409 goto fail;
4410 }
4411
4412 last_errno = 0;
ea758432
LP
4413 return m->confirm_spawn;
4414
7d5ceb64 4415fail:
ea758432
LP
4416 if (last_errno != r)
4417 last_errno = log_warning_errno(r, "Failed to open %s, using default console: %m", m->confirm_spawn);
4418
7d5ceb64
FB
4419 return "/dev/console";
4420}
4421
e2680723
LP
4422void manager_set_first_boot(Manager *m, bool b) {
4423 assert(m);
4424
463d0d15 4425 if (!MANAGER_IS_SYSTEM(m))
e2680723
LP
4426 return;
4427
ae2a2c53
LP
4428 if (m->first_boot != (int) b) {
4429 if (b)
4430 (void) touch("/run/systemd/first-boot");
4431 else
4432 (void) unlink("/run/systemd/first-boot");
4433 }
e2680723 4434
ae2a2c53 4435 m->first_boot = b;
e2680723
LP
4436}
4437
b0eb2944
FB
4438void manager_disable_confirm_spawn(void) {
4439 (void) touch("/run/systemd/confirm_spawn_disabled");
4440}
4441
0d6d3cf0
FB
4442static bool manager_should_show_status(Manager *m, StatusType type) {
4443 assert(m);
4444
4445 if (!MANAGER_IS_SYSTEM(m))
4446 return false;
4447
4448 if (m->no_console_output)
4449 return false;
4450
4451 if (!IN_SET(manager_state(m), MANAGER_INITIALIZING, MANAGER_STARTING, MANAGER_STOPPING))
4452 return false;
4453
4454 /* If we cannot find out the status properly, just proceed. */
4455 if (type != STATUS_TYPE_EMERGENCY && manager_check_ask_password(m) > 0)
4456 return false;
4457
4458 if (type == STATUS_TYPE_NOTICE && m->show_status != SHOW_STATUS_NO)
4459 return true;
4460
44a41954 4461 return manager_get_show_status_on(m);
0d6d3cf0
FB
4462}
4463
127d5fd1 4464void manager_status_printf(Manager *m, StatusType type, const char *status, const char *format, ...) {
25cee550
MS
4465 va_list ap;
4466
cb6531be
ZJS
4467 /* If m is NULL, assume we're after shutdown and let the messages through. */
4468
0d6d3cf0 4469 if (m && !manager_should_show_status(m, type))
25cee550
MS
4470 return;
4471
03b717a3
MS
4472 /* XXX We should totally drop the check for ephemeral here
4473 * and thus effectively make 'Type=idle' pointless. */
cb6531be 4474 if (type == STATUS_TYPE_EPHEMERAL && m && m->n_on_console > 0)
03b717a3
MS
4475 return;
4476
25cee550 4477 va_start(ap, format);
a885727a 4478 status_vprintf(status, SHOW_STATUS_ELLIPSIZE|(type == STATUS_TYPE_EPHEMERAL ? SHOW_STATUS_EPHEMERAL : 0), format, ap);
25cee550
MS
4479 va_end(ap);
4480}
4481
9e615fa3 4482Set* manager_get_units_needing_mounts_for(Manager *m, const char *path, UnitMountDependencyType t) {
a57f7e2c
LP
4483 assert(m);
4484 assert(path);
9e615fa3 4485 assert(t >= 0 && t < _UNIT_MOUNT_DEPENDENCY_TYPE_MAX);
a57f7e2c 4486
ac19bdd0
ZJS
4487 if (path_equal(path, "/"))
4488 path = "";
a57f7e2c 4489
9e615fa3 4490 return hashmap_get(m->units_needing_mounts_for[t], path);
a57f7e2c 4491}
e66cf1a3 4492
5269eb6b 4493int manager_update_failed_units(Manager *m, Unit *u, bool failed) {
03455c28 4494 unsigned size;
5269eb6b 4495 int r;
03455c28
LDM
4496
4497 assert(m);
4498 assert(u->manager == m);
4499
4500 size = set_size(m->failed_units);
4501
9fff8981 4502 if (failed) {
de7fef4b 4503 r = set_ensure_put(&m->failed_units, NULL, u);
5269eb6b
LP
4504 if (r < 0)
4505 return log_oom();
9fff8981 4506 } else
5269eb6b 4507 (void) set_remove(m->failed_units, u);
03455c28
LDM
4508
4509 if (set_size(m->failed_units) != size)
4510 bus_manager_send_change_signal(m);
5269eb6b
LP
4511
4512 return 0;
03455c28
LDM
4513}
4514
f755e3b7
LP
4515ManagerState manager_state(Manager *m) {
4516 Unit *u;
4517
4518 assert(m);
4519
f9d29f6d
JB
4520 /* Is the special shutdown target active or queued? If so, we are in shutdown state */
4521 u = manager_get_unit(m, SPECIAL_SHUTDOWN_TARGET);
4522 if (u && unit_active_or_pending(u))
4523 return MANAGER_STOPPING;
4524
f755e3b7 4525 /* Did we ever finish booting? If not then we are still starting up */
49d5666c 4526 if (!MANAGER_IS_FINISHED(m)) {
d81afec1
LP
4527
4528 u = manager_get_unit(m, SPECIAL_BASIC_TARGET);
4529 if (!u || !UNIT_IS_ACTIVE_OR_RELOADING(unit_active_state(u)))
4530 return MANAGER_INITIALIZING;
4531
f755e3b7 4532 return MANAGER_STARTING;
d81afec1 4533 }
f755e3b7 4534
45a7b16b
LP
4535 if (MANAGER_IS_SYSTEM(m)) {
4536 /* Are the rescue or emergency targets active or queued? If so we are in maintenance state */
4537 u = manager_get_unit(m, SPECIAL_RESCUE_TARGET);
4538 if (u && unit_active_or_pending(u))
4539 return MANAGER_MAINTENANCE;
f755e3b7 4540
45a7b16b
LP
4541 u = manager_get_unit(m, SPECIAL_EMERGENCY_TARGET);
4542 if (u && unit_active_or_pending(u))
4543 return MANAGER_MAINTENANCE;
4544 }
f755e3b7
LP
4545
4546 /* Are there any failed units? If so, we are in degraded mode */
43127aeb 4547 if (!set_isempty(m->failed_units))
f755e3b7
LP
4548 return MANAGER_DEGRADED;
4549
4550 return MANAGER_RUNNING;
4551}
4552
00d9ef85 4553static void manager_unref_uid_internal(
010becd9 4554 Hashmap *uid_refs,
00d9ef85
LP
4555 uid_t uid,
4556 bool destroy_now,
4557 int (*_clean_ipc)(uid_t uid)) {
4558
4559 uint32_t c, n;
4560
00d9ef85
LP
4561 assert(uid_is_valid(uid));
4562 assert(_clean_ipc);
4563
8f41e6b6
ZJS
4564 /* A generic implementation, covering both manager_unref_uid() and manager_unref_gid(), under the
4565 * assumption that uid_t and gid_t are actually defined the same way, with the same validity rules.
00d9ef85 4566 *
da890466 4567 * We store a hashmap where the key is the UID/GID and the value is a 32-bit reference counter, whose
8f41e6b6
ZJS
4568 * highest bit is used as flag for marking UIDs/GIDs whose IPC objects to remove when the last
4569 * reference to the UID/GID is dropped. The flag is set to on, once at least one reference from a
4570 * unit where RemoveIPC= is set is added on a UID/GID. It is reset when the UID's/GID's reference
4571 * counter drops to 0 again. */
00d9ef85
LP
4572
4573 assert_cc(sizeof(uid_t) == sizeof(gid_t));
4574 assert_cc(UID_INVALID == (uid_t) GID_INVALID);
4575
4576 if (uid == 0) /* We don't keep track of root, and will never destroy it */
4577 return;
4578
010becd9 4579 c = PTR_TO_UINT32(hashmap_get(uid_refs, UID_TO_PTR(uid)));
00d9ef85
LP
4580
4581 n = c & ~DESTROY_IPC_FLAG;
4582 assert(n > 0);
4583 n--;
4584
4585 if (destroy_now && n == 0) {
010becd9 4586 hashmap_remove(uid_refs, UID_TO_PTR(uid));
00d9ef85
LP
4587
4588 if (c & DESTROY_IPC_FLAG) {
4589 log_debug("%s " UID_FMT " is no longer referenced, cleaning up its IPC.",
4590 _clean_ipc == clean_ipc_by_uid ? "UID" : "GID",
4591 uid);
4592 (void) _clean_ipc(uid);
4593 }
4594 } else {
4595 c = n | (c & DESTROY_IPC_FLAG);
010becd9 4596 assert_se(hashmap_update(uid_refs, UID_TO_PTR(uid), UINT32_TO_PTR(c)) >= 0);
00d9ef85
LP
4597 }
4598}
4599
4600void manager_unref_uid(Manager *m, uid_t uid, bool destroy_now) {
010becd9 4601 manager_unref_uid_internal(m->uid_refs, uid, destroy_now, clean_ipc_by_uid);
00d9ef85
LP
4602}
4603
4604void manager_unref_gid(Manager *m, gid_t gid, bool destroy_now) {
010becd9 4605 manager_unref_uid_internal(m->gid_refs, (uid_t) gid, destroy_now, clean_ipc_by_gid);
00d9ef85
LP
4606}
4607
4608static int manager_ref_uid_internal(
00d9ef85
LP
4609 Hashmap **uid_refs,
4610 uid_t uid,
4611 bool clean_ipc) {
4612
4613 uint32_t c, n;
4614 int r;
4615
00d9ef85
LP
4616 assert(uid_refs);
4617 assert(uid_is_valid(uid));
4618
8f41e6b6
ZJS
4619 /* A generic implementation, covering both manager_ref_uid() and manager_ref_gid(), under the
4620 * assumption that uid_t and gid_t are actually defined the same way, with the same validity
4621 * rules. */
00d9ef85
LP
4622
4623 assert_cc(sizeof(uid_t) == sizeof(gid_t));
4624 assert_cc(UID_INVALID == (uid_t) GID_INVALID);
4625
4626 if (uid == 0) /* We don't keep track of root, and will never destroy it */
4627 return 0;
4628
4629 r = hashmap_ensure_allocated(uid_refs, &trivial_hash_ops);
4630 if (r < 0)
4631 return r;
4632
4633 c = PTR_TO_UINT32(hashmap_get(*uid_refs, UID_TO_PTR(uid)));
4634
4635 n = c & ~DESTROY_IPC_FLAG;
4636 n++;
4637
4638 if (n & DESTROY_IPC_FLAG) /* check for overflow */
4639 return -EOVERFLOW;
4640
4641 c = n | (c & DESTROY_IPC_FLAG) | (clean_ipc ? DESTROY_IPC_FLAG : 0);
4642
4643 return hashmap_replace(*uid_refs, UID_TO_PTR(uid), UINT32_TO_PTR(c));
4644}
4645
4646int manager_ref_uid(Manager *m, uid_t uid, bool clean_ipc) {
010becd9 4647 return manager_ref_uid_internal(&m->uid_refs, uid, clean_ipc);
00d9ef85
LP
4648}
4649
4650int manager_ref_gid(Manager *m, gid_t gid, bool clean_ipc) {
010becd9 4651 return manager_ref_uid_internal(&m->gid_refs, (uid_t) gid, clean_ipc);
00d9ef85
LP
4652}
4653
4654static void manager_vacuum_uid_refs_internal(
010becd9 4655 Hashmap *uid_refs,
00d9ef85
LP
4656 int (*_clean_ipc)(uid_t uid)) {
4657
00d9ef85
LP
4658 void *p, *k;
4659
00d9ef85
LP
4660 assert(_clean_ipc);
4661
010becd9 4662 HASHMAP_FOREACH_KEY(p, k, uid_refs) {
00d9ef85
LP
4663 uint32_t c, n;
4664 uid_t uid;
4665
4666 uid = PTR_TO_UID(k);
4667 c = PTR_TO_UINT32(p);
4668
4669 n = c & ~DESTROY_IPC_FLAG;
4670 if (n > 0)
4671 continue;
4672
4673 if (c & DESTROY_IPC_FLAG) {
4674 log_debug("Found unreferenced %s " UID_FMT " after reload/reexec. Cleaning up.",
4675 _clean_ipc == clean_ipc_by_uid ? "UID" : "GID",
4676 uid);
4677 (void) _clean_ipc(uid);
4678 }
4679
010becd9 4680 assert_se(hashmap_remove(uid_refs, k) == p);
00d9ef85
LP
4681 }
4682}
4683
06a4eb07 4684static void manager_vacuum_uid_refs(Manager *m) {
010becd9 4685 manager_vacuum_uid_refs_internal(m->uid_refs, clean_ipc_by_uid);
00d9ef85
LP
4686}
4687
06a4eb07 4688static void manager_vacuum_gid_refs(Manager *m) {
010becd9 4689 manager_vacuum_uid_refs_internal(m->gid_refs, clean_ipc_by_gid);
00d9ef85
LP
4690}
4691
06a4eb07
FB
4692static void manager_vacuum(Manager *m) {
4693 assert(m);
4694
4695 /* Release any dynamic users no longer referenced */
4696 dynamic_user_vacuum(m, true);
4697
4698 /* Release any references to UIDs/GIDs no longer referenced, and destroy any IPC owned by them */
4699 manager_vacuum_uid_refs(m);
4700 manager_vacuum_gid_refs(m);
4701
4702 /* Release any runtimes no longer referenced */
e76506b7 4703 exec_shared_runtime_vacuum(m);
06a4eb07
FB
4704}
4705
00d9ef85
LP
4706int manager_dispatch_user_lookup_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
4707 struct buffer {
4708 uid_t uid;
4709 gid_t gid;
4710 char unit_name[UNIT_NAME_MAX+1];
4711 } _packed_ buffer;
4712
4713 Manager *m = userdata;
4714 ssize_t l;
4715 size_t n;
4716 Unit *u;
4717
4718 assert_se(source);
4719 assert_se(m);
4720
8f41e6b6
ZJS
4721 /* Invoked whenever a child process succeeded resolving its user/group to use and sent us the
4722 * resulting UID/GID in a datagram. We parse the datagram here and pass it off to the unit, so that
4723 * it can add a reference to the UID/GID so that it can destroy the UID/GID's IPC objects when the
4724 * reference counter drops to 0. */
00d9ef85
LP
4725
4726 l = recv(fd, &buffer, sizeof(buffer), MSG_DONTWAIT);
4727 if (l < 0) {
8add30a0 4728 if (ERRNO_IS_TRANSIENT(errno))
00d9ef85
LP
4729 return 0;
4730
4731 return log_error_errno(errno, "Failed to read from user lookup fd: %m");
4732 }
4733
4734 if ((size_t) l <= offsetof(struct buffer, unit_name)) {
4735 log_warning("Received too short user lookup message, ignoring.");
4736 return 0;
4737 }
4738
4739 if ((size_t) l > offsetof(struct buffer, unit_name) + UNIT_NAME_MAX) {
4740 log_warning("Received too long user lookup message, ignoring.");
4741 return 0;
4742 }
4743
4744 if (!uid_is_valid(buffer.uid) && !gid_is_valid(buffer.gid)) {
4745 log_warning("Got user lookup message with invalid UID/GID pair, ignoring.");
4746 return 0;
4747 }
4748
4749 n = (size_t) l - offsetof(struct buffer, unit_name);
4750 if (memchr(buffer.unit_name, 0, n)) {
4751 log_warning("Received lookup message with embedded NUL character, ignoring.");
4752 return 0;
4753 }
4754
4755 buffer.unit_name[n] = 0;
4756 u = manager_get_unit(m, buffer.unit_name);
4757 if (!u) {
4758 log_debug("Got user lookup message but unit doesn't exist, ignoring.");
4759 return 0;
4760 }
4761
4762 log_unit_debug(u, "User lookup succeeded: uid=" UID_FMT " gid=" GID_FMT, buffer.uid, buffer.gid);
4763
4764 unit_notify_user_lookup(u, buffer.uid, buffer.gid);
4765 return 0;
4766}
4767
63e8df04 4768static int short_uid_range(const char *path) {
eb7d7d14 4769 _cleanup_(uid_range_freep) UIDRange *p = NULL;
63e8df04
LP
4770 int r;
4771
4772 assert(path);
4773
4774 /* Taint systemd if we the UID range assigned to this environment doesn't at least cover 0…65534,
4775 * i.e. from root to nobody. */
4776
8dcc66ce 4777 r = uid_range_load_userns(&p, path);
882321a1
ZJS
4778 if (ERRNO_IS_NEG_NOT_SUPPORTED(r))
4779 return false;
4780 if (r < 0)
63e8df04
LP
4781 return log_debug_errno(r, "Failed to load %s: %m", path);
4782
8dcc66ce 4783 return !uid_range_covers(p, 0, 65535);
63e8df04
LP
4784}
4785
83fe5d8a
ZJS
4786char* manager_taint_string(const Manager *m) {
4787 /* Returns a "taint string", e.g. "local-hwclock:var-run-bad". Only things that are detected at
4788 * runtime should be tagged here. For stuff that is known during compilation, emit a warning in the
63e8df04 4789 * configuration phase. */
198ce932 4790
af6b0ecc
LP
4791 assert(m);
4792
b0d3095f 4793 const char* stage[12] = {};
83fe5d8a 4794 size_t n = 0;
af6b0ecc 4795
31cd2dd9
LB
4796 _cleanup_free_ char *usrbin = NULL;
4797 if (readlink_malloc("/bin", &usrbin) < 0 || !PATH_IN_SET(usrbin, "usr/bin", "/usr/bin"))
4798 stage[n++] = "unmerged-usr";
4799
af6b0ecc 4800 if (access("/proc/cgroups", F_OK) < 0)
83fe5d8a 4801 stage[n++] = "cgroups-missing";
af6b0ecc 4802
82f30632 4803 if (cg_all_unified() == 0)
83fe5d8a 4804 stage[n++] = "cgroupsv1";
82f30632 4805
af6b0ecc 4806 if (clock_is_localtime(NULL) > 0)
83fe5d8a 4807 stage[n++] = "local-hwclock";
af6b0ecc 4808
6bfe9b3b 4809 if (os_release_support_ended(NULL, /* quiet= */ true, NULL) > 0)
4bd03515
ZJS
4810 stage[n++] = "support-ended";
4811
83fe5d8a
ZJS
4812 _cleanup_free_ char *destination = NULL;
4813 if (readlink_malloc("/var/run", &destination) < 0 ||
4814 !PATH_IN_SET(destination, "../run", "/run"))
4815 stage[n++] = "var-run-bad";
af6b0ecc 4816
83fe5d8a
ZJS
4817 _cleanup_free_ char *overflowuid = NULL, *overflowgid = NULL;
4818 if (read_one_line_file("/proc/sys/kernel/overflowuid", &overflowuid) >= 0 &&
4819 !streq(overflowuid, "65534"))
4820 stage[n++] = "overflowuid-not-65534";
4821 if (read_one_line_file("/proc/sys/kernel/overflowgid", &overflowgid) >= 0 &&
4822 !streq(overflowgid, "65534"))
4823 stage[n++] = "overflowgid-not-65534";
90d7464d 4824
83fe5d8a 4825 struct utsname uts;
40efaaed
LP
4826 assert_se(uname(&uts) >= 0);
4827 if (strverscmp_improved(uts.release, KERNEL_BASELINE_VERSION) < 0)
83fe5d8a 4828 stage[n++] = "old-kernel";
40efaaed 4829
63e8df04 4830 if (short_uid_range("/proc/self/uid_map") > 0)
83fe5d8a 4831 stage[n++] = "short-uid-range";
63e8df04 4832 if (short_uid_range("/proc/self/gid_map") > 0)
83fe5d8a 4833 stage[n++] = "short-gid-range";
63e8df04 4834
83fe5d8a 4835 assert(n < ELEMENTSOF(stage) - 1); /* One extra for NULL terminator */
af6b0ecc 4836
83fe5d8a 4837 return strv_join((char**) stage, ":");
af6b0ecc
LP
4838}
4839
adefcf28
LP
4840void manager_ref_console(Manager *m) {
4841 assert(m);
4842
4843 m->n_on_console++;
4844}
4845
4846void manager_unref_console(Manager *m) {
4847
4848 assert(m->n_on_console > 0);
4849 m->n_on_console--;
4850
4851 if (m->n_on_console == 0)
4852 m->no_console_output = false; /* unset no_console_output flag, since the console is definitely free now */
4853}
4854
a6ecbf83
FB
4855void manager_override_log_level(Manager *m, int level) {
4856 _cleanup_free_ char *s = NULL;
4857 assert(m);
4858
4859 if (!m->log_level_overridden) {
4860 m->original_log_level = log_get_max_level();
4861 m->log_level_overridden = true;
4862 }
4863
4864 (void) log_level_to_string_alloc(level, &s);
4865 log_info("Setting log level to %s.", strna(s));
4866
4867 log_set_max_level(level);
4868}
4869
4870void manager_restore_original_log_level(Manager *m) {
4871 _cleanup_free_ char *s = NULL;
4872 assert(m);
4873
4874 if (!m->log_level_overridden)
4875 return;
4876
4877 (void) log_level_to_string_alloc(m->original_log_level, &s);
4878 log_info("Restoring log level to original (%s).", strna(s));
4879
4880 log_set_max_level(m->original_log_level);
4881 m->log_level_overridden = false;
4882}
4883
bda7d78b
FB
4884void manager_override_log_target(Manager *m, LogTarget target) {
4885 assert(m);
4886
4887 if (!m->log_target_overridden) {
4888 m->original_log_target = log_get_target();
4889 m->log_target_overridden = true;
4890 }
4891
4892 log_info("Setting log target to %s.", log_target_to_string(target));
4893 log_set_target(target);
4894}
4895
4896void manager_restore_original_log_target(Manager *m) {
4897 assert(m);
4898
4899 if (!m->log_target_overridden)
4900 return;
4901
4902 log_info("Restoring log target to original %s.", log_target_to_string(m->original_log_target));
4903
4904 log_set_target(m->original_log_target);
4905 m->log_target_overridden = false;
4906}
4907
d4ee7bd8
YW
4908ManagerTimestamp manager_timestamp_initrd_mangle(ManagerTimestamp s) {
4909 if (in_initrd() &&
4910 s >= MANAGER_TIMESTAMP_SECURITY_START &&
4911 s <= MANAGER_TIMESTAMP_UNITS_LOAD_FINISH)
4912 return s - MANAGER_TIMESTAMP_SECURITY_START + MANAGER_TIMESTAMP_INITRD_SECURITY_START;
4913 return s;
4914}
4915
06044356
LP
4916int manager_allocate_idle_pipe(Manager *m) {
4917 int r;
4918
4919 assert(m);
4920
4921 if (m->idle_pipe[0] >= 0) {
4922 assert(m->idle_pipe[1] >= 0);
4923 assert(m->idle_pipe[2] >= 0);
4924 assert(m->idle_pipe[3] >= 0);
4925 return 0;
4926 }
4927
4928 assert(m->idle_pipe[1] < 0);
4929 assert(m->idle_pipe[2] < 0);
4930 assert(m->idle_pipe[3] < 0);
4931
4932 r = RET_NERRNO(pipe2(m->idle_pipe + 0, O_NONBLOCK|O_CLOEXEC));
4933 if (r < 0)
4934 return r;
4935
4936 r = RET_NERRNO(pipe2(m->idle_pipe + 2, O_NONBLOCK|O_CLOEXEC));
4937 if (r < 0) {
4938 safe_close_pair(m->idle_pipe + 0);
4939 return r;
4940 }
4941
4942 return 1;
4943}
4944
ea09a416
LP
4945void unit_defaults_init(UnitDefaults *defaults, RuntimeScope scope) {
4946 assert(defaults);
4947 assert(scope >= 0);
4948 assert(scope < _RUNTIME_SCOPE_MAX);
4949
4950 *defaults = (UnitDefaults) {
4951 .std_output = EXEC_OUTPUT_JOURNAL,
4952 .std_error = EXEC_OUTPUT_INHERIT,
4953 .restart_usec = DEFAULT_RESTART_USEC,
4954 .timeout_start_usec = manager_default_timeout(scope),
4955 .timeout_stop_usec = manager_default_timeout(scope),
4956 .timeout_abort_usec = manager_default_timeout(scope),
4957 .timeout_abort_set = false,
4958 .device_timeout_usec = manager_default_timeout(scope),
4959 .start_limit_interval = DEFAULT_START_LIMIT_INTERVAL,
4960 .start_limit_burst = DEFAULT_START_LIMIT_BURST,
4961
4962 /* On 4.15+ with unified hierarchy, CPU accounting is essentially free as it doesn't require the CPU
4963 * controller to be enabled, so the default is to enable it unless we got told otherwise. */
4964 .cpu_accounting = cpu_accounting_is_cheap(),
4965 .memory_accounting = MEMORY_ACCOUNTING_DEFAULT,
4966 .io_accounting = false,
4967 .blockio_accounting = false,
4968 .tasks_accounting = true,
4969 .ip_accounting = false,
4970
4971 .tasks_max = DEFAULT_TASKS_MAX,
4972 .timer_accuracy_usec = 1 * USEC_PER_MINUTE,
4973
4974 .memory_pressure_watch = CGROUP_PRESSURE_WATCH_AUTO,
4975 .memory_pressure_threshold_usec = MEMORY_PRESSURE_DEFAULT_THRESHOLD_USEC,
4976
4977 .oom_policy = OOM_STOP,
4978 .oom_score_adjust_set = false,
4979 };
4980}
4981
c9e120e0
LP
4982void unit_defaults_done(UnitDefaults *defaults) {
4983 assert(defaults);
4984
4985 defaults->smack_process_label = mfree(defaults->smack_process_label);
4986 rlimit_free_all(defaults->rlimit);
4987}
4988
bb5232b6
LB
4989LogTarget manager_get_executor_log_target(Manager *m) {
4990 assert(m);
4991
4992 /* If journald is not available tell sd-executor to go to kmsg, as it might be starting journald */
4993
4994 if (manager_journal_is_running(m))
4995 return log_get_target();
4996
4997 return LOG_TARGET_KMSG;
4998}
4999
f755e3b7 5000static const char *const manager_state_table[_MANAGER_STATE_MAX] = {
d81afec1 5001 [MANAGER_INITIALIZING] = "initializing",
48d83e33
ZJS
5002 [MANAGER_STARTING] = "starting",
5003 [MANAGER_RUNNING] = "running",
5004 [MANAGER_DEGRADED] = "degraded",
5005 [MANAGER_MAINTENANCE] = "maintenance",
5006 [MANAGER_STOPPING] = "stopping",
f755e3b7
LP
5007};
5008
5009DEFINE_STRING_TABLE_LOOKUP(manager_state, ManagerState);
9f9f0342
LP
5010
5011static const char *const manager_timestamp_table[_MANAGER_TIMESTAMP_MAX] = {
48d83e33
ZJS
5012 [MANAGER_TIMESTAMP_FIRMWARE] = "firmware",
5013 [MANAGER_TIMESTAMP_LOADER] = "loader",
5014 [MANAGER_TIMESTAMP_KERNEL] = "kernel",
5015 [MANAGER_TIMESTAMP_INITRD] = "initrd",
5016 [MANAGER_TIMESTAMP_USERSPACE] = "userspace",
5017 [MANAGER_TIMESTAMP_FINISH] = "finish",
5018 [MANAGER_TIMESTAMP_SECURITY_START] = "security-start",
5019 [MANAGER_TIMESTAMP_SECURITY_FINISH] = "security-finish",
5020 [MANAGER_TIMESTAMP_GENERATORS_START] = "generators-start",
5021 [MANAGER_TIMESTAMP_GENERATORS_FINISH] = "generators-finish",
5022 [MANAGER_TIMESTAMP_UNITS_LOAD_START] = "units-load-start",
5023 [MANAGER_TIMESTAMP_UNITS_LOAD_FINISH] = "units-load-finish",
49fbe940 5024 [MANAGER_TIMESTAMP_UNITS_LOAD] = "units-load",
48d83e33
ZJS
5025 [MANAGER_TIMESTAMP_INITRD_SECURITY_START] = "initrd-security-start",
5026 [MANAGER_TIMESTAMP_INITRD_SECURITY_FINISH] = "initrd-security-finish",
5027 [MANAGER_TIMESTAMP_INITRD_GENERATORS_START] = "initrd-generators-start",
d4ee7bd8 5028 [MANAGER_TIMESTAMP_INITRD_GENERATORS_FINISH] = "initrd-generators-finish",
48d83e33 5029 [MANAGER_TIMESTAMP_INITRD_UNITS_LOAD_START] = "initrd-units-load-start",
d4ee7bd8 5030 [MANAGER_TIMESTAMP_INITRD_UNITS_LOAD_FINISH] = "initrd-units-load-finish",
9f9f0342
LP
5031};
5032
5033DEFINE_STRING_TABLE_LOOKUP(manager_timestamp, ManagerTimestamp);
afcfaa69
LP
5034
5035static const char* const oom_policy_table[_OOM_POLICY_MAX] = {
5036 [OOM_CONTINUE] = "continue",
48d83e33
ZJS
5037 [OOM_STOP] = "stop",
5038 [OOM_KILL] = "kill",
afcfaa69
LP
5039};
5040
5041DEFINE_STRING_TABLE_LOOKUP(oom_policy, OOMPolicy);