]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/execute.c
Merge pull request #27128 from keszybz/sd-bus-docs-and-error-messages
[thirdparty/systemd.git] / src / core / execute.c
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
a7334b09 2
034c6ed7
LP
3#include <errno.h>
4#include <fcntl.h>
8dd4c05b 5#include <poll.h>
d251207d 6#include <sys/eventfd.h>
f5947a5e 7#include <sys/ioctl.h>
f3e43635 8#include <sys/mman.h>
bb0c0d6f 9#include <sys/mount.h>
8dd4c05b 10#include <sys/personality.h>
94f04347 11#include <sys/prctl.h>
d2ffa389 12#include <sys/shm.h>
d2ffa389 13#include <sys/types.h>
8dd4c05b
LP
14#include <sys/un.h>
15#include <unistd.h>
023a4f67 16#include <utmpx.h>
5cb5a6ff 17
349cc4a5 18#if HAVE_PAM
5b6319dc
LP
19#include <security/pam_appl.h>
20#endif
21
349cc4a5 22#if HAVE_SELINUX
7b52a628
MS
23#include <selinux/selinux.h>
24#endif
25
349cc4a5 26#if HAVE_SECCOMP
17df7223
LP
27#include <seccomp.h>
28#endif
29
349cc4a5 30#if HAVE_APPARMOR
eef65bf3
MS
31#include <sys/apparmor.h>
32#endif
33
24882e06 34#include "sd-messages.h"
8dd4c05b 35
bb0c0d6f 36#include "acl-util.h"
8dd4c05b 37#include "af-list.h"
b5efdb8a 38#include "alloc-util.h"
349cc4a5 39#if HAVE_APPARMOR
3ffd4af2
LP
40#include "apparmor-util.h"
41#endif
ee617a4e 42#include "argv-util.h"
8dd4c05b
LP
43#include "async.h"
44#include "barrier.h"
b1994387 45#include "bpf-lsm.h"
8dd4c05b 46#include "cap-list.h"
430f0182 47#include "capability-util.h"
fdb3deca 48#include "cgroup-setup.h"
f461a28d 49#include "chase.h"
bb0c0d6f 50#include "chown-recursive.h"
28db6fbf 51#include "constants.h"
da681e1b 52#include "cpu-set-util.h"
43144be4 53#include "creds-util.h"
6a818c3c 54#include "data-fd-util.h"
686d13b9 55#include "env-file.h"
4d1a6904 56#include "env-util.h"
17df7223 57#include "errno-list.h"
8a62620e 58#include "escape.h"
3ffd4af2 59#include "execute.h"
8dd4c05b 60#include "exit-status.h"
3ffd4af2 61#include "fd-util.h"
bb0c0d6f 62#include "fileio.h"
f97b34a6 63#include "format-util.h"
7d50b32a 64#include "glob-util.h"
0389f4fa 65#include "hexdecoct.h"
c004493c 66#include "io-util.h"
032b3afb 67#include "ioprio-util.h"
a1164ae3 68#include "label.h"
8dd4c05b
LP
69#include "log.h"
70#include "macro.h"
e8a565cb 71#include "manager.h"
2a341bb9 72#include "manager-dump.h"
0a970718 73#include "memory-util.h"
f5947a5e 74#include "missing_fs.h"
5bead76e 75#include "missing_ioprio.h"
7a114ed4 76#include "missing_prctl.h"
35cd0ba5 77#include "mkdir-label.h"
21935150 78#include "mount-util.h"
bb0c0d6f 79#include "mountpoint-util.h"
8dd4c05b 80#include "namespace.h"
6bedfcbb 81#include "parse-util.h"
8dd4c05b 82#include "path-util.h"
4d62ee55 83#include "proc-cmdline.h"
0b452006 84#include "process-util.h"
6bb00842 85#include "psi-util.h"
d3dcf4e3 86#include "random-util.h"
3989bdc1 87#include "recurse-dir.h"
78f22b97 88#include "rlimit-util.h"
8dd4c05b 89#include "rm-rf.h"
349cc4a5 90#if HAVE_SECCOMP
3ffd4af2
LP
91#include "seccomp-util.h"
92#endif
07d46372 93#include "securebits-util.h"
8dd4c05b 94#include "selinux-util.h"
24882e06 95#include "signal-util.h"
8dd4c05b 96#include "smack-util.h"
57b7a260 97#include "socket-util.h"
a2ab603c 98#include "sort-util.h"
fd63e712 99#include "special.h"
949befd3 100#include "stat-util.h"
8b43440b 101#include "string-table.h"
07630cea 102#include "string-util.h"
8dd4c05b 103#include "strv.h"
7ccbd1ae 104#include "syslog-util.h"
8dd4c05b 105#include "terminal-util.h"
bb0c0d6f 106#include "tmpfile-util.h"
566b7d23 107#include "umask-util.h"
2d3b784d 108#include "unit-serialize.h"
b1d4f8e1 109#include "user-util.h"
8dd4c05b 110#include "utmp-wtmp.h"
5cb5a6ff 111
e056b01d 112#define IDLE_TIMEOUT_USEC (5*USEC_PER_SEC)
31a7eb86 113#define IDLE_TIMEOUT2_USEC (1*USEC_PER_SEC)
e6a26745 114
531dca78
LP
115#define SNDBUF_SIZE (8*1024*1024)
116
da6053d0 117static int shift_fds(int fds[], size_t n_fds) {
034c6ed7
LP
118 if (n_fds <= 0)
119 return 0;
120
a0d40ac5
LP
121 /* Modifies the fds array! (sorts it) */
122
034c6ed7
LP
123 assert(fds);
124
5b10116e
ZJS
125 for (int start = 0;;) {
126 int restart_from = -1;
034c6ed7 127
5b10116e 128 for (int i = start; i < (int) n_fds; i++) {
034c6ed7
LP
129 int nfd;
130
131 /* Already at right index? */
132 if (fds[i] == i+3)
133 continue;
134
3cc2aff1
LP
135 nfd = fcntl(fds[i], F_DUPFD, i + 3);
136 if (nfd < 0)
034c6ed7
LP
137 return -errno;
138
03e334a1 139 safe_close(fds[i]);
034c6ed7
LP
140 fds[i] = nfd;
141
142 /* Hmm, the fd we wanted isn't free? Then
ee33e53a 143 * let's remember that and try again from here */
034c6ed7
LP
144 if (nfd != i+3 && restart_from < 0)
145 restart_from = i;
146 }
147
148 if (restart_from < 0)
149 break;
150
151 start = restart_from;
152 }
153
154 return 0;
155}
156
cd48e23f
RP
157static int flags_fds(
158 const int fds[],
159 size_t n_socket_fds,
160 size_t n_fds,
161 bool nonblock) {
162
e2c76839 163 int r;
47a71eed
LP
164
165 if (n_fds <= 0)
166 return 0;
167
168 assert(fds);
169
9b141911
FB
170 /* Drops/Sets O_NONBLOCK and FD_CLOEXEC from the file flags.
171 * O_NONBLOCK only applies to socket activation though. */
47a71eed 172
5b10116e 173 for (size_t i = 0; i < n_fds; i++) {
47a71eed 174
9b141911
FB
175 if (i < n_socket_fds) {
176 r = fd_nonblock(fds[i], nonblock);
177 if (r < 0)
178 return r;
179 }
47a71eed 180
451a074f
LP
181 /* We unconditionally drop FD_CLOEXEC from the fds,
182 * since after all we want to pass these fds to our
183 * children */
47a71eed 184
3cc2aff1
LP
185 r = fd_cloexec(fds[i], false);
186 if (r < 0)
e2c76839 187 return r;
47a71eed
LP
188 }
189
190 return 0;
191}
192
1e22b5cd 193static const char *exec_context_tty_path(const ExecContext *context) {
80876c20
LP
194 assert(context);
195
1e22b5cd
LP
196 if (context->stdio_as_fds)
197 return NULL;
198
80876c20
LP
199 if (context->tty_path)
200 return context->tty_path;
201
202 return "/dev/console";
203}
204
4d62ee55
DDM
205static int exec_context_tty_size(const ExecContext *context, unsigned *ret_rows, unsigned *ret_cols) {
206 _cleanup_free_ char *rowskey = NULL, *rowsvalue = NULL, *colskey = NULL, *colsvalue = NULL;
207 unsigned rows, cols;
208 const char *tty;
209 int r;
210
211 assert(context);
212 assert(ret_rows);
213 assert(ret_cols);
214
215 rows = context->tty_rows;
216 cols = context->tty_cols;
217
218 tty = exec_context_tty_path(context);
219 if (!tty || (rows != UINT_MAX && cols != UINT_MAX)) {
220 *ret_rows = rows;
221 *ret_cols = cols;
222 return 0;
223 }
224
225 tty = skip_dev_prefix(tty);
226 if (!in_charset(tty, ALPHANUMERICAL)) {
227 log_debug("%s contains non-alphanumeric characters, ignoring", tty);
228 *ret_rows = rows;
229 *ret_cols = cols;
230 return 0;
231 }
232
233 rowskey = strjoin("systemd.tty.rows.", tty);
234 if (!rowskey)
235 return -ENOMEM;
236
237 colskey = strjoin("systemd.tty.columns.", tty);
238 if (!colskey)
239 return -ENOMEM;
240
241 r = proc_cmdline_get_key_many(/* flags = */ 0,
242 rowskey, &rowsvalue,
243 colskey, &colsvalue);
244 if (r < 0)
245 log_debug_errno(r, "Failed to read TTY size of %s from kernel cmdline, ignoring: %m", tty);
246
247 if (rows == UINT_MAX && rowsvalue) {
248 r = safe_atou(rowsvalue, &rows);
249 if (r < 0)
250 log_debug_errno(r, "Failed to parse %s=%s, ignoring: %m", rowskey, rowsvalue);
251 }
252
253 if (cols == UINT_MAX && colsvalue) {
254 r = safe_atou(colsvalue, &cols);
255 if (r < 0)
256 log_debug_errno(r, "Failed to parse %s=%s, ignoring: %m", colskey, colsvalue);
257 }
258
259 *ret_rows = rows;
260 *ret_cols = cols;
261
262 return 0;
263}
264
1e22b5cd
LP
265static void exec_context_tty_reset(const ExecContext *context, const ExecParameters *p) {
266 const char *path;
267
6ea832a2
LP
268 assert(context);
269
1e22b5cd 270 path = exec_context_tty_path(context);
6ea832a2 271
1e22b5cd
LP
272 if (context->tty_vhangup) {
273 if (p && p->stdin_fd >= 0)
274 (void) terminal_vhangup_fd(p->stdin_fd);
275 else if (path)
276 (void) terminal_vhangup(path);
277 }
6ea832a2 278
1e22b5cd
LP
279 if (context->tty_reset) {
280 if (p && p->stdin_fd >= 0)
281 (void) reset_terminal_fd(p->stdin_fd, true);
282 else if (path)
283 (void) reset_terminal(path);
284 }
285
4d62ee55
DDM
286 if (p && p->stdin_fd >= 0) {
287 unsigned rows = context->tty_rows, cols = context->tty_cols;
288
289 (void) exec_context_tty_size(context, &rows, &cols);
290 (void) terminal_set_size_fd(p->stdin_fd, path, rows, cols);
291 }
51462135 292
1e22b5cd
LP
293 if (context->tty_vt_disallocate && path)
294 (void) vt_disallocate(path);
6ea832a2
LP
295}
296
6af760f3
LP
297static bool is_terminal_input(ExecInput i) {
298 return IN_SET(i,
299 EXEC_INPUT_TTY,
300 EXEC_INPUT_TTY_FORCE,
301 EXEC_INPUT_TTY_FAIL);
302}
303
3a1286b6 304static bool is_terminal_output(ExecOutput o) {
6af760f3
LP
305 return IN_SET(o,
306 EXEC_OUTPUT_TTY,
6af760f3
LP
307 EXEC_OUTPUT_KMSG_AND_CONSOLE,
308 EXEC_OUTPUT_JOURNAL_AND_CONSOLE);
309}
310
aac8c0c3
LP
311static bool is_kmsg_output(ExecOutput o) {
312 return IN_SET(o,
313 EXEC_OUTPUT_KMSG,
314 EXEC_OUTPUT_KMSG_AND_CONSOLE);
315}
316
6af760f3
LP
317static bool exec_context_needs_term(const ExecContext *c) {
318 assert(c);
319
320 /* Return true if the execution context suggests we should set $TERM to something useful. */
321
322 if (is_terminal_input(c->std_input))
323 return true;
324
325 if (is_terminal_output(c->std_output))
326 return true;
327
328 if (is_terminal_output(c->std_error))
329 return true;
330
331 return !!c->tty_path;
3a1286b6
MS
332}
333
80876c20 334static int open_null_as(int flags, int nfd) {
046a82c1 335 int fd;
071830ff 336
80876c20 337 assert(nfd >= 0);
071830ff 338
613b411c
LP
339 fd = open("/dev/null", flags|O_NOCTTY);
340 if (fd < 0)
071830ff
LP
341 return -errno;
342
046a82c1 343 return move_fd(fd, nfd, false);
071830ff
LP
344}
345
91dd5f7c
LP
346static int connect_journal_socket(
347 int fd,
348 const char *log_namespace,
349 uid_t uid,
350 gid_t gid) {
351
524daa8c
ZJS
352 uid_t olduid = UID_INVALID;
353 gid_t oldgid = GID_INVALID;
91dd5f7c 354 const char *j;
524daa8c
ZJS
355 int r;
356
91dd5f7c
LP
357 j = log_namespace ?
358 strjoina("/run/systemd/journal.", log_namespace, "/stdout") :
359 "/run/systemd/journal/stdout";
91dd5f7c 360
cad93f29 361 if (gid_is_valid(gid)) {
524daa8c
ZJS
362 oldgid = getgid();
363
92a17af9 364 if (setegid(gid) < 0)
524daa8c
ZJS
365 return -errno;
366 }
367
cad93f29 368 if (uid_is_valid(uid)) {
524daa8c
ZJS
369 olduid = getuid();
370
92a17af9 371 if (seteuid(uid) < 0) {
524daa8c
ZJS
372 r = -errno;
373 goto restore_gid;
374 }
375 }
376
1861986a 377 r = connect_unix_path(fd, AT_FDCWD, j);
524daa8c 378
1861986a
LP
379 /* If we fail to restore the uid or gid, things will likely fail later on. This should only happen if
380 an LSM interferes. */
524daa8c 381
cad93f29 382 if (uid_is_valid(uid))
524daa8c
ZJS
383 (void) seteuid(olduid);
384
385 restore_gid:
cad93f29 386 if (gid_is_valid(gid))
524daa8c
ZJS
387 (void) setegid(oldgid);
388
389 return r;
390}
391
fd1f9c89 392static int connect_logger_as(
34cf6c43 393 const Unit *unit,
fd1f9c89 394 const ExecContext *context,
af635cf3 395 const ExecParameters *params,
fd1f9c89
LP
396 ExecOutput output,
397 const char *ident,
fd1f9c89
LP
398 int nfd,
399 uid_t uid,
400 gid_t gid) {
401
254d1313 402 _cleanup_close_ int fd = -EBADF;
2ac1ff68 403 int r;
071830ff
LP
404
405 assert(context);
af635cf3 406 assert(params);
80876c20
LP
407 assert(output < _EXEC_OUTPUT_MAX);
408 assert(ident);
409 assert(nfd >= 0);
071830ff 410
54fe0cdb
LP
411 fd = socket(AF_UNIX, SOCK_STREAM, 0);
412 if (fd < 0)
80876c20 413 return -errno;
071830ff 414
91dd5f7c 415 r = connect_journal_socket(fd, context->log_namespace, uid, gid);
524daa8c
ZJS
416 if (r < 0)
417 return r;
071830ff 418
2ac1ff68 419 if (shutdown(fd, SHUT_RD) < 0)
80876c20 420 return -errno;
071830ff 421
fd1f9c89 422 (void) fd_inc_sndbuf(fd, SNDBUF_SIZE);
531dca78 423
2ac1ff68 424 if (dprintf(fd,
62bca2c6 425 "%s\n"
80876c20
LP
426 "%s\n"
427 "%i\n"
54fe0cdb
LP
428 "%i\n"
429 "%i\n"
430 "%i\n"
4f4a1dbf 431 "%i\n",
c867611e 432 context->syslog_identifier ?: ident,
af635cf3 433 params->flags & EXEC_PASS_LOG_UNIT ? unit->id : "",
54fe0cdb
LP
434 context->syslog_priority,
435 !!context->syslog_level_prefix,
f3dc6af2 436 false,
aac8c0c3 437 is_kmsg_output(output),
2ac1ff68
EV
438 is_terminal_output(output)) < 0)
439 return -errno;
80876c20 440
2ac1ff68 441 return move_fd(TAKE_FD(fd), nfd, false);
80876c20 442}
2ac1ff68 443
3a274a21 444static int open_terminal_as(const char *path, int flags, int nfd) {
046a82c1 445 int fd;
071830ff 446
80876c20
LP
447 assert(path);
448 assert(nfd >= 0);
fd1f9c89 449
3a274a21 450 fd = open_terminal(path, flags | O_NOCTTY);
3cc2aff1 451 if (fd < 0)
80876c20 452 return fd;
071830ff 453
046a82c1 454 return move_fd(fd, nfd, false);
80876c20 455}
071830ff 456
2038c3f5 457static int acquire_path(const char *path, int flags, mode_t mode) {
254d1313 458 _cleanup_close_ int fd = -EBADF;
86fca584 459 int r;
071830ff 460
80876c20 461 assert(path);
071830ff 462
2038c3f5
LP
463 if (IN_SET(flags & O_ACCMODE, O_WRONLY, O_RDWR))
464 flags |= O_CREAT;
465
466 fd = open(path, flags|O_NOCTTY, mode);
467 if (fd >= 0)
15a3e96f 468 return TAKE_FD(fd);
071830ff 469
2038c3f5
LP
470 if (errno != ENXIO) /* ENXIO is returned when we try to open() an AF_UNIX file system socket on Linux */
471 return -errno;
2038c3f5
LP
472
473 /* So, it appears the specified path could be an AF_UNIX socket. Let's see if we can connect to it. */
474
475 fd = socket(AF_UNIX, SOCK_STREAM, 0);
476 if (fd < 0)
477 return -errno;
478
1861986a
LP
479 r = connect_unix_path(fd, AT_FDCWD, path);
480 if (IN_SET(r, -ENOTSOCK, -EINVAL))
481 /* Propagate initial error if we get ENOTSOCK or EINVAL, i.e. we have indication that this
482 * wasn't an AF_UNIX socket after all */
483 return -ENXIO;
484 if (r < 0)
485 return r;
071830ff 486
2038c3f5
LP
487 if ((flags & O_ACCMODE) == O_RDONLY)
488 r = shutdown(fd, SHUT_WR);
489 else if ((flags & O_ACCMODE) == O_WRONLY)
490 r = shutdown(fd, SHUT_RD);
491 else
86fca584 492 r = 0;
15a3e96f 493 if (r < 0)
2038c3f5 494 return -errno;
2038c3f5 495
15a3e96f 496 return TAKE_FD(fd);
80876c20 497}
071830ff 498
08f3be7a
LP
499static int fixup_input(
500 const ExecContext *context,
501 int socket_fd,
502 bool apply_tty_stdin) {
503
504 ExecInput std_input;
505
506 assert(context);
507
508 std_input = context->std_input;
1e3ad081
LP
509
510 if (is_terminal_input(std_input) && !apply_tty_stdin)
511 return EXEC_INPUT_NULL;
071830ff 512
03fd9c49 513 if (std_input == EXEC_INPUT_SOCKET && socket_fd < 0)
4f2d528d
LP
514 return EXEC_INPUT_NULL;
515
08f3be7a
LP
516 if (std_input == EXEC_INPUT_DATA && context->stdin_data_size == 0)
517 return EXEC_INPUT_NULL;
518
03fd9c49 519 return std_input;
4f2d528d
LP
520}
521
7966a916 522static int fixup_output(ExecOutput output, int socket_fd) {
4f2d528d 523
7966a916 524 if (output == EXEC_OUTPUT_SOCKET && socket_fd < 0)
4f2d528d
LP
525 return EXEC_OUTPUT_INHERIT;
526
7966a916 527 return output;
4f2d528d
LP
528}
529
a34ceba6
LP
530static int setup_input(
531 const ExecContext *context,
532 const ExecParameters *params,
52c239d7 533 int socket_fd,
2caa38e9 534 const int named_iofds[static 3]) {
a34ceba6 535
4f2d528d 536 ExecInput i;
51462135 537 int r;
4f2d528d
LP
538
539 assert(context);
a34ceba6 540 assert(params);
2caa38e9 541 assert(named_iofds);
a34ceba6
LP
542
543 if (params->stdin_fd >= 0) {
544 if (dup2(params->stdin_fd, STDIN_FILENO) < 0)
545 return -errno;
546
547 /* Try to make this the controlling tty, if it is a tty, and reset it */
1fb0682e 548 if (isatty(STDIN_FILENO)) {
4d62ee55
DDM
549 unsigned rows = context->tty_rows, cols = context->tty_cols;
550
551 (void) exec_context_tty_size(context, &rows, &cols);
1fb0682e
LP
552 (void) ioctl(STDIN_FILENO, TIOCSCTTY, context->std_input == EXEC_INPUT_TTY_FORCE);
553 (void) reset_terminal_fd(STDIN_FILENO, true);
4d62ee55 554 (void) terminal_set_size_fd(STDIN_FILENO, NULL, rows, cols);
1fb0682e 555 }
a34ceba6
LP
556
557 return STDIN_FILENO;
558 }
4f2d528d 559
08f3be7a 560 i = fixup_input(context, socket_fd, params->flags & EXEC_APPLY_TTY_STDIN);
4f2d528d
LP
561
562 switch (i) {
071830ff 563
80876c20
LP
564 case EXEC_INPUT_NULL:
565 return open_null_as(O_RDONLY, STDIN_FILENO);
566
567 case EXEC_INPUT_TTY:
568 case EXEC_INPUT_TTY_FORCE:
569 case EXEC_INPUT_TTY_FAIL: {
4d62ee55 570 unsigned rows, cols;
046a82c1 571 int fd;
071830ff 572
1e22b5cd 573 fd = acquire_terminal(exec_context_tty_path(context),
8854d795
LP
574 i == EXEC_INPUT_TTY_FAIL ? ACQUIRE_TERMINAL_TRY :
575 i == EXEC_INPUT_TTY_FORCE ? ACQUIRE_TERMINAL_FORCE :
576 ACQUIRE_TERMINAL_WAIT,
3a43da28 577 USEC_INFINITY);
970edce6 578 if (fd < 0)
80876c20
LP
579 return fd;
580
4d62ee55
DDM
581 r = exec_context_tty_size(context, &rows, &cols);
582 if (r < 0)
583 return r;
584
585 r = terminal_set_size_fd(fd, exec_context_tty_path(context), rows, cols);
51462135
DDM
586 if (r < 0)
587 return r;
588
046a82c1 589 return move_fd(fd, STDIN_FILENO, false);
80876c20
LP
590 }
591
4f2d528d 592 case EXEC_INPUT_SOCKET:
e75a9ed1
LP
593 assert(socket_fd >= 0);
594
7c248223 595 return RET_NERRNO(dup2(socket_fd, STDIN_FILENO));
4f2d528d 596
52c239d7 597 case EXEC_INPUT_NAMED_FD:
e75a9ed1
LP
598 assert(named_iofds[STDIN_FILENO] >= 0);
599
52c239d7 600 (void) fd_nonblock(named_iofds[STDIN_FILENO], false);
7c248223 601 return RET_NERRNO(dup2(named_iofds[STDIN_FILENO], STDIN_FILENO));
52c239d7 602
08f3be7a
LP
603 case EXEC_INPUT_DATA: {
604 int fd;
605
606 fd = acquire_data_fd(context->stdin_data, context->stdin_data_size, 0);
607 if (fd < 0)
608 return fd;
609
610 return move_fd(fd, STDIN_FILENO, false);
611 }
612
2038c3f5
LP
613 case EXEC_INPUT_FILE: {
614 bool rw;
615 int fd;
616
617 assert(context->stdio_file[STDIN_FILENO]);
618
619 rw = (context->std_output == EXEC_OUTPUT_FILE && streq_ptr(context->stdio_file[STDIN_FILENO], context->stdio_file[STDOUT_FILENO])) ||
620 (context->std_error == EXEC_OUTPUT_FILE && streq_ptr(context->stdio_file[STDIN_FILENO], context->stdio_file[STDERR_FILENO]));
621
622 fd = acquire_path(context->stdio_file[STDIN_FILENO], rw ? O_RDWR : O_RDONLY, 0666 & ~context->umask);
623 if (fd < 0)
624 return fd;
625
626 return move_fd(fd, STDIN_FILENO, false);
627 }
628
80876c20 629 default:
04499a70 630 assert_not_reached();
80876c20
LP
631 }
632}
633
41fc585a
LP
634static bool can_inherit_stderr_from_stdout(
635 const ExecContext *context,
636 ExecOutput o,
637 ExecOutput e) {
638
639 assert(context);
640
641 /* Returns true, if given the specified STDERR and STDOUT output we can directly dup() the stdout fd to the
642 * stderr fd */
643
644 if (e == EXEC_OUTPUT_INHERIT)
645 return true;
646 if (e != o)
647 return false;
648
649 if (e == EXEC_OUTPUT_NAMED_FD)
650 return streq_ptr(context->stdio_fdname[STDOUT_FILENO], context->stdio_fdname[STDERR_FILENO]);
651
8d7dab1f 652 if (IN_SET(e, EXEC_OUTPUT_FILE, EXEC_OUTPUT_FILE_APPEND, EXEC_OUTPUT_FILE_TRUNCATE))
41fc585a
LP
653 return streq_ptr(context->stdio_file[STDOUT_FILENO], context->stdio_file[STDERR_FILENO]);
654
655 return true;
656}
657
a34ceba6 658static int setup_output(
34cf6c43 659 const Unit *unit,
a34ceba6
LP
660 const ExecContext *context,
661 const ExecParameters *params,
662 int fileno,
663 int socket_fd,
2caa38e9 664 const int named_iofds[static 3],
a34ceba6 665 const char *ident,
7bce046b
LP
666 uid_t uid,
667 gid_t gid,
668 dev_t *journal_stream_dev,
669 ino_t *journal_stream_ino) {
a34ceba6 670
4f2d528d
LP
671 ExecOutput o;
672 ExecInput i;
47c1d80d 673 int r;
4f2d528d 674
f2341e0a 675 assert(unit);
80876c20 676 assert(context);
a34ceba6 677 assert(params);
80876c20 678 assert(ident);
7bce046b
LP
679 assert(journal_stream_dev);
680 assert(journal_stream_ino);
80876c20 681
a34ceba6
LP
682 if (fileno == STDOUT_FILENO && params->stdout_fd >= 0) {
683
684 if (dup2(params->stdout_fd, STDOUT_FILENO) < 0)
685 return -errno;
686
687 return STDOUT_FILENO;
688 }
689
690 if (fileno == STDERR_FILENO && params->stderr_fd >= 0) {
691 if (dup2(params->stderr_fd, STDERR_FILENO) < 0)
692 return -errno;
693
694 return STDERR_FILENO;
695 }
696
08f3be7a 697 i = fixup_input(context, socket_fd, params->flags & EXEC_APPLY_TTY_STDIN);
03fd9c49 698 o = fixup_output(context->std_output, socket_fd);
4f2d528d 699
eb17e935
MS
700 if (fileno == STDERR_FILENO) {
701 ExecOutput e;
702 e = fixup_output(context->std_error, socket_fd);
80876c20 703
eb17e935
MS
704 /* This expects the input and output are already set up */
705
706 /* Don't change the stderr file descriptor if we inherit all
707 * the way and are not on a tty */
708 if (e == EXEC_OUTPUT_INHERIT &&
709 o == EXEC_OUTPUT_INHERIT &&
710 i == EXEC_INPUT_NULL &&
711 !is_terminal_input(context->std_input) &&
7966a916 712 getppid() != 1)
eb17e935
MS
713 return fileno;
714
715 /* Duplicate from stdout if possible */
41fc585a 716 if (can_inherit_stderr_from_stdout(context, o, e))
7c248223 717 return RET_NERRNO(dup2(STDOUT_FILENO, fileno));
071830ff 718
eb17e935 719 o = e;
80876c20 720
eb17e935 721 } else if (o == EXEC_OUTPUT_INHERIT) {
21d21ea4
LP
722 /* If input got downgraded, inherit the original value */
723 if (i == EXEC_INPUT_NULL && is_terminal_input(context->std_input))
1e22b5cd 724 return open_terminal_as(exec_context_tty_path(context), O_WRONLY, fileno);
21d21ea4 725
08f3be7a
LP
726 /* If the input is connected to anything that's not a /dev/null or a data fd, inherit that... */
727 if (!IN_SET(i, EXEC_INPUT_NULL, EXEC_INPUT_DATA))
7c248223 728 return RET_NERRNO(dup2(STDIN_FILENO, fileno));
071830ff 729
acb591e4
LP
730 /* If we are not started from PID 1 we just inherit STDOUT from our parent process. */
731 if (getppid() != 1)
eb17e935 732 return fileno;
94f04347 733
eb17e935
MS
734 /* We need to open /dev/null here anew, to get the right access mode. */
735 return open_null_as(O_WRONLY, fileno);
071830ff 736 }
94f04347 737
eb17e935 738 switch (o) {
80876c20
LP
739
740 case EXEC_OUTPUT_NULL:
eb17e935 741 return open_null_as(O_WRONLY, fileno);
80876c20
LP
742
743 case EXEC_OUTPUT_TTY:
4f2d528d 744 if (is_terminal_input(i))
7c248223 745 return RET_NERRNO(dup2(STDIN_FILENO, fileno));
80876c20
LP
746
747 /* We don't reset the terminal if this is just about output */
1e22b5cd 748 return open_terminal_as(exec_context_tty_path(context), O_WRONLY, fileno);
80876c20 749
9a6bca7a 750 case EXEC_OUTPUT_KMSG:
28dbc1e8 751 case EXEC_OUTPUT_KMSG_AND_CONSOLE:
706343f4
LP
752 case EXEC_OUTPUT_JOURNAL:
753 case EXEC_OUTPUT_JOURNAL_AND_CONSOLE:
af635cf3 754 r = connect_logger_as(unit, context, params, o, ident, fileno, uid, gid);
47c1d80d 755 if (r < 0) {
7966a916
ZJS
756 log_unit_warning_errno(unit, r, "Failed to connect %s to the journal socket, ignoring: %m",
757 fileno == STDOUT_FILENO ? "stdout" : "stderr");
eb17e935 758 r = open_null_as(O_WRONLY, fileno);
7bce046b
LP
759 } else {
760 struct stat st;
761
762 /* If we connected this fd to the journal via a stream, patch the device/inode into the passed
763 * parameters, but only then. This is useful so that we can set $JOURNAL_STREAM that permits
ab2116b1
LP
764 * services to detect whether they are connected to the journal or not.
765 *
766 * If both stdout and stderr are connected to a stream then let's make sure to store the data
767 * about STDERR as that's usually the best way to do logging. */
7bce046b 768
ab2116b1
LP
769 if (fstat(fileno, &st) >= 0 &&
770 (*journal_stream_ino == 0 || fileno == STDERR_FILENO)) {
7bce046b
LP
771 *journal_stream_dev = st.st_dev;
772 *journal_stream_ino = st.st_ino;
773 }
47c1d80d
MS
774 }
775 return r;
4f2d528d
LP
776
777 case EXEC_OUTPUT_SOCKET:
778 assert(socket_fd >= 0);
e75a9ed1 779
7c248223 780 return RET_NERRNO(dup2(socket_fd, fileno));
94f04347 781
52c239d7 782 case EXEC_OUTPUT_NAMED_FD:
e75a9ed1
LP
783 assert(named_iofds[fileno] >= 0);
784
52c239d7 785 (void) fd_nonblock(named_iofds[fileno], false);
7c248223 786 return RET_NERRNO(dup2(named_iofds[fileno], fileno));
52c239d7 787
566b7d23 788 case EXEC_OUTPUT_FILE:
8d7dab1f
LW
789 case EXEC_OUTPUT_FILE_APPEND:
790 case EXEC_OUTPUT_FILE_TRUNCATE: {
2038c3f5 791 bool rw;
566b7d23 792 int fd, flags;
2038c3f5
LP
793
794 assert(context->stdio_file[fileno]);
795
796 rw = context->std_input == EXEC_INPUT_FILE &&
797 streq_ptr(context->stdio_file[fileno], context->stdio_file[STDIN_FILENO]);
798
799 if (rw)
7c248223 800 return RET_NERRNO(dup2(STDIN_FILENO, fileno));
2038c3f5 801
566b7d23
ZD
802 flags = O_WRONLY;
803 if (o == EXEC_OUTPUT_FILE_APPEND)
804 flags |= O_APPEND;
8d7dab1f
LW
805 else if (o == EXEC_OUTPUT_FILE_TRUNCATE)
806 flags |= O_TRUNC;
566b7d23
ZD
807
808 fd = acquire_path(context->stdio_file[fileno], flags, 0666 & ~context->umask);
2038c3f5
LP
809 if (fd < 0)
810 return fd;
811
566b7d23 812 return move_fd(fd, fileno, 0);
2038c3f5
LP
813 }
814
94f04347 815 default:
04499a70 816 assert_not_reached();
94f04347 817 }
071830ff
LP
818}
819
02a51aba 820static int chown_terminal(int fd, uid_t uid) {
4b3b5bc7 821 int r;
02a51aba
LP
822
823 assert(fd >= 0);
02a51aba 824
1ff74fb6 825 /* Before we chown/chmod the TTY, let's ensure this is actually a tty */
4b3b5bc7
LP
826 if (isatty(fd) < 1) {
827 if (IN_SET(errno, EINVAL, ENOTTY))
828 return 0; /* not a tty */
1ff74fb6 829
02a51aba 830 return -errno;
4b3b5bc7 831 }
02a51aba 832
4b3b5bc7 833 /* This might fail. What matters are the results. */
f2df231f 834 r = fchmod_and_chown(fd, TTY_MODE, uid, GID_INVALID);
4b3b5bc7
LP
835 if (r < 0)
836 return r;
02a51aba 837
4b3b5bc7 838 return 1;
02a51aba
LP
839}
840
aedec452 841static int setup_confirm_stdio(
51462135 842 const ExecContext *context,
aedec452
LP
843 const char *vc,
844 int *ret_saved_stdin,
845 int *ret_saved_stdout) {
846
254d1313 847 _cleanup_close_ int fd = -EBADF, saved_stdin = -EBADF, saved_stdout = -EBADF;
4d62ee55 848 unsigned rows, cols;
3d18b167 849 int r;
80876c20 850
aedec452
LP
851 assert(ret_saved_stdin);
852 assert(ret_saved_stdout);
80876c20 853
af6da548
LP
854 saved_stdin = fcntl(STDIN_FILENO, F_DUPFD, 3);
855 if (saved_stdin < 0)
856 return -errno;
80876c20 857
af6da548 858 saved_stdout = fcntl(STDOUT_FILENO, F_DUPFD, 3);
3d18b167
LP
859 if (saved_stdout < 0)
860 return -errno;
80876c20 861
8854d795 862 fd = acquire_terminal(vc, ACQUIRE_TERMINAL_WAIT, DEFAULT_CONFIRM_USEC);
3d18b167
LP
863 if (fd < 0)
864 return fd;
80876c20 865
af6da548
LP
866 r = chown_terminal(fd, getuid());
867 if (r < 0)
3d18b167 868 return r;
02a51aba 869
3d18b167
LP
870 r = reset_terminal_fd(fd, true);
871 if (r < 0)
872 return r;
80876c20 873
4d62ee55
DDM
874 r = exec_context_tty_size(context, &rows, &cols);
875 if (r < 0)
876 return r;
877
878 r = terminal_set_size_fd(fd, vc, rows, cols);
51462135
DDM
879 if (r < 0)
880 return r;
881
aedec452
LP
882 r = rearrange_stdio(fd, fd, STDERR_FILENO); /* Invalidates 'fd' also on failure */
883 TAKE_FD(fd);
2b33ab09
LP
884 if (r < 0)
885 return r;
80876c20 886
aedec452
LP
887 *ret_saved_stdin = TAKE_FD(saved_stdin);
888 *ret_saved_stdout = TAKE_FD(saved_stdout);
3d18b167 889 return 0;
80876c20
LP
890}
891
63d77c92 892static void write_confirm_error_fd(int err, int fd, const Unit *u) {
3b20f877
FB
893 assert(err < 0);
894
895 if (err == -ETIMEDOUT)
63d77c92 896 dprintf(fd, "Confirmation question timed out for %s, assuming positive response.\n", u->id);
3b20f877
FB
897 else {
898 errno = -err;
63d77c92 899 dprintf(fd, "Couldn't ask confirmation for %s: %m, assuming positive response.\n", u->id);
3b20f877
FB
900 }
901}
902
63d77c92 903static void write_confirm_error(int err, const char *vc, const Unit *u) {
254d1313 904 _cleanup_close_ int fd = -EBADF;
80876c20 905
3b20f877 906 assert(vc);
80876c20 907
7d5ceb64 908 fd = open_terminal(vc, O_WRONLY|O_NOCTTY|O_CLOEXEC);
af6da548 909 if (fd < 0)
3b20f877 910 return;
80876c20 911
63d77c92 912 write_confirm_error_fd(err, fd, u);
af6da548 913}
80876c20 914
3d18b167 915static int restore_confirm_stdio(int *saved_stdin, int *saved_stdout) {
af6da548 916 int r = 0;
80876c20 917
af6da548
LP
918 assert(saved_stdin);
919 assert(saved_stdout);
920
921 release_terminal();
922
923 if (*saved_stdin >= 0)
80876c20 924 if (dup2(*saved_stdin, STDIN_FILENO) < 0)
af6da548 925 r = -errno;
80876c20 926
af6da548 927 if (*saved_stdout >= 0)
80876c20 928 if (dup2(*saved_stdout, STDOUT_FILENO) < 0)
af6da548 929 r = -errno;
80876c20 930
3d18b167
LP
931 *saved_stdin = safe_close(*saved_stdin);
932 *saved_stdout = safe_close(*saved_stdout);
af6da548
LP
933
934 return r;
935}
936
3b20f877
FB
937enum {
938 CONFIRM_PRETEND_FAILURE = -1,
939 CONFIRM_PRETEND_SUCCESS = 0,
940 CONFIRM_EXECUTE = 1,
941};
942
51462135 943static int ask_for_confirmation(const ExecContext *context, const char *vc, Unit *u, const char *cmdline) {
af6da548 944 int saved_stdout = -1, saved_stdin = -1, r;
2bcd3c26 945 _cleanup_free_ char *e = NULL;
3b20f877 946 char c;
af6da548 947
3b20f877 948 /* For any internal errors, assume a positive response. */
51462135 949 r = setup_confirm_stdio(context, vc, &saved_stdin, &saved_stdout);
3b20f877 950 if (r < 0) {
63d77c92 951 write_confirm_error(r, vc, u);
3b20f877
FB
952 return CONFIRM_EXECUTE;
953 }
af6da548 954
b0eb2944
FB
955 /* confirm_spawn might have been disabled while we were sleeping. */
956 if (manager_is_confirm_spawn_disabled(u->manager)) {
957 r = 1;
958 goto restore_stdio;
959 }
af6da548 960
2bcd3c26
FB
961 e = ellipsize(cmdline, 60, 100);
962 if (!e) {
963 log_oom();
964 r = CONFIRM_EXECUTE;
965 goto restore_stdio;
966 }
af6da548 967
d172b175 968 for (;;) {
539622bd 969 r = ask_char(&c, "yfshiDjcn", "Execute %s? [y, f, s – h for help] ", e);
d172b175 970 if (r < 0) {
63d77c92 971 write_confirm_error_fd(r, STDOUT_FILENO, u);
d172b175
FB
972 r = CONFIRM_EXECUTE;
973 goto restore_stdio;
974 }
af6da548 975
d172b175 976 switch (c) {
b0eb2944
FB
977 case 'c':
978 printf("Resuming normal execution.\n");
979 manager_disable_confirm_spawn();
980 r = 1;
981 break;
dd6f9ac0
FB
982 case 'D':
983 unit_dump(u, stdout, " ");
984 continue; /* ask again */
d172b175
FB
985 case 'f':
986 printf("Failing execution.\n");
987 r = CONFIRM_PRETEND_FAILURE;
988 break;
989 case 'h':
b0eb2944
FB
990 printf(" c - continue, proceed without asking anymore\n"
991 " D - dump, show the state of the unit\n"
dd6f9ac0 992 " f - fail, don't execute the command and pretend it failed\n"
d172b175 993 " h - help\n"
eedf223a 994 " i - info, show a short summary of the unit\n"
56fde33a 995 " j - jobs, show jobs that are in progress\n"
d172b175
FB
996 " s - skip, don't execute the command and pretend it succeeded\n"
997 " y - yes, execute the command\n");
dd6f9ac0 998 continue; /* ask again */
eedf223a
FB
999 case 'i':
1000 printf(" Description: %s\n"
1001 " Unit: %s\n"
1002 " Command: %s\n",
1003 u->id, u->description, cmdline);
1004 continue; /* ask again */
56fde33a 1005 case 'j':
d1d8786c 1006 manager_dump_jobs(u->manager, stdout, /* patterns= */ NULL, " ");
56fde33a 1007 continue; /* ask again */
539622bd
FB
1008 case 'n':
1009 /* 'n' was removed in favor of 'f'. */
1010 printf("Didn't understand 'n', did you mean 'f'?\n");
1011 continue; /* ask again */
d172b175
FB
1012 case 's':
1013 printf("Skipping execution.\n");
1014 r = CONFIRM_PRETEND_SUCCESS;
1015 break;
1016 case 'y':
1017 r = CONFIRM_EXECUTE;
1018 break;
1019 default:
04499a70 1020 assert_not_reached();
d172b175 1021 }
3b20f877 1022 break;
3b20f877 1023 }
af6da548 1024
3b20f877 1025restore_stdio:
af6da548 1026 restore_confirm_stdio(&saved_stdin, &saved_stdout);
af6da548 1027 return r;
80876c20
LP
1028}
1029
4d885bd3
DH
1030static int get_fixed_user(const ExecContext *c, const char **user,
1031 uid_t *uid, gid_t *gid,
1032 const char **home, const char **shell) {
81a2b7ce 1033 int r;
4d885bd3 1034 const char *name;
81a2b7ce 1035
4d885bd3 1036 assert(c);
81a2b7ce 1037
23deef88
LP
1038 if (!c->user)
1039 return 0;
1040
4d885bd3
DH
1041 /* Note that we don't set $HOME or $SHELL if they are not particularly enlightening anyway
1042 * (i.e. are "/" or "/bin/nologin"). */
81a2b7ce 1043
23deef88 1044 name = c->user;
fafff8f1 1045 r = get_user_creds(&name, uid, gid, home, shell, USER_CREDS_CLEAN);
4d885bd3
DH
1046 if (r < 0)
1047 return r;
81a2b7ce 1048
4d885bd3
DH
1049 *user = name;
1050 return 0;
1051}
1052
1053static int get_fixed_group(const ExecContext *c, const char **group, gid_t *gid) {
1054 int r;
1055 const char *name;
1056
1057 assert(c);
1058
1059 if (!c->group)
1060 return 0;
1061
1062 name = c->group;
fafff8f1 1063 r = get_group_creds(&name, gid, 0);
4d885bd3
DH
1064 if (r < 0)
1065 return r;
1066
1067 *group = name;
1068 return 0;
1069}
1070
cdc5d5c5
DH
1071static int get_supplementary_groups(const ExecContext *c, const char *user,
1072 const char *group, gid_t gid,
1073 gid_t **supplementary_gids, int *ngids) {
4d885bd3
DH
1074 int r, k = 0;
1075 int ngroups_max;
1076 bool keep_groups = false;
1077 gid_t *groups = NULL;
1078 _cleanup_free_ gid_t *l_gids = NULL;
1079
1080 assert(c);
1081
bbeea271
DH
1082 /*
1083 * If user is given, then lookup GID and supplementary groups list.
1084 * We avoid NSS lookups for gid=0. Also we have to initialize groups
cdc5d5c5
DH
1085 * here and as early as possible so we keep the list of supplementary
1086 * groups of the caller.
bbeea271
DH
1087 */
1088 if (user && gid_is_valid(gid) && gid != 0) {
1089 /* First step, initialize groups from /etc/groups */
1090 if (initgroups(user, gid) < 0)
1091 return -errno;
1092
1093 keep_groups = true;
1094 }
1095
ac6e8be6 1096 if (strv_isempty(c->supplementary_groups))
4d885bd3
DH
1097 return 0;
1098
366ddd25
DH
1099 /*
1100 * If SupplementaryGroups= was passed then NGROUPS_MAX has to
1101 * be positive, otherwise fail.
1102 */
1103 errno = 0;
1104 ngroups_max = (int) sysconf(_SC_NGROUPS_MAX);
66855de7
LP
1105 if (ngroups_max <= 0)
1106 return errno_or_else(EOPNOTSUPP);
366ddd25 1107
4d885bd3
DH
1108 l_gids = new(gid_t, ngroups_max);
1109 if (!l_gids)
1110 return -ENOMEM;
81a2b7ce 1111
4d885bd3
DH
1112 if (keep_groups) {
1113 /*
1114 * Lookup the list of groups that the user belongs to, we
1115 * avoid NSS lookups here too for gid=0.
1116 */
1117 k = ngroups_max;
1118 if (getgrouplist(user, gid, l_gids, &k) < 0)
1119 return -EINVAL;
1120 } else
1121 k = 0;
81a2b7ce 1122
4d885bd3
DH
1123 STRV_FOREACH(i, c->supplementary_groups) {
1124 const char *g;
81a2b7ce 1125
4d885bd3
DH
1126 if (k >= ngroups_max)
1127 return -E2BIG;
81a2b7ce 1128
4d885bd3 1129 g = *i;
fafff8f1 1130 r = get_group_creds(&g, l_gids+k, 0);
4d885bd3
DH
1131 if (r < 0)
1132 return r;
81a2b7ce 1133
4d885bd3
DH
1134 k++;
1135 }
81a2b7ce 1136
4d885bd3
DH
1137 /*
1138 * Sets ngids to zero to drop all supplementary groups, happens
1139 * when we are under root and SupplementaryGroups= is empty.
1140 */
1141 if (k == 0) {
1142 *ngids = 0;
1143 return 0;
1144 }
81a2b7ce 1145
4d885bd3
DH
1146 /* Otherwise get the final list of supplementary groups */
1147 groups = memdup(l_gids, sizeof(gid_t) * k);
1148 if (!groups)
1149 return -ENOMEM;
1150
1151 *supplementary_gids = groups;
1152 *ngids = k;
1153
1154 groups = NULL;
1155
1156 return 0;
1157}
1158
34cf6c43 1159static int enforce_groups(gid_t gid, const gid_t *supplementary_gids, int ngids) {
4d885bd3
DH
1160 int r;
1161
709dbeac
YW
1162 /* Handle SupplementaryGroups= if it is not empty */
1163 if (ngids > 0) {
4d885bd3
DH
1164 r = maybe_setgroups(ngids, supplementary_gids);
1165 if (r < 0)
97f0e76f 1166 return r;
4d885bd3 1167 }
81a2b7ce 1168
4d885bd3
DH
1169 if (gid_is_valid(gid)) {
1170 /* Then set our gids */
1171 if (setresgid(gid, gid, gid) < 0)
1172 return -errno;
81a2b7ce
LP
1173 }
1174
1175 return 0;
1176}
1177
a954b249
LP
1178static int set_securebits(unsigned bits, unsigned mask) {
1179 unsigned applied;
1180 int current;
1181
dbdc4098
TK
1182 current = prctl(PR_GET_SECUREBITS);
1183 if (current < 0)
1184 return -errno;
a954b249 1185
dbdc4098 1186 /* Clear all securebits defined in mask and set bits */
a954b249
LP
1187 applied = ((unsigned) current & ~mask) | bits;
1188 if ((unsigned) current == applied)
dbdc4098 1189 return 0;
a954b249 1190
dbdc4098
TK
1191 if (prctl(PR_SET_SECUREBITS, applied) < 0)
1192 return -errno;
a954b249 1193
dbdc4098
TK
1194 return 1;
1195}
1196
638fd8cc
LP
1197static int enforce_user(
1198 const ExecContext *context,
1199 uid_t uid,
1200 uint64_t capability_ambient_set) {
81a2b7ce 1201 assert(context);
dbdc4098 1202 int r;
81a2b7ce 1203
4d885bd3
DH
1204 if (!uid_is_valid(uid))
1205 return 0;
1206
a954b249
LP
1207 /* Sets (but doesn't look up) the UIS and makes sure we keep the capabilities while doing so. For
1208 * setting secure bits the capability CAP_SETPCAP is required, so we also need keep-caps in this
1209 * case. */
81a2b7ce 1210
638fd8cc 1211 if ((capability_ambient_set != 0 || context->secure_bits != 0) && uid != 0) {
81a2b7ce 1212
a954b249
LP
1213 /* First step: If we need to keep capabilities but drop privileges we need to make sure we
1214 * keep our caps, while we drop privileges. Add KEEP_CAPS to the securebits */
1215 r = set_securebits(1U << SECURE_KEEP_CAPS, 0);
1216 if (r < 0)
1217 return r;
81a2b7ce
LP
1218 }
1219
479050b3 1220 /* Second step: actually set the uids */
81a2b7ce
LP
1221 if (setresuid(uid, uid, uid) < 0)
1222 return -errno;
1223
a954b249
LP
1224 /* At this point we should have all necessary capabilities but are otherwise a normal user. However,
1225 * the caps might got corrupted due to the setresuid() so we need clean them up later. This is done
1226 * outside of this call. */
81a2b7ce
LP
1227 return 0;
1228}
1229
349cc4a5 1230#if HAVE_PAM
5b6319dc
LP
1231
1232static int null_conv(
1233 int num_msg,
1234 const struct pam_message **msg,
1235 struct pam_response **resp,
1236 void *appdata_ptr) {
1237
1238 /* We don't support conversations */
1239
1240 return PAM_CONV_ERR;
1241}
1242
cefc33ae
LP
1243#endif
1244
5b6319dc
LP
1245static int setup_pam(
1246 const char *name,
1247 const char *user,
940c5210 1248 uid_t uid,
2d6fce8d 1249 gid_t gid,
5b6319dc 1250 const char *tty,
421bb42d 1251 char ***env, /* updated on success */
5b8d1f6b 1252 const int fds[], size_t n_fds) {
5b6319dc 1253
349cc4a5 1254#if HAVE_PAM
cefc33ae 1255
5b6319dc
LP
1256 static const struct pam_conv conv = {
1257 .conv = null_conv,
1258 .appdata_ptr = NULL
1259 };
1260
2d7c6aa2 1261 _cleanup_(barrier_destroy) Barrier barrier = BARRIER_NULL;
46e5bbab 1262 _cleanup_strv_free_ char **e = NULL;
5b6319dc 1263 pam_handle_t *handle = NULL;
d6e5f3ad 1264 sigset_t old_ss;
7bb70b6e 1265 int pam_code = PAM_SUCCESS, r;
5b6319dc
LP
1266 bool close_session = false;
1267 pid_t pam_pid = 0, parent_pid;
970edce6 1268 int flags = 0;
5b6319dc
LP
1269
1270 assert(name);
1271 assert(user);
2065ca69 1272 assert(env);
5b6319dc
LP
1273
1274 /* We set up PAM in the parent process, then fork. The child
35b8ca3a 1275 * will then stay around until killed via PR_GET_PDEATHSIG or
5b6319dc
LP
1276 * systemd via the cgroup logic. It will then remove the PAM
1277 * session again. The parent process will exec() the actual
1278 * daemon. We do things this way to ensure that the main PID
1279 * of the daemon is the one we initially fork()ed. */
1280
7bb70b6e
LP
1281 r = barrier_create(&barrier);
1282 if (r < 0)
2d7c6aa2
DH
1283 goto fail;
1284
553d2243 1285 if (log_get_max_level() < LOG_DEBUG)
970edce6
ZJS
1286 flags |= PAM_SILENT;
1287
f546241b
ZJS
1288 pam_code = pam_start(name, user, &conv, &handle);
1289 if (pam_code != PAM_SUCCESS) {
5b6319dc
LP
1290 handle = NULL;
1291 goto fail;
1292 }
1293
3cd24c1a
LP
1294 if (!tty) {
1295 _cleanup_free_ char *q = NULL;
1296
1297 /* Hmm, so no TTY was explicitly passed, but an fd passed to us directly might be a TTY. Let's figure
1298 * out if that's the case, and read the TTY off it. */
1299
1300 if (getttyname_malloc(STDIN_FILENO, &q) >= 0)
1301 tty = strjoina("/dev/", q);
1302 }
1303
513cf7da
MS
1304 if (tty) {
1305 pam_code = pam_set_item(handle, PAM_TTY, tty);
1306 if (pam_code != PAM_SUCCESS)
1307 goto fail;
1308 }
5b6319dc 1309
84eada2f
JW
1310 STRV_FOREACH(nv, *env) {
1311 pam_code = pam_putenv(handle, *nv);
2065ca69
JW
1312 if (pam_code != PAM_SUCCESS)
1313 goto fail;
1314 }
1315
970edce6 1316 pam_code = pam_acct_mgmt(handle, flags);
f546241b 1317 if (pam_code != PAM_SUCCESS)
5b6319dc
LP
1318 goto fail;
1319
3bb39ea9
DG
1320 pam_code = pam_setcred(handle, PAM_ESTABLISH_CRED | flags);
1321 if (pam_code != PAM_SUCCESS)
46d7c6af 1322 log_debug("pam_setcred() failed, ignoring: %s", pam_strerror(handle, pam_code));
3bb39ea9 1323
970edce6 1324 pam_code = pam_open_session(handle, flags);
f546241b 1325 if (pam_code != PAM_SUCCESS)
5b6319dc
LP
1326 goto fail;
1327
1328 close_session = true;
1329
f546241b
ZJS
1330 e = pam_getenvlist(handle);
1331 if (!e) {
5b6319dc
LP
1332 pam_code = PAM_BUF_ERR;
1333 goto fail;
1334 }
1335
cafc5ca1 1336 /* Block SIGTERM, so that we know that it won't get lost in the child */
ce30c8dc 1337
72c0a2c2 1338 assert_se(sigprocmask_many(SIG_BLOCK, &old_ss, SIGTERM, -1) >= 0);
5b6319dc 1339
df0ff127 1340 parent_pid = getpid_cached();
5b6319dc 1341
4c253ed1
LP
1342 r = safe_fork("(sd-pam)", 0, &pam_pid);
1343 if (r < 0)
5b6319dc 1344 goto fail;
4c253ed1 1345 if (r == 0) {
7bb70b6e 1346 int sig, ret = EXIT_PAM;
5b6319dc 1347
cafc5ca1 1348 /* The child's job is to reset the PAM session on termination */
2d7c6aa2 1349 barrier_set_role(&barrier, BARRIER_CHILD);
5b6319dc 1350
1da37e58
ZJS
1351 /* Make sure we don't keep open the passed fds in this child. We assume that otherwise only
1352 * those fds are open here that have been opened by PAM. */
4c253ed1 1353 (void) close_many(fds, n_fds);
5b6319dc 1354
cafc5ca1
LP
1355 /* Drop privileges - we don't need any to pam_close_session and this will make
1356 * PR_SET_PDEATHSIG work in most cases. If this fails, ignore the error - but expect sd-pam
1357 * threads to fail to exit normally */
2d6fce8d 1358
97f0e76f
LP
1359 r = maybe_setgroups(0, NULL);
1360 if (r < 0)
1361 log_warning_errno(r, "Failed to setgroups() in sd-pam: %m");
2d6fce8d
LP
1362 if (setresgid(gid, gid, gid) < 0)
1363 log_warning_errno(errno, "Failed to setresgid() in sd-pam: %m");
940c5210 1364 if (setresuid(uid, uid, uid) < 0)
2d6fce8d 1365 log_warning_errno(errno, "Failed to setresuid() in sd-pam: %m");
940c5210 1366
9c274488 1367 (void) ignore_signals(SIGPIPE);
ce30c8dc 1368
cafc5ca1
LP
1369 /* Wait until our parent died. This will only work if the above setresuid() succeeds,
1370 * otherwise the kernel will not allow unprivileged parents kill their privileged children
1371 * this way. We rely on the control groups kill logic to do the rest for us. */
5b6319dc
LP
1372 if (prctl(PR_SET_PDEATHSIG, SIGTERM) < 0)
1373 goto child_finish;
1374
cafc5ca1
LP
1375 /* Tell the parent that our setup is done. This is especially important regarding dropping
1376 * privileges. Otherwise, unit setup might race against our setresuid(2) call.
643f4706 1377 *
cafc5ca1 1378 * If the parent aborted, we'll detect this below, hence ignore return failure here. */
643f4706 1379 (void) barrier_place(&barrier);
2d7c6aa2 1380
643f4706 1381 /* Check if our parent process might already have died? */
5b6319dc 1382 if (getppid() == parent_pid) {
d6e5f3ad
DM
1383 sigset_t ss;
1384
1385 assert_se(sigemptyset(&ss) >= 0);
1386 assert_se(sigaddset(&ss, SIGTERM) >= 0);
1387
3dead8d9
LP
1388 for (;;) {
1389 if (sigwait(&ss, &sig) < 0) {
1390 if (errno == EINTR)
1391 continue;
1392
1393 goto child_finish;
1394 }
5b6319dc 1395
3dead8d9
LP
1396 assert(sig == SIGTERM);
1397 break;
1398 }
5b6319dc
LP
1399 }
1400
3bb39ea9
DG
1401 pam_code = pam_setcred(handle, PAM_DELETE_CRED | flags);
1402 if (pam_code != PAM_SUCCESS)
1403 goto child_finish;
1404
3dead8d9 1405 /* If our parent died we'll end the session */
f546241b 1406 if (getppid() != parent_pid) {
970edce6 1407 pam_code = pam_close_session(handle, flags);
f546241b 1408 if (pam_code != PAM_SUCCESS)
5b6319dc 1409 goto child_finish;
f546241b 1410 }
5b6319dc 1411
7bb70b6e 1412 ret = 0;
5b6319dc
LP
1413
1414 child_finish:
7feb2b57
LP
1415 /* NB: pam_end() when called in child processes should set PAM_DATA_SILENT to let the module
1416 * know about this. See pam_end(3) */
1417 (void) pam_end(handle, pam_code | flags | PAM_DATA_SILENT);
7bb70b6e 1418 _exit(ret);
5b6319dc
LP
1419 }
1420
2d7c6aa2
DH
1421 barrier_set_role(&barrier, BARRIER_PARENT);
1422
cafc5ca1
LP
1423 /* If the child was forked off successfully it will do all the cleanups, so forget about the handle
1424 * here. */
5b6319dc
LP
1425 handle = NULL;
1426
3b8bddde 1427 /* Unblock SIGTERM again in the parent */
72c0a2c2 1428 assert_se(sigprocmask(SIG_SETMASK, &old_ss, NULL) >= 0);
5b6319dc 1429
cafc5ca1
LP
1430 /* We close the log explicitly here, since the PAM modules might have opened it, but we don't want
1431 * this fd around. */
5b6319dc
LP
1432 closelog();
1433
cafc5ca1
LP
1434 /* Synchronously wait for the child to initialize. We don't care for errors as we cannot
1435 * recover. However, warn loudly if it happens. */
2d7c6aa2
DH
1436 if (!barrier_place_and_sync(&barrier))
1437 log_error("PAM initialization failed");
1438
130d3d22 1439 return strv_free_and_replace(*env, e);
5b6319dc
LP
1440
1441fail:
970edce6
ZJS
1442 if (pam_code != PAM_SUCCESS) {
1443 log_error("PAM failed: %s", pam_strerror(handle, pam_code));
7bb70b6e
LP
1444 r = -EPERM; /* PAM errors do not map to errno */
1445 } else
1446 log_error_errno(r, "PAM failed: %m");
9ba35398 1447
5b6319dc
LP
1448 if (handle) {
1449 if (close_session)
970edce6 1450 pam_code = pam_close_session(handle, flags);
5b6319dc 1451
7feb2b57 1452 (void) pam_end(handle, pam_code | flags);
5b6319dc
LP
1453 }
1454
5b6319dc 1455 closelog();
7bb70b6e 1456 return r;
cefc33ae
LP
1457#else
1458 return 0;
5b6319dc 1459#endif
cefc33ae 1460}
5b6319dc 1461
5d6b1584 1462static void rename_process_from_path(const char *path) {
a99626c1 1463 _cleanup_free_ char *buf = NULL;
5d6b1584 1464 const char *p;
5d6b1584 1465
a99626c1
LP
1466 assert(path);
1467
1468 /* This resulting string must fit in 10 chars (i.e. the length of "/sbin/init") to look pretty in
1469 * /bin/ps */
5d6b1584 1470
a99626c1 1471 if (path_extract_filename(path, &buf) < 0) {
5d6b1584
LP
1472 rename_process("(...)");
1473 return;
1474 }
1475
a99626c1 1476 size_t l = strlen(buf);
5d6b1584 1477 if (l > 8) {
a99626c1 1478 /* The end of the process name is usually more interesting, since the first bit might just be
5d6b1584 1479 * "systemd-" */
a99626c1 1480 p = buf + l - 8;
5d6b1584 1481 l = 8;
a99626c1
LP
1482 } else
1483 p = buf;
5d6b1584 1484
a99626c1 1485 char process_name[11];
5d6b1584
LP
1486 process_name[0] = '(';
1487 memcpy(process_name+1, p, l);
1488 process_name[1+l] = ')';
1489 process_name[1+l+1] = 0;
1490
1491 rename_process(process_name);
1492}
1493
469830d1
LP
1494static bool context_has_address_families(const ExecContext *c) {
1495 assert(c);
1496
6b000af4 1497 return c->address_families_allow_list ||
469830d1
LP
1498 !set_isempty(c->address_families);
1499}
1500
1501static bool context_has_syscall_filters(const ExecContext *c) {
1502 assert(c);
1503
6b000af4 1504 return c->syscall_allow_list ||
8cfa775f 1505 !hashmap_isempty(c->syscall_filter);
469830d1
LP
1506}
1507
9df2cdd8
TM
1508static bool context_has_syscall_logs(const ExecContext *c) {
1509 assert(c);
1510
1511 return c->syscall_log_allow_list ||
1512 !hashmap_isempty(c->syscall_log);
1513}
1514
469830d1
LP
1515static bool context_has_no_new_privileges(const ExecContext *c) {
1516 assert(c);
1517
1518 if (c->no_new_privileges)
1519 return true;
1520
26c45a6c 1521 if (have_effective_cap(CAP_SYS_ADMIN) > 0) /* if we are privileged, we don't need NNP */
469830d1
LP
1522 return false;
1523
1524 /* We need NNP if we have any form of seccomp and are unprivileged */
0538d2a8 1525 return c->lock_personality ||
469830d1 1526 c->memory_deny_write_execute ||
0538d2a8 1527 c->private_devices ||
fc64760d 1528 c->protect_clock ||
0538d2a8 1529 c->protect_hostname ||
469830d1
LP
1530 c->protect_kernel_tunables ||
1531 c->protect_kernel_modules ||
84703040 1532 c->protect_kernel_logs ||
0538d2a8
YW
1533 context_has_address_families(c) ||
1534 exec_context_restrict_namespaces_set(c) ||
1535 c->restrict_realtime ||
1536 c->restrict_suid_sgid ||
78e864e5 1537 !set_isempty(c->syscall_archs) ||
0538d2a8
YW
1538 context_has_syscall_filters(c) ||
1539 context_has_syscall_logs(c);
469830d1
LP
1540}
1541
bb0c0d6f
LP
1542static bool exec_context_has_credentials(const ExecContext *context) {
1543
1544 assert(context);
1545
1546 return !hashmap_isempty(context->set_credentials) ||
43144be4 1547 !hashmap_isempty(context->load_credentials);
bb0c0d6f
LP
1548}
1549
349cc4a5 1550#if HAVE_SECCOMP
17df7223 1551
83f12b27 1552static bool skip_seccomp_unavailable(const Unit* u, const char* msg) {
f673b62d
LP
1553
1554 if (is_seccomp_available())
1555 return false;
1556
f673b62d 1557 log_unit_debug(u, "SECCOMP features not detected in the kernel, skipping %s", msg);
f673b62d 1558 return true;
83f12b27
FS
1559}
1560
165a31c0 1561static int apply_syscall_filter(const Unit* u, const ExecContext *c, bool needs_ambient_hack) {
469830d1 1562 uint32_t negative_action, default_action, action;
165a31c0 1563 int r;
8351ceae 1564
469830d1 1565 assert(u);
c0467cf3 1566 assert(c);
8351ceae 1567
469830d1 1568 if (!context_has_syscall_filters(c))
83f12b27
FS
1569 return 0;
1570
469830d1
LP
1571 if (skip_seccomp_unavailable(u, "SystemCallFilter="))
1572 return 0;
e9642be2 1573
005bfaf1 1574 negative_action = c->syscall_errno == SECCOMP_ERROR_NUMBER_KILL ? scmp_act_kill_process() : SCMP_ACT_ERRNO(c->syscall_errno);
e9642be2 1575
6b000af4 1576 if (c->syscall_allow_list) {
469830d1
LP
1577 default_action = negative_action;
1578 action = SCMP_ACT_ALLOW;
7c66bae2 1579 } else {
469830d1
LP
1580 default_action = SCMP_ACT_ALLOW;
1581 action = negative_action;
57183d11 1582 }
8351ceae 1583
165a31c0 1584 if (needs_ambient_hack) {
6b000af4 1585 r = seccomp_filter_set_add(c->syscall_filter, c->syscall_allow_list, syscall_filter_sets + SYSCALL_FILTER_SET_SETUID);
165a31c0
LP
1586 if (r < 0)
1587 return r;
1588 }
1589
b54f36c6 1590 return seccomp_load_syscall_filter_set_raw(default_action, c->syscall_filter, action, false);
4298d0b5
LP
1591}
1592
9df2cdd8
TM
1593static int apply_syscall_log(const Unit* u, const ExecContext *c) {
1594#ifdef SCMP_ACT_LOG
1595 uint32_t default_action, action;
1596#endif
1597
1598 assert(u);
1599 assert(c);
1600
1601 if (!context_has_syscall_logs(c))
1602 return 0;
1603
1604#ifdef SCMP_ACT_LOG
1605 if (skip_seccomp_unavailable(u, "SystemCallLog="))
1606 return 0;
1607
1608 if (c->syscall_log_allow_list) {
1609 /* Log nothing but the ones listed */
1610 default_action = SCMP_ACT_ALLOW;
1611 action = SCMP_ACT_LOG;
1612 } else {
1613 /* Log everything but the ones listed */
1614 default_action = SCMP_ACT_LOG;
1615 action = SCMP_ACT_ALLOW;
1616 }
1617
1618 return seccomp_load_syscall_filter_set_raw(default_action, c->syscall_log, action, false);
1619#else
1620 /* old libseccomp */
1621 log_unit_debug(u, "SECCOMP feature SCMP_ACT_LOG not available, skipping SystemCallLog=");
1622 return 0;
1623#endif
1624}
1625
469830d1
LP
1626static int apply_syscall_archs(const Unit *u, const ExecContext *c) {
1627 assert(u);
4298d0b5
LP
1628 assert(c);
1629
469830d1 1630 if (set_isempty(c->syscall_archs))
83f12b27
FS
1631 return 0;
1632
469830d1
LP
1633 if (skip_seccomp_unavailable(u, "SystemCallArchitectures="))
1634 return 0;
4298d0b5 1635
469830d1
LP
1636 return seccomp_restrict_archs(c->syscall_archs);
1637}
4298d0b5 1638
469830d1
LP
1639static int apply_address_families(const Unit* u, const ExecContext *c) {
1640 assert(u);
1641 assert(c);
4298d0b5 1642
469830d1
LP
1643 if (!context_has_address_families(c))
1644 return 0;
4298d0b5 1645
469830d1
LP
1646 if (skip_seccomp_unavailable(u, "RestrictAddressFamilies="))
1647 return 0;
4298d0b5 1648
6b000af4 1649 return seccomp_restrict_address_families(c->address_families, c->address_families_allow_list);
8351ceae 1650}
4298d0b5 1651
83f12b27 1652static int apply_memory_deny_write_execute(const Unit* u, const ExecContext *c) {
7a114ed4
TM
1653 int r;
1654
469830d1 1655 assert(u);
f3e43635
TM
1656 assert(c);
1657
469830d1 1658 if (!c->memory_deny_write_execute)
83f12b27
FS
1659 return 0;
1660
7a114ed4
TM
1661 /* use prctl() if kernel supports it (6.3) */
1662 r = prctl(PR_SET_MDWE, PR_MDWE_REFUSE_EXEC_GAIN, 0, 0, 0);
1663 if (r == 0) {
1664 log_unit_debug(u, "Enabled MemoryDenyWriteExecute= with PR_SET_MDWE");
1665 return 0;
1666 }
1667 if (r < 0 && errno != EINVAL)
1668 return log_unit_debug_errno(u, errno, "Failed to enable MemoryDenyWriteExecute= with PR_SET_MDWE: %m");
1669 /* else use seccomp */
1670 log_unit_debug(u, "Kernel doesn't support PR_SET_MDWE: falling back to seccomp");
1671
469830d1
LP
1672 if (skip_seccomp_unavailable(u, "MemoryDenyWriteExecute="))
1673 return 0;
f3e43635 1674
469830d1 1675 return seccomp_memory_deny_write_execute();
f3e43635
TM
1676}
1677
83f12b27 1678static int apply_restrict_realtime(const Unit* u, const ExecContext *c) {
469830d1 1679 assert(u);
f4170c67
LP
1680 assert(c);
1681
469830d1 1682 if (!c->restrict_realtime)
83f12b27
FS
1683 return 0;
1684
469830d1
LP
1685 if (skip_seccomp_unavailable(u, "RestrictRealtime="))
1686 return 0;
f4170c67 1687
469830d1 1688 return seccomp_restrict_realtime();
f4170c67
LP
1689}
1690
f69567cb
LP
1691static int apply_restrict_suid_sgid(const Unit* u, const ExecContext *c) {
1692 assert(u);
1693 assert(c);
1694
1695 if (!c->restrict_suid_sgid)
1696 return 0;
1697
1698 if (skip_seccomp_unavailable(u, "RestrictSUIDSGID="))
1699 return 0;
1700
1701 return seccomp_restrict_suid_sgid();
1702}
1703
59e856c7 1704static int apply_protect_sysctl(const Unit *u, const ExecContext *c) {
469830d1 1705 assert(u);
59eeb84b
LP
1706 assert(c);
1707
1708 /* Turn off the legacy sysctl() system call. Many distributions turn this off while building the kernel, but
1709 * let's protect even those systems where this is left on in the kernel. */
1710
469830d1 1711 if (!c->protect_kernel_tunables)
59eeb84b
LP
1712 return 0;
1713
469830d1
LP
1714 if (skip_seccomp_unavailable(u, "ProtectKernelTunables="))
1715 return 0;
59eeb84b 1716
469830d1 1717 return seccomp_protect_sysctl();
59eeb84b
LP
1718}
1719
59e856c7 1720static int apply_protect_kernel_modules(const Unit *u, const ExecContext *c) {
469830d1 1721 assert(u);
502d704e
DH
1722 assert(c);
1723
25a8d8a0 1724 /* Turn off module syscalls on ProtectKernelModules=yes */
502d704e 1725
469830d1
LP
1726 if (!c->protect_kernel_modules)
1727 return 0;
1728
502d704e
DH
1729 if (skip_seccomp_unavailable(u, "ProtectKernelModules="))
1730 return 0;
1731
b54f36c6 1732 return seccomp_load_syscall_filter_set(SCMP_ACT_ALLOW, syscall_filter_sets + SYSCALL_FILTER_SET_MODULE, SCMP_ACT_ERRNO(EPERM), false);
502d704e
DH
1733}
1734
84703040
KK
1735static int apply_protect_kernel_logs(const Unit *u, const ExecContext *c) {
1736 assert(u);
1737 assert(c);
1738
1739 if (!c->protect_kernel_logs)
1740 return 0;
1741
1742 if (skip_seccomp_unavailable(u, "ProtectKernelLogs="))
1743 return 0;
1744
1745 return seccomp_protect_syslog();
1746}
1747
daf8f72b 1748static int apply_protect_clock(const Unit *u, const ExecContext *c) {
fc64760d
KK
1749 assert(u);
1750 assert(c);
1751
1752 if (!c->protect_clock)
1753 return 0;
1754
1755 if (skip_seccomp_unavailable(u, "ProtectClock="))
1756 return 0;
1757
1758 return seccomp_load_syscall_filter_set(SCMP_ACT_ALLOW, syscall_filter_sets + SYSCALL_FILTER_SET_CLOCK, SCMP_ACT_ERRNO(EPERM), false);
1759}
1760
59e856c7 1761static int apply_private_devices(const Unit *u, const ExecContext *c) {
469830d1 1762 assert(u);
ba128bb8
LP
1763 assert(c);
1764
8f81a5f6 1765 /* If PrivateDevices= is set, also turn off iopl and all @raw-io syscalls. */
ba128bb8 1766
469830d1
LP
1767 if (!c->private_devices)
1768 return 0;
1769
ba128bb8
LP
1770 if (skip_seccomp_unavailable(u, "PrivateDevices="))
1771 return 0;
1772
b54f36c6 1773 return seccomp_load_syscall_filter_set(SCMP_ACT_ALLOW, syscall_filter_sets + SYSCALL_FILTER_SET_RAW_IO, SCMP_ACT_ERRNO(EPERM), false);
ba128bb8
LP
1774}
1775
34cf6c43 1776static int apply_restrict_namespaces(const Unit *u, const ExecContext *c) {
469830d1 1777 assert(u);
add00535
LP
1778 assert(c);
1779
1780 if (!exec_context_restrict_namespaces_set(c))
1781 return 0;
1782
1783 if (skip_seccomp_unavailable(u, "RestrictNamespaces="))
1784 return 0;
1785
1786 return seccomp_restrict_namespaces(c->restrict_namespaces);
1787}
1788
78e864e5 1789static int apply_lock_personality(const Unit* u, const ExecContext *c) {
e8132d63
LP
1790 unsigned long personality;
1791 int r;
78e864e5
TM
1792
1793 assert(u);
1794 assert(c);
1795
1796 if (!c->lock_personality)
1797 return 0;
1798
1799 if (skip_seccomp_unavailable(u, "LockPersonality="))
1800 return 0;
1801
e8132d63
LP
1802 personality = c->personality;
1803
1804 /* If personality is not specified, use either PER_LINUX or PER_LINUX32 depending on what is currently set. */
1805 if (personality == PERSONALITY_INVALID) {
1806
1807 r = opinionated_personality(&personality);
1808 if (r < 0)
1809 return r;
1810 }
78e864e5
TM
1811
1812 return seccomp_lock_personality(personality);
1813}
1814
c0467cf3 1815#endif
8351ceae 1816
7a8288f6 1817#if HAVE_LIBBPF
7a8288f6
DM
1818static int apply_restrict_filesystems(Unit *u, const ExecContext *c) {
1819 assert(u);
1820 assert(c);
1821
1822 if (!exec_context_restrict_filesystems_set(c))
1823 return 0;
1824
46004616
ZJS
1825 if (!u->manager->restrict_fs) {
1826 /* LSM BPF is unsupported or lsm_bpf_setup failed */
1827 log_unit_debug(u, "LSM BPF not supported, skipping RestrictFileSystems=");
7a8288f6 1828 return 0;
46004616 1829 }
7a8288f6
DM
1830
1831 return lsm_bpf_unit_restrict_filesystems(u, c->restrict_filesystems, c->restrict_filesystems_allow_list);
1832}
1833#endif
1834
daf8f72b 1835static int apply_protect_hostname(const Unit *u, const ExecContext *c, int *ret_exit_status) {
daf8f72b
LP
1836 assert(u);
1837 assert(c);
1838
1839 if (!c->protect_hostname)
1840 return 0;
1841
1842 if (ns_type_supported(NAMESPACE_UTS)) {
1843 if (unshare(CLONE_NEWUTS) < 0) {
1844 if (!ERRNO_IS_NOT_SUPPORTED(errno) && !ERRNO_IS_PRIVILEGE(errno)) {
1845 *ret_exit_status = EXIT_NAMESPACE;
1846 return log_unit_error_errno(u, errno, "Failed to set up UTS namespacing: %m");
1847 }
1848
1849 log_unit_warning(u, "ProtectHostname=yes is configured, but UTS namespace setup is prohibited (container manager?), ignoring namespace setup.");
1850 }
1851 } else
1852 log_unit_warning(u, "ProtectHostname=yes is configured, but the kernel does not support UTS namespaces, ignoring namespace setup.");
1853
1854#if HAVE_SECCOMP
8f3e342f
ZJS
1855 int r;
1856
daf8f72b
LP
1857 if (skip_seccomp_unavailable(u, "ProtectHostname="))
1858 return 0;
1859
1860 r = seccomp_protect_hostname();
1861 if (r < 0) {
1862 *ret_exit_status = EXIT_SECCOMP;
1863 return log_unit_error_errno(u, r, "Failed to apply hostname restrictions: %m");
1864 }
1865#endif
1866
1867 return 0;
1868}
1869
3042bbeb 1870static void do_idle_pipe_dance(int idle_pipe[static 4]) {
31a7eb86
ZJS
1871 assert(idle_pipe);
1872
54eb2300
LP
1873 idle_pipe[1] = safe_close(idle_pipe[1]);
1874 idle_pipe[2] = safe_close(idle_pipe[2]);
31a7eb86
ZJS
1875
1876 if (idle_pipe[0] >= 0) {
1877 int r;
1878
1879 r = fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT_USEC);
1880
1881 if (idle_pipe[3] >= 0 && r == 0 /* timeout */) {
c7cc737f
LP
1882 ssize_t n;
1883
31a7eb86 1884 /* Signal systemd that we are bored and want to continue. */
c7cc737f
LP
1885 n = write(idle_pipe[3], "x", 1);
1886 if (n > 0)
cd972d69 1887 /* Wait for systemd to react to the signal above. */
54756dce 1888 (void) fd_wait_for_event(idle_pipe[0], POLLHUP, IDLE_TIMEOUT2_USEC);
31a7eb86
ZJS
1889 }
1890
54eb2300 1891 idle_pipe[0] = safe_close(idle_pipe[0]);
31a7eb86
ZJS
1892
1893 }
1894
54eb2300 1895 idle_pipe[3] = safe_close(idle_pipe[3]);
31a7eb86
ZJS
1896}
1897
fb2042dd
YW
1898static const char *exec_directory_env_name_to_string(ExecDirectoryType t);
1899
7cae38c4 1900static int build_environment(
34cf6c43 1901 const Unit *u,
9fa95f85 1902 const ExecContext *c,
1e22b5cd 1903 const ExecParameters *p,
6bb00842 1904 const CGroupContext *cgroup_context,
da6053d0 1905 size_t n_fds,
cd48e23f 1906 char **fdnames,
7cae38c4
LP
1907 const char *home,
1908 const char *username,
1909 const char *shell,
7bce046b
LP
1910 dev_t journal_stream_dev,
1911 ino_t journal_stream_ino,
6bb00842 1912 const char *memory_pressure_path,
7cae38c4
LP
1913 char ***ret) {
1914
1915 _cleanup_strv_free_ char **our_env = NULL;
da6053d0 1916 size_t n_env = 0;
7cae38c4 1917 char *x;
4d62ee55 1918 int r;
7cae38c4 1919
4b58153d 1920 assert(u);
7cae38c4 1921 assert(c);
7c1cb6f1 1922 assert(p);
7cae38c4
LP
1923 assert(ret);
1924
6bb00842 1925#define N_ENV_VARS 19
8d5bb13d 1926 our_env = new0(char*, N_ENV_VARS + _EXEC_DIRECTORY_TYPE_MAX);
7cae38c4
LP
1927 if (!our_env)
1928 return -ENOMEM;
1929
1930 if (n_fds > 0) {
8dd4c05b
LP
1931 _cleanup_free_ char *joined = NULL;
1932
df0ff127 1933 if (asprintf(&x, "LISTEN_PID="PID_FMT, getpid_cached()) < 0)
7cae38c4
LP
1934 return -ENOMEM;
1935 our_env[n_env++] = x;
1936
da6053d0 1937 if (asprintf(&x, "LISTEN_FDS=%zu", n_fds) < 0)
7cae38c4
LP
1938 return -ENOMEM;
1939 our_env[n_env++] = x;
8dd4c05b 1940
cd48e23f 1941 joined = strv_join(fdnames, ":");
8dd4c05b
LP
1942 if (!joined)
1943 return -ENOMEM;
1944
605405c6 1945 x = strjoin("LISTEN_FDNAMES=", joined);
8dd4c05b
LP
1946 if (!x)
1947 return -ENOMEM;
1948 our_env[n_env++] = x;
7cae38c4
LP
1949 }
1950
b08af3b1 1951 if ((p->flags & EXEC_SET_WATCHDOG) && p->watchdog_usec > 0) {
df0ff127 1952 if (asprintf(&x, "WATCHDOG_PID="PID_FMT, getpid_cached()) < 0)
09812eb7
LP
1953 return -ENOMEM;
1954 our_env[n_env++] = x;
1955
1e22b5cd 1956 if (asprintf(&x, "WATCHDOG_USEC="USEC_FMT, p->watchdog_usec) < 0)
09812eb7
LP
1957 return -ENOMEM;
1958 our_env[n_env++] = x;
1959 }
1960
de90700f
LP
1961 /* If this is D-Bus, tell the nss-systemd module, since it relies on being able to use blocking
1962 * Varlink calls back to us for look up dynamic users in PID 1. Break the deadlock between D-Bus and
1963 * PID 1 by disabling use of PID1' NSS interface for looking up dynamic users. */
1964 if (p->flags & EXEC_NSS_DYNAMIC_BYPASS) {
1965 x = strdup("SYSTEMD_NSS_DYNAMIC_BYPASS=1");
fd63e712
LP
1966 if (!x)
1967 return -ENOMEM;
1968 our_env[n_env++] = x;
1969 }
1970
7cae38c4 1971 if (home) {
b910cc72 1972 x = strjoin("HOME=", home);
7cae38c4
LP
1973 if (!x)
1974 return -ENOMEM;
7bbead1d 1975
4ff361cc 1976 path_simplify(x + 5);
7cae38c4
LP
1977 our_env[n_env++] = x;
1978 }
1979
1980 if (username) {
b910cc72 1981 x = strjoin("LOGNAME=", username);
7cae38c4
LP
1982 if (!x)
1983 return -ENOMEM;
1984 our_env[n_env++] = x;
1985
b910cc72 1986 x = strjoin("USER=", username);
7cae38c4
LP
1987 if (!x)
1988 return -ENOMEM;
1989 our_env[n_env++] = x;
1990 }
1991
1992 if (shell) {
b910cc72 1993 x = strjoin("SHELL=", shell);
7cae38c4
LP
1994 if (!x)
1995 return -ENOMEM;
7bbead1d 1996
4ff361cc 1997 path_simplify(x + 6);
7cae38c4
LP
1998 our_env[n_env++] = x;
1999 }
2000
4b58153d
LP
2001 if (!sd_id128_is_null(u->invocation_id)) {
2002 if (asprintf(&x, "INVOCATION_ID=" SD_ID128_FORMAT_STR, SD_ID128_FORMAT_VAL(u->invocation_id)) < 0)
2003 return -ENOMEM;
2004
2005 our_env[n_env++] = x;
2006 }
2007
6af760f3 2008 if (exec_context_needs_term(c)) {
4d62ee55 2009 _cleanup_free_ char *cmdline = NULL;
6af760f3
LP
2010 const char *tty_path, *term = NULL;
2011
2012 tty_path = exec_context_tty_path(c);
2013
e8cf09b2
LP
2014 /* If we are forked off PID 1 and we are supposed to operate on /dev/console, then let's try
2015 * to inherit the $TERM set for PID 1. This is useful for containers so that the $TERM the
2016 * container manager passes to PID 1 ends up all the way in the console login shown. */
6af760f3 2017
e8cf09b2 2018 if (path_equal_ptr(tty_path, "/dev/console") && getppid() == 1)
6af760f3 2019 term = getenv("TERM");
4d62ee55
DDM
2020 else if (tty_path && in_charset(skip_dev_prefix(tty_path), ALPHANUMERICAL)) {
2021 _cleanup_free_ char *key = NULL;
2022
2023 key = strjoin("systemd.tty.term.", skip_dev_prefix(tty_path));
2024 if (!key)
2025 return -ENOMEM;
2026
2027 r = proc_cmdline_get_key(key, 0, &cmdline);
2028 if (r < 0)
2029 log_debug_errno(r, "Failed to read %s from kernel cmdline, ignoring: %m", key);
2030 else if (r > 0)
2031 term = cmdline;
2032 }
e8cf09b2 2033
6af760f3
LP
2034 if (!term)
2035 term = default_term_for_tty(tty_path);
7cae38c4 2036
b910cc72 2037 x = strjoin("TERM=", term);
7cae38c4
LP
2038 if (!x)
2039 return -ENOMEM;
2040 our_env[n_env++] = x;
2041 }
2042
7bce046b
LP
2043 if (journal_stream_dev != 0 && journal_stream_ino != 0) {
2044 if (asprintf(&x, "JOURNAL_STREAM=" DEV_FMT ":" INO_FMT, journal_stream_dev, journal_stream_ino) < 0)
2045 return -ENOMEM;
2046
2047 our_env[n_env++] = x;
2048 }
2049
91dd5f7c
LP
2050 if (c->log_namespace) {
2051 x = strjoin("LOG_NAMESPACE=", c->log_namespace);
2052 if (!x)
2053 return -ENOMEM;
2054
2055 our_env[n_env++] = x;
2056 }
2057
5b10116e 2058 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
211a3d87 2059 _cleanup_free_ char *joined = NULL;
fb2042dd
YW
2060 const char *n;
2061
2062 if (!p->prefix[t])
2063 continue;
2064
211a3d87 2065 if (c->directories[t].n_items == 0)
fb2042dd
YW
2066 continue;
2067
2068 n = exec_directory_env_name_to_string(t);
2069 if (!n)
2070 continue;
2071
211a3d87
LB
2072 for (size_t i = 0; i < c->directories[t].n_items; i++) {
2073 _cleanup_free_ char *prefixed = NULL;
fb2042dd 2074
211a3d87
LB
2075 prefixed = path_join(p->prefix[t], c->directories[t].items[i].path);
2076 if (!prefixed)
2077 return -ENOMEM;
2078
2079 if (!strextend_with_separator(&joined, ":", prefixed))
2080 return -ENOMEM;
2081 }
fb2042dd
YW
2082
2083 x = strjoin(n, "=", joined);
2084 if (!x)
2085 return -ENOMEM;
2086
2087 our_env[n_env++] = x;
2088 }
2089
bb0c0d6f
LP
2090 if (exec_context_has_credentials(c) && p->prefix[EXEC_DIRECTORY_RUNTIME]) {
2091 x = strjoin("CREDENTIALS_DIRECTORY=", p->prefix[EXEC_DIRECTORY_RUNTIME], "/credentials/", u->id);
2092 if (!x)
2093 return -ENOMEM;
2094
2095 our_env[n_env++] = x;
2096 }
2097
dc4e2940
YW
2098 if (asprintf(&x, "SYSTEMD_EXEC_PID=" PID_FMT, getpid_cached()) < 0)
2099 return -ENOMEM;
2100
2101 our_env[n_env++] = x;
2102
6bb00842
LP
2103 if (memory_pressure_path) {
2104 x = strjoin("MEMORY_PRESSURE_WATCH=", memory_pressure_path);
2105 if (!x)
2106 return -ENOMEM;
2107
2108 our_env[n_env++] = x;
2109
2110 if (cgroup_context && !path_equal(memory_pressure_path, "/dev/null")) {
2111 _cleanup_free_ char *b = NULL, *e = NULL;
2112
2113 if (asprintf(&b, "%s " USEC_FMT " " USEC_FMT,
2114 MEMORY_PRESSURE_DEFAULT_TYPE,
2115 cgroup_context->memory_pressure_threshold_usec == USEC_INFINITY ? MEMORY_PRESSURE_DEFAULT_THRESHOLD_USEC :
2116 CLAMP(cgroup_context->memory_pressure_threshold_usec, 1U, MEMORY_PRESSURE_DEFAULT_WINDOW_USEC),
2117 MEMORY_PRESSURE_DEFAULT_WINDOW_USEC) < 0)
2118 return -ENOMEM;
2119
2120 if (base64mem(b, strlen(b) + 1, &e) < 0)
2121 return -ENOMEM;
2122
2123 x = strjoin("MEMORY_PRESSURE_WRITE=", e);
2124 if (!x)
2125 return -ENOMEM;
2126
2127 our_env[n_env++] = x;
2128 }
2129 }
2130
2131 assert(n_env < N_ENV_VARS + _EXEC_DIRECTORY_TYPE_MAX);
8d5bb13d 2132#undef N_ENV_VARS
7cae38c4 2133
ae2a15bc 2134 *ret = TAKE_PTR(our_env);
7cae38c4
LP
2135
2136 return 0;
2137}
2138
b4c14404
FB
2139static int build_pass_environment(const ExecContext *c, char ***ret) {
2140 _cleanup_strv_free_ char **pass_env = NULL;
319a4f4b 2141 size_t n_env = 0;
b4c14404
FB
2142
2143 STRV_FOREACH(i, c->pass_environment) {
2144 _cleanup_free_ char *x = NULL;
2145 char *v;
2146
2147 v = getenv(*i);
2148 if (!v)
2149 continue;
605405c6 2150 x = strjoin(*i, "=", v);
b4c14404
FB
2151 if (!x)
2152 return -ENOMEM;
00819cc1 2153
319a4f4b 2154 if (!GREEDY_REALLOC(pass_env, n_env + 2))
b4c14404 2155 return -ENOMEM;
00819cc1 2156
1cc6c93a 2157 pass_env[n_env++] = TAKE_PTR(x);
b4c14404 2158 pass_env[n_env] = NULL;
b4c14404
FB
2159 }
2160
ae2a15bc 2161 *ret = TAKE_PTR(pass_env);
b4c14404
FB
2162
2163 return 0;
2164}
2165
fbbb9697
YW
2166bool exec_needs_network_namespace(const ExecContext *context) {
2167 assert(context);
2168
2169 return context->private_network || context->network_namespace_path;
2170}
2171
fde36d25
YW
2172static bool exec_needs_ipc_namespace(const ExecContext *context) {
2173 assert(context);
2174
2175 return context->private_ipc || context->ipc_namespace_path;
2176}
2177
5e8deb94 2178bool exec_needs_mount_namespace(
8b44a3d2
LP
2179 const ExecContext *context,
2180 const ExecParameters *params,
28135da3 2181 const ExecRuntime *runtime) {
8b44a3d2
LP
2182
2183 assert(context);
8b44a3d2 2184
915e6d16
LP
2185 if (context->root_image)
2186 return true;
2187
2a624c36
AP
2188 if (!strv_isempty(context->read_write_paths) ||
2189 !strv_isempty(context->read_only_paths) ||
ddc155b2
TM
2190 !strv_isempty(context->inaccessible_paths) ||
2191 !strv_isempty(context->exec_paths) ||
2192 !strv_isempty(context->no_exec_paths))
8b44a3d2
LP
2193 return true;
2194
42b1d8e0 2195 if (context->n_bind_mounts > 0)
d2d6c096
LP
2196 return true;
2197
2abd4e38
YW
2198 if (context->n_temporary_filesystems > 0)
2199 return true;
2200
b3d13314
LB
2201 if (context->n_mount_images > 0)
2202 return true;
2203
93f59701
LB
2204 if (context->n_extension_images > 0)
2205 return true;
2206
a07b9926
LB
2207 if (!strv_isempty(context->extension_directories))
2208 return true;
2209
874cdcbc 2210 if (!IN_SET(context->mount_propagation_flag, 0, MS_SHARED))
8b44a3d2
LP
2211 return true;
2212
28135da3 2213 if (context->private_tmp && runtime && runtime->shared && (runtime->shared->tmp_dir || runtime->shared->var_tmp_dir))
8b44a3d2
LP
2214 return true;
2215
8b44a3d2 2216 if (context->private_devices ||
24002121 2217 context->private_mounts > 0 ||
c2da3bf2 2218 (context->private_mounts < 0 && exec_needs_network_namespace(context)) ||
8b44a3d2 2219 context->protect_system != PROTECT_SYSTEM_NO ||
59eeb84b
LP
2220 context->protect_home != PROTECT_HOME_NO ||
2221 context->protect_kernel_tunables ||
c575770b 2222 context->protect_kernel_modules ||
94a7b275 2223 context->protect_kernel_logs ||
4e399953
LP
2224 context->protect_control_groups ||
2225 context->protect_proc != PROTECT_PROC_DEFAULT ||
80271a44 2226 context->proc_subset != PROC_SUBSET_ALL ||
fde36d25 2227 exec_needs_ipc_namespace(context))
8b44a3d2
LP
2228 return true;
2229
37c56f89 2230 if (context->root_directory) {
5e98086d 2231 if (exec_context_get_effective_mount_apivfs(context))
37c56f89
YW
2232 return true;
2233
5b10116e 2234 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
5e8deb94 2235 if (params && !params->prefix[t])
37c56f89
YW
2236 continue;
2237
211a3d87 2238 if (context->directories[t].n_items > 0)
37c56f89
YW
2239 return true;
2240 }
2241 }
5d997827 2242
42b1d8e0 2243 if (context->dynamic_user &&
211a3d87
LB
2244 (context->directories[EXEC_DIRECTORY_STATE].n_items > 0 ||
2245 context->directories[EXEC_DIRECTORY_CACHE].n_items > 0 ||
2246 context->directories[EXEC_DIRECTORY_LOGS].n_items > 0))
42b1d8e0
YW
2247 return true;
2248
91dd5f7c
LP
2249 if (context->log_namespace)
2250 return true;
2251
8b44a3d2
LP
2252 return false;
2253}
2254
5749f855 2255static int setup_private_users(uid_t ouid, gid_t ogid, uid_t uid, gid_t gid) {
d251207d 2256 _cleanup_free_ char *uid_map = NULL, *gid_map = NULL;
19ee48a6 2257 _cleanup_close_pair_ int errno_pipe[2] = PIPE_EBADF;
254d1313 2258 _cleanup_close_ int unshare_ready_fd = -EBADF;
d251207d
LP
2259 _cleanup_(sigkill_waitp) pid_t pid = 0;
2260 uint64_t c = 1;
d251207d
LP
2261 ssize_t n;
2262 int r;
2263
5749f855
AZ
2264 /* Set up a user namespace and map the original UID/GID (IDs from before any user or group changes, i.e.
2265 * the IDs from the user or system manager(s)) to itself, the selected UID/GID to itself, and everything else to
d251207d
LP
2266 * nobody. In order to be able to write this mapping we need CAP_SETUID in the original user namespace, which
2267 * we however lack after opening the user namespace. To work around this we fork() a temporary child process,
2268 * which waits for the parent to create the new user namespace while staying in the original namespace. The
2269 * child then writes the UID mapping, under full privileges. The parent waits for the child to finish and
5749f855
AZ
2270 * continues execution normally.
2271 * For unprivileged users (i.e. without capabilities), the root to root mapping is excluded. As such, it
2272 * does not need CAP_SETUID to write the single line mapping to itself. */
d251207d 2273
5749f855 2274 /* Can only set up multiple mappings with CAP_SETUID. */
26c45a6c 2275 if (have_effective_cap(CAP_SETUID) > 0 && uid != ouid && uid_is_valid(uid))
587ab01b 2276 r = asprintf(&uid_map,
5749f855 2277 UID_FMT " " UID_FMT " 1\n" /* Map $OUID → $OUID */
587ab01b 2278 UID_FMT " " UID_FMT " 1\n", /* Map $UID → $UID */
5749f855
AZ
2279 ouid, ouid, uid, uid);
2280 else
2281 r = asprintf(&uid_map,
2282 UID_FMT " " UID_FMT " 1\n", /* Map $OUID → $OUID */
2283 ouid, ouid);
d251207d 2284
5749f855
AZ
2285 if (r < 0)
2286 return -ENOMEM;
2287
2288 /* Can only set up multiple mappings with CAP_SETGID. */
26c45a6c 2289 if (have_effective_cap(CAP_SETGID) > 0 && gid != ogid && gid_is_valid(gid))
587ab01b 2290 r = asprintf(&gid_map,
5749f855 2291 GID_FMT " " GID_FMT " 1\n" /* Map $OGID → $OGID */
587ab01b 2292 GID_FMT " " GID_FMT " 1\n", /* Map $GID → $GID */
5749f855
AZ
2293 ogid, ogid, gid, gid);
2294 else
2295 r = asprintf(&gid_map,
2296 GID_FMT " " GID_FMT " 1\n", /* Map $OGID -> $OGID */
2297 ogid, ogid);
2298
2299 if (r < 0)
2300 return -ENOMEM;
d251207d
LP
2301
2302 /* Create a communication channel so that the parent can tell the child when it finished creating the user
2303 * namespace. */
2304 unshare_ready_fd = eventfd(0, EFD_CLOEXEC);
2305 if (unshare_ready_fd < 0)
2306 return -errno;
2307
2308 /* Create a communication channel so that the child can tell the parent a proper error code in case it
2309 * failed. */
2310 if (pipe2(errno_pipe, O_CLOEXEC) < 0)
2311 return -errno;
2312
4c253ed1
LP
2313 r = safe_fork("(sd-userns)", FORK_RESET_SIGNALS|FORK_DEATHSIG, &pid);
2314 if (r < 0)
2315 return r;
2316 if (r == 0) {
254d1313 2317 _cleanup_close_ int fd = -EBADF;
d251207d
LP
2318 const char *a;
2319 pid_t ppid;
2320
2321 /* Child process, running in the original user namespace. Let's update the parent's UID/GID map from
2322 * here, after the parent opened its own user namespace. */
2323
2324 ppid = getppid();
2325 errno_pipe[0] = safe_close(errno_pipe[0]);
2326
2327 /* Wait until the parent unshared the user namespace */
2328 if (read(unshare_ready_fd, &c, sizeof(c)) < 0) {
2329 r = -errno;
2330 goto child_fail;
2331 }
2332
2333 /* Disable the setgroups() system call in the child user namespace, for good. */
2334 a = procfs_file_alloca(ppid, "setgroups");
2335 fd = open(a, O_WRONLY|O_CLOEXEC);
2336 if (fd < 0) {
2337 if (errno != ENOENT) {
2338 r = -errno;
2339 goto child_fail;
2340 }
2341
2342 /* If the file is missing the kernel is too old, let's continue anyway. */
2343 } else {
2344 if (write(fd, "deny\n", 5) < 0) {
2345 r = -errno;
2346 goto child_fail;
2347 }
2348
2349 fd = safe_close(fd);
2350 }
2351
2352 /* First write the GID map */
2353 a = procfs_file_alloca(ppid, "gid_map");
2354 fd = open(a, O_WRONLY|O_CLOEXEC);
2355 if (fd < 0) {
2356 r = -errno;
2357 goto child_fail;
2358 }
2359 if (write(fd, gid_map, strlen(gid_map)) < 0) {
2360 r = -errno;
2361 goto child_fail;
2362 }
2363 fd = safe_close(fd);
2364
2365 /* The write the UID map */
2366 a = procfs_file_alloca(ppid, "uid_map");
2367 fd = open(a, O_WRONLY|O_CLOEXEC);
2368 if (fd < 0) {
2369 r = -errno;
2370 goto child_fail;
2371 }
2372 if (write(fd, uid_map, strlen(uid_map)) < 0) {
2373 r = -errno;
2374 goto child_fail;
2375 }
2376
2377 _exit(EXIT_SUCCESS);
2378
2379 child_fail:
2380 (void) write(errno_pipe[1], &r, sizeof(r));
2381 _exit(EXIT_FAILURE);
2382 }
2383
2384 errno_pipe[1] = safe_close(errno_pipe[1]);
2385
2386 if (unshare(CLONE_NEWUSER) < 0)
2387 return -errno;
2388
2389 /* Let the child know that the namespace is ready now */
2390 if (write(unshare_ready_fd, &c, sizeof(c)) < 0)
2391 return -errno;
2392
2393 /* Try to read an error code from the child */
2394 n = read(errno_pipe[0], &r, sizeof(r));
2395 if (n < 0)
2396 return -errno;
2397 if (n == sizeof(r)) { /* an error code was sent to us */
2398 if (r < 0)
2399 return r;
2400 return -EIO;
2401 }
2402 if (n != 0) /* on success we should have read 0 bytes */
2403 return -EIO;
2404
8f03de53 2405 r = wait_for_terminate_and_check("(sd-userns)", TAKE_PID(pid), 0);
d251207d
LP
2406 if (r < 0)
2407 return r;
2e87a1fd 2408 if (r != EXIT_SUCCESS) /* If something strange happened with the child, let's consider this fatal, too */
d251207d
LP
2409 return -EIO;
2410
2411 return 0;
2412}
2413
494d0247
YW
2414static bool exec_directory_is_private(const ExecContext *context, ExecDirectoryType type) {
2415 if (!context->dynamic_user)
2416 return false;
2417
2418 if (type == EXEC_DIRECTORY_CONFIGURATION)
2419 return false;
2420
2421 if (type == EXEC_DIRECTORY_RUNTIME && context->runtime_directory_preserve_mode == EXEC_PRESERVE_NO)
2422 return false;
2423
2424 return true;
2425}
2426
211a3d87
LB
2427static int create_many_symlinks(const char *root, const char *source, char **symlinks) {
2428 _cleanup_free_ char *src_abs = NULL;
211a3d87
LB
2429 int r;
2430
2431 assert(source);
2432
2433 src_abs = path_join(root, source);
2434 if (!src_abs)
2435 return -ENOMEM;
2436
2437 STRV_FOREACH(dst, symlinks) {
2438 _cleanup_free_ char *dst_abs = NULL;
2439
2440 dst_abs = path_join(root, *dst);
2441 if (!dst_abs)
2442 return -ENOMEM;
2443
2444 r = mkdir_parents_label(dst_abs, 0755);
2445 if (r < 0)
2446 return r;
2447
2448 r = symlink_idempotent(src_abs, dst_abs, true);
2449 if (r < 0)
2450 return r;
2451 }
2452
2453 return 0;
2454}
2455
3536f49e 2456static int setup_exec_directory(
07689d5d
LP
2457 const ExecContext *context,
2458 const ExecParameters *params,
2459 uid_t uid,
3536f49e 2460 gid_t gid,
3536f49e 2461 ExecDirectoryType type,
211a3d87 2462 bool needs_mount_namespace,
3536f49e 2463 int *exit_status) {
07689d5d 2464
72fd1768 2465 static const int exit_status_table[_EXEC_DIRECTORY_TYPE_MAX] = {
3536f49e
YW
2466 [EXEC_DIRECTORY_RUNTIME] = EXIT_RUNTIME_DIRECTORY,
2467 [EXEC_DIRECTORY_STATE] = EXIT_STATE_DIRECTORY,
2468 [EXEC_DIRECTORY_CACHE] = EXIT_CACHE_DIRECTORY,
2469 [EXEC_DIRECTORY_LOGS] = EXIT_LOGS_DIRECTORY,
2470 [EXEC_DIRECTORY_CONFIGURATION] = EXIT_CONFIGURATION_DIRECTORY,
2471 };
07689d5d
LP
2472 int r;
2473
2474 assert(context);
2475 assert(params);
72fd1768 2476 assert(type >= 0 && type < _EXEC_DIRECTORY_TYPE_MAX);
3536f49e 2477 assert(exit_status);
07689d5d 2478
3536f49e
YW
2479 if (!params->prefix[type])
2480 return 0;
2481
8679efde 2482 if (params->flags & EXEC_CHOWN_DIRECTORIES) {
3536f49e
YW
2483 if (!uid_is_valid(uid))
2484 uid = 0;
2485 if (!gid_is_valid(gid))
2486 gid = 0;
2487 }
2488
211a3d87 2489 for (size_t i = 0; i < context->directories[type].n_items; i++) {
6c47cd7d 2490 _cleanup_free_ char *p = NULL, *pp = NULL;
07689d5d 2491
211a3d87 2492 p = path_join(params->prefix[type], context->directories[type].items[i].path);
3536f49e
YW
2493 if (!p) {
2494 r = -ENOMEM;
2495 goto fail;
2496 }
07689d5d 2497
23a7448e
YW
2498 r = mkdir_parents_label(p, 0755);
2499 if (r < 0)
3536f49e 2500 goto fail;
23a7448e 2501
494d0247 2502 if (exec_directory_is_private(context, type)) {
3f5b1508
LP
2503 /* So, here's one extra complication when dealing with DynamicUser=1 units. In that
2504 * case we want to avoid leaving a directory around fully accessible that is owned by
2505 * a dynamic user whose UID is later on reused. To lock this down we use the same
2506 * trick used by container managers to prohibit host users to get access to files of
2507 * the same UID in containers: we place everything inside a directory that has an
2508 * access mode of 0700 and is owned root:root, so that it acts as security boundary
2509 * for unprivileged host code. We then use fs namespacing to make this directory
2510 * permeable for the service itself.
6c47cd7d 2511 *
3f5b1508
LP
2512 * Specifically: for a service which wants a special directory "foo/" we first create
2513 * a directory "private/" with access mode 0700 owned by root:root. Then we place
2514 * "foo" inside of that directory (i.e. "private/foo/"), and make "foo" a symlink to
2515 * "private/foo". This way, privileged host users can access "foo/" as usual, but
2516 * unprivileged host users can't look into it. Inside of the namespace of the unit
2517 * "private/" is replaced by a more liberally accessible tmpfs, into which the host's
2518 * "private/foo/" is mounted under the same name, thus disabling the access boundary
2519 * for the service and making sure it only gets access to the dirs it needs but no
2520 * others. Tricky? Yes, absolutely, but it works!
6c47cd7d 2521 *
3f5b1508
LP
2522 * Note that we don't do this for EXEC_DIRECTORY_CONFIGURATION as that's assumed not
2523 * to be owned by the service itself.
2524 *
2525 * Also, note that we don't do this for EXEC_DIRECTORY_RUNTIME as that's often used
2526 * for sharing files or sockets with other services. */
6c47cd7d 2527
4ede9802
LP
2528 pp = path_join(params->prefix[type], "private");
2529 if (!pp) {
6c47cd7d
LP
2530 r = -ENOMEM;
2531 goto fail;
2532 }
2533
2534 /* First set up private root if it doesn't exist yet, with access mode 0700 and owned by root:root */
4ede9802 2535 r = mkdir_safe_label(pp, 0700, 0, 0, MKDIR_WARN_MODE);
6c47cd7d
LP
2536 if (r < 0)
2537 goto fail;
2538
211a3d87 2539 if (!path_extend(&pp, context->directories[type].items[i].path)) {
6c47cd7d
LP
2540 r = -ENOMEM;
2541 goto fail;
2542 }
2543
2544 /* Create all directories between the configured directory and this private root, and mark them 0755 */
2545 r = mkdir_parents_label(pp, 0755);
2546 if (r < 0)
2547 goto fail;
2548
949befd3
LP
2549 if (is_dir(p, false) > 0 &&
2550 (laccess(pp, F_OK) < 0 && errno == ENOENT)) {
2551
2552 /* Hmm, the private directory doesn't exist yet, but the normal one exists? If so, move
2553 * it over. Most likely the service has been upgraded from one that didn't use
2554 * DynamicUser=1, to one that does. */
2555
cf52c45d
LP
2556 log_info("Found pre-existing public %s= directory %s, migrating to %s.\n"
2557 "Apparently, service previously had DynamicUser= turned off, and has now turned it on.",
2558 exec_directory_type_to_string(type), p, pp);
2559
949befd3
LP
2560 if (rename(p, pp) < 0) {
2561 r = -errno;
2562 goto fail;
2563 }
2564 } else {
2565 /* Otherwise, create the actual directory for the service */
2566
2567 r = mkdir_label(pp, context->directories[type].mode);
2568 if (r < 0 && r != -EEXIST)
2569 goto fail;
2570 }
6c47cd7d 2571
a2ab603c
YW
2572 if (!context->directories[type].items[i].only_create) {
2573 /* And link it up from the original place.
2574 * Notes
2575 * 1) If a mount namespace is going to be used, then this symlink remains on
2576 * the host, and a new one for the child namespace will be created later.
2577 * 2) It is not necessary to create this symlink when one of its parent
2578 * directories is specified and already created. E.g.
2579 * StateDirectory=foo foo/bar
2580 * In that case, the inode points to pp and p for "foo/bar" are the same:
2581 * pp = "/var/lib/private/foo/bar"
2582 * p = "/var/lib/foo/bar"
2583 * and, /var/lib/foo is a symlink to /var/lib/private/foo. So, not only
2584 * we do not need to create the symlink, but we cannot create the symlink.
2585 * See issue #24783. */
2586 r = symlink_idempotent(pp, p, true);
2587 if (r < 0)
2588 goto fail;
2589 }
6c47cd7d 2590
6c47cd7d 2591 } else {
5c6d40d1
LP
2592 _cleanup_free_ char *target = NULL;
2593
2594 if (type != EXEC_DIRECTORY_CONFIGURATION &&
2595 readlink_and_make_absolute(p, &target) >= 0) {
578dc69f 2596 _cleanup_free_ char *q = NULL, *q_resolved = NULL, *target_resolved = NULL;
5c6d40d1
LP
2597
2598 /* This already exists and is a symlink? Interesting. Maybe it's one created
2193f17c
LP
2599 * by DynamicUser=1 (see above)?
2600 *
2601 * We do this for all directory types except for ConfigurationDirectory=,
2602 * since they all support the private/ symlink logic at least in some
2603 * configurations, see above. */
5c6d40d1 2604
f461a28d 2605 r = chase(target, NULL, 0, &target_resolved, NULL);
578dc69f
YW
2606 if (r < 0)
2607 goto fail;
2608
211a3d87 2609 q = path_join(params->prefix[type], "private", context->directories[type].items[i].path);
5c6d40d1
LP
2610 if (!q) {
2611 r = -ENOMEM;
2612 goto fail;
2613 }
2614
578dc69f 2615 /* /var/lib or friends may be symlinks. So, let's chase them also. */
f461a28d 2616 r = chase(q, NULL, CHASE_NONEXISTENT, &q_resolved, NULL);
578dc69f
YW
2617 if (r < 0)
2618 goto fail;
2619
2620 if (path_equal(q_resolved, target_resolved)) {
5c6d40d1
LP
2621
2622 /* Hmm, apparently DynamicUser= was once turned on for this service,
2623 * but is no longer. Let's move the directory back up. */
2624
cf52c45d
LP
2625 log_info("Found pre-existing private %s= directory %s, migrating to %s.\n"
2626 "Apparently, service previously had DynamicUser= turned on, and has now turned it off.",
2627 exec_directory_type_to_string(type), q, p);
2628
5c6d40d1
LP
2629 if (unlink(p) < 0) {
2630 r = -errno;
2631 goto fail;
2632 }
2633
2634 if (rename(q, p) < 0) {
2635 r = -errno;
2636 goto fail;
2637 }
2638 }
2639 }
2640
6c47cd7d 2641 r = mkdir_label(p, context->directories[type].mode);
d484580c 2642 if (r < 0) {
d484580c
LP
2643 if (r != -EEXIST)
2644 goto fail;
2645
206e9864
LP
2646 if (type == EXEC_DIRECTORY_CONFIGURATION) {
2647 struct stat st;
2648
2649 /* Don't change the owner/access mode of the configuration directory,
2650 * as in the common case it is not written to by a service, and shall
2651 * not be writable. */
2652
2653 if (stat(p, &st) < 0) {
2654 r = -errno;
2655 goto fail;
2656 }
2657
2658 /* Still complain if the access mode doesn't match */
2659 if (((st.st_mode ^ context->directories[type].mode) & 07777) != 0)
2660 log_warning("%s \'%s\' already exists but the mode is different. "
2661 "(File system: %o %sMode: %o)",
211a3d87 2662 exec_directory_type_to_string(type), context->directories[type].items[i].path,
206e9864
LP
2663 st.st_mode & 07777, exec_directory_type_to_string(type), context->directories[type].mode & 07777);
2664
6cff72eb 2665 continue;
206e9864 2666 }
6cff72eb 2667 }
a1164ae3 2668 }
07689d5d 2669
206e9864 2670 /* Lock down the access mode (we use chmod_and_chown() to make this idempotent. We don't
5238e957 2671 * specify UID/GID here, so that path_chown_recursive() can optimize things depending on the
206e9864
LP
2672 * current UID/GID ownership.) */
2673 r = chmod_and_chown(pp ?: p, context->directories[type].mode, UID_INVALID, GID_INVALID);
2674 if (r < 0)
2675 goto fail;
c71b2eb7 2676
607b358e
LP
2677 /* Then, change the ownership of the whole tree, if necessary. When dynamic users are used we
2678 * drop the suid/sgid bits, since we really don't want SUID/SGID files for dynamic UID/GID
7802194a 2679 * assignments to exist. */
607b358e 2680 r = path_chown_recursive(pp ?: p, uid, gid, context->dynamic_user ? 01777 : 07777);
07689d5d 2681 if (r < 0)
3536f49e 2682 goto fail;
07689d5d
LP
2683 }
2684
211a3d87
LB
2685 /* If we are not going to run in a namespace, set up the symlinks - otherwise
2686 * they are set up later, to allow configuring empty var/run/etc. */
2687 if (!needs_mount_namespace)
2688 for (size_t i = 0; i < context->directories[type].n_items; i++) {
2689 r = create_many_symlinks(params->prefix[type],
2690 context->directories[type].items[i].path,
2691 context->directories[type].items[i].symlinks);
2692 if (r < 0)
2693 goto fail;
2694 }
2695
07689d5d 2696 return 0;
3536f49e
YW
2697
2698fail:
2699 *exit_status = exit_status_table[type];
3536f49e 2700 return r;
07689d5d
LP
2701}
2702
bb0c0d6f
LP
2703static int write_credential(
2704 int dfd,
2705 const char *id,
2706 const void *data,
2707 size_t size,
2708 uid_t uid,
2709 bool ownership_ok) {
2710
2711 _cleanup_(unlink_and_freep) char *tmp = NULL;
254d1313 2712 _cleanup_close_ int fd = -EBADF;
bb0c0d6f
LP
2713 int r;
2714
2715 r = tempfn_random_child("", "cred", &tmp);
2716 if (r < 0)
2717 return r;
2718
2719 fd = openat(dfd, tmp, O_CREAT|O_RDWR|O_CLOEXEC|O_EXCL|O_NOFOLLOW|O_NOCTTY, 0600);
2720 if (fd < 0) {
2721 tmp = mfree(tmp);
2722 return -errno;
2723 }
2724
43144be4 2725 r = loop_write(fd, data, size, /* do_poll = */ false);
bb0c0d6f
LP
2726 if (r < 0)
2727 return r;
2728
2729 if (fchmod(fd, 0400) < 0) /* Take away "w" bit */
2730 return -errno;
2731
2732 if (uid_is_valid(uid) && uid != getuid()) {
567aeb58 2733 r = fd_add_uid_acl_permission(fd, uid, ACL_READ);
bb0c0d6f
LP
2734 if (r < 0) {
2735 if (!ERRNO_IS_NOT_SUPPORTED(r) && !ERRNO_IS_PRIVILEGE(r))
2736 return r;
2737
2738 if (!ownership_ok) /* Ideally we use ACLs, since we can neatly express what we want
2739 * to express: that the user gets read access and nothing
2740 * else. But if the backing fs can't support that (e.g. ramfs)
2741 * then we can use file ownership instead. But that's only safe if
2742 * we can then re-mount the whole thing read-only, so that the
2743 * user can no longer chmod() the file to gain write access. */
2744 return r;
2745
f5fbe71d 2746 if (fchown(fd, uid, GID_INVALID) < 0)
bb0c0d6f
LP
2747 return -errno;
2748 }
2749 }
2750
2751 if (renameat(dfd, tmp, dfd, id) < 0)
2752 return -errno;
2753
2754 tmp = mfree(tmp);
2755 return 0;
2756}
2757
2ad591a3
LP
2758static char **credential_search_path(
2759 const ExecParameters *params,
2760 bool encrypted) {
2761
2762 _cleanup_strv_free_ char **l = NULL;
2763
2764 assert(params);
2765
2766 /* Assemble a search path to find credentials in. We'll look in /etc/credstore/ (and similar
2767 * directories in /usr/lib/ + /run/) for all types of credentials. If we are looking for encrypted
2768 * credentials, also look in /etc/credstore.encrypted/ (and similar dirs). */
2769
2770 if (encrypted) {
2771 if (strv_extend(&l, params->received_encrypted_credentials_directory) < 0)
2772 return NULL;
2773
2774 if (strv_extend_strv(&l, CONF_PATHS_STRV("credstore.encrypted"), /* filter_duplicates= */ true) < 0)
2775 return NULL;
2776 }
2777
2778 if (params->received_credentials_directory)
2779 if (strv_extend(&l, params->received_credentials_directory) < 0)
2780 return NULL;
2781
2782 if (strv_extend_strv(&l, CONF_PATHS_STRV("credstore"), /* filter_duplicates= */ true) < 0)
2783 return NULL;
2784
2785 if (DEBUG_LOGGING) {
2786 _cleanup_free_ char *t = strv_join(l, ":");
2787
2788 log_debug("Credential search path is: %s", t);
2789 }
2790
2791 return TAKE_PTR(l);
2792}
2793
3989bdc1
AB
2794static int load_credential(
2795 const ExecContext *context,
2796 const ExecParameters *params,
10b44e1d
LP
2797 const char *id,
2798 const char *path,
2799 bool encrypted,
3989bdc1
AB
2800 const char *unit,
2801 int read_dfd,
2802 int write_dfd,
2803 uid_t uid,
2804 bool ownership_ok,
2805 uint64_t *left) {
2806
3989bdc1 2807 ReadFullFileFlags flags = READ_FULL_FILE_SECURE|READ_FULL_FILE_FAIL_WHEN_LARGER;
2ad591a3 2808 _cleanup_strv_free_ char **search_path = NULL;
3989bdc1 2809 _cleanup_(erase_and_freep) char *data = NULL;
2ad591a3
LP
2810 _cleanup_free_ char *bindname = NULL;
2811 const char *source = NULL;
3989bdc1 2812 bool missing_ok = true;
2ad591a3 2813 size_t size, add, maxsz;
3989bdc1
AB
2814 int r;
2815
10b44e1d
LP
2816 assert(context);
2817 assert(params);
2818 assert(id);
2819 assert(path);
2820 assert(unit);
661e4251 2821 assert(read_dfd >= 0 || read_dfd == AT_FDCWD);
10b44e1d
LP
2822 assert(write_dfd >= 0);
2823 assert(left);
2824
2ad591a3
LP
2825 if (read_dfd >= 0) {
2826 /* If a directory fd is specified, then read the file directly from that dir. In this case we
2827 * won't do AF_UNIX stuff (we simply don't want to recursively iterate down a tree of AF_UNIX
2828 * IPC sockets). It's OK if a file vanishes here in the time we enumerate it and intend to
2829 * open it. */
2830
2831 if (!filename_is_valid(path)) /* safety check */
2832 return -EINVAL;
2833
2834 missing_ok = true;
10b44e1d 2835 source = path;
2ad591a3
LP
2836
2837 } else if (path_is_absolute(path)) {
2838 /* If this is an absolute path, read the data directly from it, and support AF_UNIX
2839 * sockets */
2840
2841 if (!path_is_valid(path)) /* safety check */
2842 return -EINVAL;
2843
3989bdc1
AB
2844 flags |= READ_FULL_FILE_CONNECT_SOCKET;
2845
2846 /* Pass some minimal info about the unit and the credential name we are looking to acquire
2847 * via the source socket address in case we read off an AF_UNIX socket. */
10b44e1d 2848 if (asprintf(&bindname, "@%" PRIx64"/unit/%s/%s", random_u64(), unit, id) < 0)
3989bdc1
AB
2849 return -ENOMEM;
2850
2851 missing_ok = false;
2ad591a3 2852 source = path;
3989bdc1 2853
2ad591a3
LP
2854 } else if (credential_name_valid(path)) {
2855 /* If this is a relative path, take it as credential name relative to the credentials
2856 * directory we received ourselves. We don't support the AF_UNIX stuff in this mode, since we
2857 * are operating on a credential store, i.e. this is guaranteed to be regular files. */
2858
2859 search_path = credential_search_path(params, encrypted);
2860 if (!search_path)
3989bdc1
AB
2861 return -ENOMEM;
2862
2ad591a3 2863 missing_ok = true;
3989bdc1
AB
2864 } else
2865 source = NULL;
2866
2ad591a3
LP
2867 if (encrypted)
2868 flags |= READ_FULL_FILE_UNBASE64;
2869
2870 maxsz = encrypted ? CREDENTIAL_ENCRYPTED_SIZE_MAX : CREDENTIAL_SIZE_MAX;
2871
2872 if (search_path) {
2873 STRV_FOREACH(d, search_path) {
2874 _cleanup_free_ char *j = NULL;
2875
2876 j = path_join(*d, path);
2877 if (!j)
2878 return -ENOMEM;
2879
2880 r = read_full_file_full(
2881 AT_FDCWD, j, /* path is absolute, hence pass AT_FDCWD as nop dir fd here */
2882 UINT64_MAX,
2883 maxsz,
2884 flags,
2885 NULL,
2886 &data, &size);
2887 if (r != -ENOENT)
2888 break;
2889 }
2890 } else if (source)
3989bdc1
AB
2891 r = read_full_file_full(
2892 read_dfd, source,
2893 UINT64_MAX,
2ad591a3
LP
2894 maxsz,
2895 flags,
3989bdc1
AB
2896 bindname,
2897 &data, &size);
2898 else
2899 r = -ENOENT;
2900
10b44e1d 2901 if (r == -ENOENT && (missing_ok || hashmap_contains(context->set_credentials, id))) {
3989bdc1
AB
2902 /* Make a missing inherited credential non-fatal, let's just continue. After all apps
2903 * will get clear errors if we don't pass such a missing credential on as they
2904 * themselves will get ENOENT when trying to read them, which should not be much
2905 * worse than when we handle the error here and make it fatal.
2906 *
2907 * Also, if the source file doesn't exist, but a fallback is set via SetCredentials=
2908 * we are fine, too. */
10b44e1d 2909 log_debug_errno(r, "Couldn't read inherited credential '%s', skipping: %m", path);
3989bdc1
AB
2910 return 0;
2911 }
2912 if (r < 0)
10b44e1d 2913 return log_debug_errno(r, "Failed to read credential '%s': %m", path);
3989bdc1 2914
10b44e1d 2915 if (encrypted) {
3989bdc1
AB
2916 _cleanup_free_ void *plaintext = NULL;
2917 size_t plaintext_size = 0;
2918
6a0779cb 2919 r = decrypt_credential_and_warn(id, now(CLOCK_REALTIME), NULL, NULL, data, size, &plaintext, &plaintext_size);
3989bdc1
AB
2920 if (r < 0)
2921 return r;
2922
2923 free_and_replace(data, plaintext);
2924 size = plaintext_size;
2925 }
2926
10b44e1d 2927 add = strlen(id) + size;
3989bdc1
AB
2928 if (add > *left)
2929 return -E2BIG;
2930
10b44e1d 2931 r = write_credential(write_dfd, id, data, size, uid, ownership_ok);
3989bdc1 2932 if (r < 0)
94602bff 2933 return log_debug_errno(r, "Failed to write credential '%s': %m", id);
3989bdc1
AB
2934
2935 *left -= add;
2936 return 0;
2937}
2938
2939struct load_cred_args {
3989bdc1
AB
2940 const ExecContext *context;
2941 const ExecParameters *params;
461345a1 2942 bool encrypted;
3989bdc1
AB
2943 const char *unit;
2944 int dfd;
2945 uid_t uid;
2946 bool ownership_ok;
2947 uint64_t *left;
2948};
2949
2950static int load_cred_recurse_dir_cb(
2951 RecurseDirEvent event,
2952 const char *path,
2953 int dir_fd,
2954 int inode_fd,
2955 const struct dirent *de,
2956 const struct statx *sx,
2957 void *userdata) {
2958
6394e5cd 2959 struct load_cred_args *args = ASSERT_PTR(userdata);
11348386 2960 _cleanup_free_ char *sub_id = NULL;
3989bdc1
AB
2961 int r;
2962
2963 if (event != RECURSE_DIR_ENTRY)
2964 return RECURSE_DIR_CONTINUE;
2965
2966 if (!IN_SET(de->d_type, DT_REG, DT_SOCK))
2967 return RECURSE_DIR_CONTINUE;
2968
11348386 2969 sub_id = strreplace(path, "/", "_");
3989bdc1
AB
2970 if (!sub_id)
2971 return -ENOMEM;
2972
2973 if (!credential_name_valid(sub_id))
1451435c 2974 return log_debug_errno(SYNTHETIC_ERRNO(EINVAL), "Credential would get ID %s, which is not valid, refusing", sub_id);
3989bdc1 2975
5bec447a 2976 if (faccessat(args->dfd, sub_id, F_OK, AT_SYMLINK_NOFOLLOW) >= 0) {
3989bdc1
AB
2977 log_debug("Skipping credential with duplicated ID %s at %s", sub_id, path);
2978 return RECURSE_DIR_CONTINUE;
2979 }
5bec447a
LP
2980 if (errno != ENOENT)
2981 return log_debug_errno(errno, "Failed to test if credential %s exists: %m", sub_id);
3989bdc1 2982
10b44e1d
LP
2983 r = load_credential(
2984 args->context,
2985 args->params,
2986 sub_id,
2987 de->d_name,
461345a1 2988 args->encrypted,
10b44e1d
LP
2989 args->unit,
2990 dir_fd,
2991 args->dfd,
2992 args->uid,
2993 args->ownership_ok,
2994 args->left);
3989bdc1
AB
2995 if (r < 0)
2996 return r;
2997
2998 return RECURSE_DIR_CONTINUE;
2999}
3000
bb0c0d6f
LP
3001static int acquire_credentials(
3002 const ExecContext *context,
3003 const ExecParameters *params,
d3dcf4e3 3004 const char *unit,
bb0c0d6f
LP
3005 const char *p,
3006 uid_t uid,
3007 bool ownership_ok) {
3008
43144be4 3009 uint64_t left = CREDENTIALS_TOTAL_SIZE_MAX;
254d1313 3010 _cleanup_close_ int dfd = -EBADF;
43144be4 3011 ExecLoadCredential *lc;
bb0c0d6f 3012 ExecSetCredential *sc;
bb0c0d6f
LP
3013 int r;
3014
3015 assert(context);
3016 assert(p);
3017
3018 dfd = open(p, O_DIRECTORY|O_CLOEXEC);
3019 if (dfd < 0)
3020 return -errno;
3021
43144be4
LP
3022 /* First, load credentials off disk (or acquire via AF_UNIX socket) */
3023 HASHMAP_FOREACH(lc, context->load_credentials) {
254d1313 3024 _cleanup_close_ int sub_fd = -EBADF;
d3dcf4e3 3025
f344f7fd
LP
3026 /* If this is an absolute path, then try to open it as a directory. If that works, then we'll
3027 * recurse into it. If it is an absolute path but it isn't a directory, then we'll open it as
3028 * a regular file. Finally, if it's a relative path we will use it as a credential name to
3029 * propagate a credential passed to us from further up. */
43144be4 3030
f344f7fd
LP
3031 if (path_is_absolute(lc->path)) {
3032 sub_fd = open(lc->path, O_DIRECTORY|O_CLOEXEC|O_RDONLY);
1d68a2e1
LP
3033 if (sub_fd < 0 && !IN_SET(errno,
3034 ENOTDIR, /* Not a directory */
3035 ENOENT)) /* Doesn't exist? */
3036 return log_debug_errno(errno, "Failed to open '%s': %m", lc->path);
f344f7fd 3037 }
43144be4 3038
61c5a49e 3039 if (sub_fd < 0)
f344f7fd 3040 /* Regular file (incl. a credential passed in from higher up) */
10b44e1d
LP
3041 r = load_credential(
3042 context,
3043 params,
3044 lc->id,
3045 lc->path,
3046 lc->encrypted,
3047 unit,
661e4251 3048 AT_FDCWD,
10b44e1d
LP
3049 dfd,
3050 uid,
3051 ownership_ok,
3052 &left);
61c5a49e 3053 else
10b44e1d 3054 /* Directory */
3989bdc1
AB
3055 r = recurse_dir(
3056 sub_fd,
11348386 3057 /* path= */ lc->id, /* recurse_dir() will suffix the subdir paths from here to the top-level id */
3989bdc1
AB
3058 /* statx_mask= */ 0,
3059 /* n_depth_max= */ UINT_MAX,
9883cbb2 3060 RECURSE_DIR_SORT|RECURSE_DIR_IGNORE_DOT|RECURSE_DIR_ENSURE_TYPE,
3989bdc1
AB
3061 load_cred_recurse_dir_cb,
3062 &(struct load_cred_args) {
3989bdc1
AB
3063 .context = context,
3064 .params = params,
461345a1 3065 .encrypted = lc->encrypted,
3989bdc1
AB
3066 .unit = unit,
3067 .dfd = dfd,
3068 .uid = uid,
3069 .ownership_ok = ownership_ok,
3070 .left = &left,
3071 });
61c5a49e
LP
3072 if (r < 0)
3073 return r;
bb0c0d6f
LP
3074 }
3075
9e6e9d61
LP
3076 /* Second, we add in literally specified credentials. If the credentials already exist, we'll not add
3077 * them, so that they can act as a "default" if the same credential is specified multiple times. */
43144be4
LP
3078 HASHMAP_FOREACH(sc, context->set_credentials) {
3079 _cleanup_(erase_and_freep) void *plaintext = NULL;
3080 const char *data;
3081 size_t size, add;
3082
9e6e9d61
LP
3083 /* Note that we check ahead of time here instead of relying on O_EXCL|O_CREAT later to return
3084 * EEXIST if the credential already exists. That's because the TPM2-based decryption is kinda
3085 * slow and involved, hence it's nice to be able to skip that if the credential already
3086 * exists anyway. */
43144be4
LP
3087 if (faccessat(dfd, sc->id, F_OK, AT_SYMLINK_NOFOLLOW) >= 0)
3088 continue;
3089 if (errno != ENOENT)
3090 return log_debug_errno(errno, "Failed to test if credential %s exists: %m", sc->id);
3091
3092 if (sc->encrypted) {
6a0779cb 3093 r = decrypt_credential_and_warn(sc->id, now(CLOCK_REALTIME), NULL, NULL, sc->data, sc->size, &plaintext, &size);
43144be4
LP
3094 if (r < 0)
3095 return r;
3096
3097 data = plaintext;
3098 } else {
3099 data = sc->data;
3100 size = sc->size;
3101 }
3102
3103 add = strlen(sc->id) + size;
3104 if (add > left)
3105 return -E2BIG;
3106
3107 r = write_credential(dfd, sc->id, data, size, uid, ownership_ok);
3108 if (r < 0)
3109 return r;
3110
43144be4
LP
3111 left -= add;
3112 }
3113
bb0c0d6f
LP
3114 if (fchmod(dfd, 0500) < 0) /* Now take away the "w" bit */
3115 return -errno;
3116
3117 /* After we created all keys with the right perms, also make sure the credential store as a whole is
3118 * accessible */
3119
3120 if (uid_is_valid(uid) && uid != getuid()) {
567aeb58 3121 r = fd_add_uid_acl_permission(dfd, uid, ACL_READ | ACL_EXECUTE);
bb0c0d6f
LP
3122 if (r < 0) {
3123 if (!ERRNO_IS_NOT_SUPPORTED(r) && !ERRNO_IS_PRIVILEGE(r))
3124 return r;
3125
3126 if (!ownership_ok)
3127 return r;
3128
f5fbe71d 3129 if (fchown(dfd, uid, GID_INVALID) < 0)
bb0c0d6f
LP
3130 return -errno;
3131 }
3132 }
3133
3134 return 0;
3135}
3136
3137static int setup_credentials_internal(
3138 const ExecContext *context,
3139 const ExecParameters *params,
d3dcf4e3 3140 const char *unit,
bb0c0d6f
LP
3141 const char *final, /* This is where the credential store shall eventually end up at */
3142 const char *workspace, /* This is where we can prepare it before moving it to the final place */
3143 bool reuse_workspace, /* Whether to reuse any existing workspace mount if it already is a mount */
3144 bool must_mount, /* Whether to require that we mount something, it's not OK to use the plain directory fall back */
3145 uid_t uid) {
3146
3147 int r, workspace_mounted; /* negative if we don't know yet whether we have/can mount something; true
3148 * if we mounted something; false if we definitely can't mount anything */
3149 bool final_mounted;
3150 const char *where;
3151
3152 assert(context);
3153 assert(final);
3154 assert(workspace);
3155
3156 if (reuse_workspace) {
3157 r = path_is_mount_point(workspace, NULL, 0);
3158 if (r < 0)
3159 return r;
3160 if (r > 0)
3161 workspace_mounted = true; /* If this is already a mount, and we are supposed to reuse it, let's keep this in mind */
3162 else
3163 workspace_mounted = -1; /* We need to figure out if we can mount something to the workspace */
3164 } else
3165 workspace_mounted = -1; /* ditto */
3166
3167 r = path_is_mount_point(final, NULL, 0);
3168 if (r < 0)
3169 return r;
3170 if (r > 0) {
3171 /* If the final place already has something mounted, we use that. If the workspace also has
3172 * something mounted we assume it's actually the same mount (but with MS_RDONLY
3173 * different). */
3174 final_mounted = true;
3175
3176 if (workspace_mounted < 0) {
f0353cf2 3177 /* If the final place is mounted, but the workspace isn't, then let's bind mount
bb0c0d6f
LP
3178 * the final version to the workspace, and make it writable, so that we can make
3179 * changes */
3180
21935150
LP
3181 r = mount_nofollow_verbose(LOG_DEBUG, final, workspace, NULL, MS_BIND|MS_REC, NULL);
3182 if (r < 0)
3183 return r;
bb0c0d6f 3184
21935150
LP
3185 r = mount_nofollow_verbose(LOG_DEBUG, NULL, workspace, NULL, MS_BIND|MS_REMOUNT|MS_NODEV|MS_NOEXEC|MS_NOSUID, NULL);
3186 if (r < 0)
3187 return r;
bb0c0d6f
LP
3188
3189 workspace_mounted = true;
3190 }
3191 } else
3192 final_mounted = false;
3193
3194 if (workspace_mounted < 0) {
3195 /* Nothing is mounted on the workspace yet, let's try to mount something now */
3196 for (int try = 0;; try++) {
3197
3198 if (try == 0) {
3199 /* Try "ramfs" first, since it's not swap backed */
21935150
LP
3200 r = mount_nofollow_verbose(LOG_DEBUG, "ramfs", workspace, "ramfs", MS_NODEV|MS_NOEXEC|MS_NOSUID, "mode=0700");
3201 if (r >= 0) {
bb0c0d6f
LP
3202 workspace_mounted = true;
3203 break;
3204 }
3205
3206 } else if (try == 1) {
3207 _cleanup_free_ char *opts = NULL;
3208
43144be4 3209 if (asprintf(&opts, "mode=0700,nr_inodes=1024,size=%zu", (size_t) CREDENTIALS_TOTAL_SIZE_MAX) < 0)
bb0c0d6f
LP
3210 return -ENOMEM;
3211
3212 /* Fall back to "tmpfs" otherwise */
21935150
LP
3213 r = mount_nofollow_verbose(LOG_DEBUG, "tmpfs", workspace, "tmpfs", MS_NODEV|MS_NOEXEC|MS_NOSUID, opts);
3214 if (r >= 0) {
bb0c0d6f
LP
3215 workspace_mounted = true;
3216 break;
3217 }
3218
3219 } else {
3220 /* If that didn't work, try to make a bind mount from the final to the workspace, so that we can make it writable there. */
21935150
LP
3221 r = mount_nofollow_verbose(LOG_DEBUG, final, workspace, NULL, MS_BIND|MS_REC, NULL);
3222 if (r < 0) {
3223 if (!ERRNO_IS_PRIVILEGE(r)) /* Propagate anything that isn't a permission problem */
3224 return r;
bb0c0d6f
LP
3225
3226 if (must_mount) /* If we it's not OK to use the plain directory
3227 * fallback, propagate all errors too */
21935150 3228 return r;
bb0c0d6f
LP
3229
3230 /* If we lack privileges to bind mount stuff, then let's gracefully
3231 * proceed for compat with container envs, and just use the final dir
3232 * as is. */
3233
3234 workspace_mounted = false;
3235 break;
3236 }
3237
3238 /* Make the new bind mount writable (i.e. drop MS_RDONLY) */
21935150
LP
3239 r = mount_nofollow_verbose(LOG_DEBUG, NULL, workspace, NULL, MS_BIND|MS_REMOUNT|MS_NODEV|MS_NOEXEC|MS_NOSUID, NULL);
3240 if (r < 0)
3241 return r;
bb0c0d6f
LP
3242
3243 workspace_mounted = true;
3244 break;
3245 }
3246 }
3247 }
3248
3249 assert(!must_mount || workspace_mounted > 0);
3250 where = workspace_mounted ? workspace : final;
3251
03bc11d1 3252 (void) label_fix_full(AT_FDCWD, where, final, 0);
e3a0a862 3253
d3dcf4e3 3254 r = acquire_credentials(context, params, unit, where, uid, workspace_mounted);
bb0c0d6f
LP
3255 if (r < 0)
3256 return r;
3257
3258 if (workspace_mounted) {
3259 /* Make workspace read-only now, so that any bind mount we make from it defaults to read-only too */
21935150
LP
3260 r = mount_nofollow_verbose(LOG_DEBUG, NULL, workspace, NULL, MS_BIND|MS_REMOUNT|MS_RDONLY|MS_NODEV|MS_NOEXEC|MS_NOSUID, NULL);
3261 if (r < 0)
3262 return r;
bb0c0d6f
LP
3263
3264 /* And mount it to the final place, read-only */
21935150
LP
3265 if (final_mounted)
3266 r = umount_verbose(LOG_DEBUG, workspace, MNT_DETACH|UMOUNT_NOFOLLOW);
3267 else
3268 r = mount_nofollow_verbose(LOG_DEBUG, workspace, final, NULL, MS_MOVE, NULL);
3269 if (r < 0)
3270 return r;
bb0c0d6f
LP
3271 } else {
3272 _cleanup_free_ char *parent = NULL;
3273
3274 /* If we do not have our own mount put used the plain directory fallback, then we need to
3275 * open access to the top-level credential directory and the per-service directory now */
3276
45519d13
LP
3277 r = path_extract_directory(final, &parent);
3278 if (r < 0)
3279 return r;
bb0c0d6f
LP
3280 if (chmod(parent, 0755) < 0)
3281 return -errno;
3282 }
3283
3284 return 0;
3285}
3286
3287static int setup_credentials(
3288 const ExecContext *context,
3289 const ExecParameters *params,
3290 const char *unit,
3291 uid_t uid) {
3292
3293 _cleanup_free_ char *p = NULL, *q = NULL;
bb0c0d6f
LP
3294 int r;
3295
3296 assert(context);
3297 assert(params);
3298
3299 if (!exec_context_has_credentials(context))
3300 return 0;
3301
3302 if (!params->prefix[EXEC_DIRECTORY_RUNTIME])
3303 return -EINVAL;
3304
3305 /* This where we'll place stuff when we are done; this main credentials directory is world-readable,
3306 * and the subdir we mount over with a read-only file system readable by the service's user */
3307 q = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials");
3308 if (!q)
3309 return -ENOMEM;
3310
3311 r = mkdir_label(q, 0755); /* top-level dir: world readable/searchable */
3312 if (r < 0 && r != -EEXIST)
3313 return r;
3314
3315 p = path_join(q, unit);
3316 if (!p)
3317 return -ENOMEM;
3318
3319 r = mkdir_label(p, 0700); /* per-unit dir: private to user */
3320 if (r < 0 && r != -EEXIST)
3321 return r;
3322
3323 r = safe_fork("(sd-mkdcreds)", FORK_DEATHSIG|FORK_WAIT|FORK_NEW_MOUNTNS, NULL);
3324 if (r < 0) {
3325 _cleanup_free_ char *t = NULL, *u = NULL;
3326
3327 /* If this is not a privilege or support issue then propagate the error */
3328 if (!ERRNO_IS_NOT_SUPPORTED(r) && !ERRNO_IS_PRIVILEGE(r))
3329 return r;
3330
3331 /* Temporary workspace, that remains inaccessible all the time. We prepare stuff there before moving
3332 * it into place, so that users can't access half-initialized credential stores. */
3333 t = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "systemd/temporary-credentials");
3334 if (!t)
3335 return -ENOMEM;
3336
3337 /* We can't set up a mount namespace. In that case operate on a fixed, inaccessible per-unit
3338 * directory outside of /run/credentials/ first, and then move it over to /run/credentials/
3339 * after it is fully set up */
3340 u = path_join(t, unit);
3341 if (!u)
3342 return -ENOMEM;
3343
3344 FOREACH_STRING(i, t, u) {
3345 r = mkdir_label(i, 0700);
3346 if (r < 0 && r != -EEXIST)
3347 return r;
3348 }
3349
3350 r = setup_credentials_internal(
3351 context,
3352 params,
d3dcf4e3 3353 unit,
bb0c0d6f
LP
3354 p, /* final mount point */
3355 u, /* temporary workspace to overmount */
3356 true, /* reuse the workspace if it is already a mount */
3357 false, /* it's OK to fall back to a plain directory if we can't mount anything */
3358 uid);
3359
3360 (void) rmdir(u); /* remove the workspace again if we can. */
3361
3362 if (r < 0)
3363 return r;
3364
3365 } else if (r == 0) {
3366
3367 /* We managed to set up a mount namespace, and are now in a child. That's great. In this case
3368 * we can use the same directory for all cases, after turning off propagation. Question
3369 * though is: where do we turn off propagation exactly, and where do we place the workspace
3370 * directory? We need some place that is guaranteed to be a mount point in the host, and
3371 * which is guaranteed to have a subdir we can mount over. /run/ is not suitable for this,
3372 * since we ultimately want to move the resulting file system there, i.e. we need propagation
3373 * for /run/ eventually. We could use our own /run/systemd/bind mount on itself, but that
3374 * would be visible in the host mount table all the time, which we want to avoid. Hence, what
3375 * we do here instead we use /dev/ and /dev/shm/ for our purposes. We know for sure that
3376 * /dev/ is a mount point and we now for sure that /dev/shm/ exists. Hence we can turn off
3377 * propagation on the former, and then overmount the latter.
3378 *
3379 * Yes it's nasty playing games with /dev/ and /dev/shm/ like this, since it does not exist
3380 * for this purpose, but there are few other candidates that work equally well for us, and
3381 * given that the we do this in a privately namespaced short-lived single-threaded process
7802194a 3382 * that no one else sees this should be OK to do. */
bb0c0d6f 3383
21935150
LP
3384 r = mount_nofollow_verbose(LOG_DEBUG, NULL, "/dev", NULL, MS_SLAVE|MS_REC, NULL); /* Turn off propagation from our namespace to host */
3385 if (r < 0)
bb0c0d6f
LP
3386 goto child_fail;
3387
3388 r = setup_credentials_internal(
3389 context,
3390 params,
d3dcf4e3 3391 unit,
bb0c0d6f
LP
3392 p, /* final mount point */
3393 "/dev/shm", /* temporary workspace to overmount */
3394 false, /* do not reuse /dev/shm if it is already a mount, under no circumstances */
3395 true, /* insist that something is mounted, do not allow fallback to plain directory */
3396 uid);
3397 if (r < 0)
3398 goto child_fail;
3399
3400 _exit(EXIT_SUCCESS);
3401
3402 child_fail:
3403 _exit(EXIT_FAILURE);
3404 }
3405
3406 return 0;
3407}
3408
92b423b9 3409#if ENABLE_SMACK
cefc33ae 3410static int setup_smack(
aa5ae971 3411 const Manager *manager,
cefc33ae 3412 const ExecContext *context,
b83d5050 3413 int executable_fd) {
cefc33ae
LP
3414 int r;
3415
3416 assert(context);
b83d5050 3417 assert(executable_fd >= 0);
cefc33ae 3418
cefc33ae
LP
3419 if (context->smack_process_label) {
3420 r = mac_smack_apply_pid(0, context->smack_process_label);
3421 if (r < 0)
3422 return r;
aa5ae971 3423 } else if (manager->default_smack_process_label) {
cefc33ae
LP
3424 _cleanup_free_ char *exec_label = NULL;
3425
b83d5050 3426 r = mac_smack_read_fd(executable_fd, SMACK_ATTR_EXEC, &exec_label);
00675c36 3427 if (r < 0 && !ERRNO_IS_XATTR_ABSENT(r))
cefc33ae
LP
3428 return r;
3429
1da3cb81 3430 r = mac_smack_apply_pid(0, exec_label ?: manager->default_smack_process_label);
cefc33ae
LP
3431 if (r < 0)
3432 return r;
3433 }
cefc33ae
LP
3434
3435 return 0;
3436}
92b423b9 3437#endif
cefc33ae 3438
6c47cd7d
LP
3439static int compile_bind_mounts(
3440 const ExecContext *context,
3441 const ExecParameters *params,
3442 BindMount **ret_bind_mounts,
da6053d0 3443 size_t *ret_n_bind_mounts,
6c47cd7d
LP
3444 char ***ret_empty_directories) {
3445
3446 _cleanup_strv_free_ char **empty_directories = NULL;
3447 BindMount *bind_mounts;
5b10116e 3448 size_t n, h = 0;
6c47cd7d
LP
3449 int r;
3450
3451 assert(context);
3452 assert(params);
3453 assert(ret_bind_mounts);
3454 assert(ret_n_bind_mounts);
3455 assert(ret_empty_directories);
3456
3457 n = context->n_bind_mounts;
5b10116e 3458 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
6c47cd7d
LP
3459 if (!params->prefix[t])
3460 continue;
3461
a2ab603c
YW
3462 for (size_t i = 0; i < context->directories[t].n_items; i++)
3463 n += !context->directories[t].items[i].only_create;
6c47cd7d
LP
3464 }
3465
3466 if (n <= 0) {
3467 *ret_bind_mounts = NULL;
3468 *ret_n_bind_mounts = 0;
3469 *ret_empty_directories = NULL;
3470 return 0;
3471 }
3472
3473 bind_mounts = new(BindMount, n);
3474 if (!bind_mounts)
3475 return -ENOMEM;
3476
5b10116e 3477 for (size_t i = 0; i < context->n_bind_mounts; i++) {
6c47cd7d
LP
3478 BindMount *item = context->bind_mounts + i;
3479 char *s, *d;
3480
3481 s = strdup(item->source);
3482 if (!s) {
3483 r = -ENOMEM;
3484 goto finish;
3485 }
3486
3487 d = strdup(item->destination);
3488 if (!d) {
3489 free(s);
3490 r = -ENOMEM;
3491 goto finish;
3492 }
3493
3494 bind_mounts[h++] = (BindMount) {
3495 .source = s,
3496 .destination = d,
3497 .read_only = item->read_only,
3498 .recursive = item->recursive,
3499 .ignore_enoent = item->ignore_enoent,
3500 };
3501 }
3502
5b10116e 3503 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
6c47cd7d
LP
3504 if (!params->prefix[t])
3505 continue;
3506
211a3d87 3507 if (context->directories[t].n_items == 0)
6c47cd7d
LP
3508 continue;
3509
494d0247 3510 if (exec_directory_is_private(context, t) &&
74e12520 3511 !exec_context_with_rootfs(context)) {
6c47cd7d
LP
3512 char *private_root;
3513
3514 /* So this is for a dynamic user, and we need to make sure the process can access its own
3515 * directory. For that we overmount the usually inaccessible "private" subdirectory with a
3516 * tmpfs that makes it accessible and is empty except for the submounts we do this for. */
3517
657ee2d8 3518 private_root = path_join(params->prefix[t], "private");
6c47cd7d
LP
3519 if (!private_root) {
3520 r = -ENOMEM;
3521 goto finish;
3522 }
3523
3524 r = strv_consume(&empty_directories, private_root);
a635a7ae 3525 if (r < 0)
6c47cd7d 3526 goto finish;
6c47cd7d
LP
3527 }
3528
211a3d87 3529 for (size_t i = 0; i < context->directories[t].n_items; i++) {
6c47cd7d
LP
3530 char *s, *d;
3531
a2ab603c
YW
3532 /* When one of the parent directories is in the list, we cannot create the symlink
3533 * for the child directory. See also the comments in setup_exec_directory(). */
3534 if (context->directories[t].items[i].only_create)
3535 continue;
3536
494d0247 3537 if (exec_directory_is_private(context, t))
211a3d87 3538 s = path_join(params->prefix[t], "private", context->directories[t].items[i].path);
6c47cd7d 3539 else
211a3d87 3540 s = path_join(params->prefix[t], context->directories[t].items[i].path);
6c47cd7d
LP
3541 if (!s) {
3542 r = -ENOMEM;
3543 goto finish;
3544 }
3545
494d0247 3546 if (exec_directory_is_private(context, t) &&
74e12520 3547 exec_context_with_rootfs(context))
5609f688
YW
3548 /* When RootDirectory= or RootImage= are set, then the symbolic link to the private
3549 * directory is not created on the root directory. So, let's bind-mount the directory
3550 * on the 'non-private' place. */
211a3d87 3551 d = path_join(params->prefix[t], context->directories[t].items[i].path);
5609f688
YW
3552 else
3553 d = strdup(s);
6c47cd7d
LP
3554 if (!d) {
3555 free(s);
3556 r = -ENOMEM;
3557 goto finish;
3558 }
3559
3560 bind_mounts[h++] = (BindMount) {
3561 .source = s,
3562 .destination = d,
3563 .read_only = false,
9ce4e4b0 3564 .nosuid = context->dynamic_user, /* don't allow suid/sgid when DynamicUser= is on */
6c47cd7d
LP
3565 .recursive = true,
3566 .ignore_enoent = false,
3567 };
3568 }
3569 }
3570
3571 assert(h == n);
3572
3573 *ret_bind_mounts = bind_mounts;
3574 *ret_n_bind_mounts = n;
ae2a15bc 3575 *ret_empty_directories = TAKE_PTR(empty_directories);
6c47cd7d
LP
3576
3577 return (int) n;
3578
3579finish:
3580 bind_mount_free_many(bind_mounts, h);
3581 return r;
3582}
3583
df61e79a
LB
3584/* ret_symlinks will contain a list of pairs src:dest that describes
3585 * the symlinks to create later on. For example, the symlinks needed
3586 * to safely give private directories to DynamicUser=1 users. */
3587static int compile_symlinks(
3588 const ExecContext *context,
3589 const ExecParameters *params,
3590 char ***ret_symlinks) {
3591
3592 _cleanup_strv_free_ char **symlinks = NULL;
3593 int r;
3594
3595 assert(context);
3596 assert(params);
3597 assert(ret_symlinks);
3598
3599 for (ExecDirectoryType dt = 0; dt < _EXEC_DIRECTORY_TYPE_MAX; dt++) {
211a3d87
LB
3600 for (size_t i = 0; i < context->directories[dt].n_items; i++) {
3601 _cleanup_free_ char *private_path = NULL, *path = NULL;
df61e79a 3602
211a3d87
LB
3603 STRV_FOREACH(symlink, context->directories[dt].items[i].symlinks) {
3604 _cleanup_free_ char *src_abs = NULL, *dst_abs = NULL;
df61e79a 3605
211a3d87
LB
3606 src_abs = path_join(params->prefix[dt], context->directories[dt].items[i].path);
3607 dst_abs = path_join(params->prefix[dt], *symlink);
3608 if (!src_abs || !dst_abs)
3609 return -ENOMEM;
df61e79a 3610
211a3d87
LB
3611 r = strv_consume_pair(&symlinks, TAKE_PTR(src_abs), TAKE_PTR(dst_abs));
3612 if (r < 0)
3613 return r;
3614 }
3615
a2ab603c
YW
3616 if (!exec_directory_is_private(context, dt) ||
3617 exec_context_with_rootfs(context) ||
3618 context->directories[dt].items[i].only_create)
211a3d87
LB
3619 continue;
3620
3621 private_path = path_join(params->prefix[dt], "private", context->directories[dt].items[i].path);
df61e79a
LB
3622 if (!private_path)
3623 return -ENOMEM;
3624
211a3d87 3625 path = path_join(params->prefix[dt], context->directories[dt].items[i].path);
df61e79a
LB
3626 if (!path)
3627 return -ENOMEM;
3628
3629 r = strv_consume_pair(&symlinks, TAKE_PTR(private_path), TAKE_PTR(path));
3630 if (r < 0)
3631 return r;
3632 }
3633 }
3634
3635 *ret_symlinks = TAKE_PTR(symlinks);
3636
3637 return 0;
3638}
3639
4e677599
LP
3640static bool insist_on_sandboxing(
3641 const ExecContext *context,
3642 const char *root_dir,
3643 const char *root_image,
3644 const BindMount *bind_mounts,
3645 size_t n_bind_mounts) {
3646
4e677599
LP
3647 assert(context);
3648 assert(n_bind_mounts == 0 || bind_mounts);
3649
3650 /* Checks whether we need to insist on fs namespacing. i.e. whether we have settings configured that
86b52a39 3651 * would alter the view on the file system beyond making things read-only or invisible, i.e. would
4e677599
LP
3652 * rearrange stuff in a way we cannot ignore gracefully. */
3653
3654 if (context->n_temporary_filesystems > 0)
3655 return true;
3656
3657 if (root_dir || root_image)
3658 return true;
3659
b3d13314
LB
3660 if (context->n_mount_images > 0)
3661 return true;
3662
4e677599
LP
3663 if (context->dynamic_user)
3664 return true;
3665
4355c04f
LB
3666 if (context->n_extension_images > 0 || !strv_isempty(context->extension_directories))
3667 return true;
3668
4e677599
LP
3669 /* If there are any bind mounts set that don't map back onto themselves, fs namespacing becomes
3670 * essential. */
5b10116e 3671 for (size_t i = 0; i < n_bind_mounts; i++)
4e677599
LP
3672 if (!path_equal(bind_mounts[i].source, bind_mounts[i].destination))
3673 return true;
3674
91dd5f7c
LP
3675 if (context->log_namespace)
3676 return true;
3677
4e677599
LP
3678 return false;
3679}
3680
6818c54c 3681static int apply_mount_namespace(
34cf6c43 3682 const Unit *u,
9f71ba8d 3683 ExecCommandFlags command_flags,
6818c54c
LP
3684 const ExecContext *context,
3685 const ExecParameters *params,
28135da3 3686 const ExecRuntime *runtime,
d4b6ec98 3687 const char *memory_pressure_path,
7cc5ef5f 3688 char **error_path) {
6818c54c 3689
d4b6ec98
LB
3690 _cleanup_strv_free_ char **empty_directories = NULL, **symlinks = NULL,
3691 **read_write_paths_cleanup = NULL;
56a13a49 3692 const char *tmp_dir = NULL, *var_tmp_dir = NULL;
915e6d16 3693 const char *root_dir = NULL, *root_image = NULL;
24759d8f
LB
3694 _cleanup_free_ char *creds_path = NULL, *incoming_dir = NULL, *propagate_dir = NULL,
3695 *extension_dir = NULL;
d4b6ec98 3696 char **read_write_paths;
228af36f 3697 NamespaceInfo ns_info;
165a31c0 3698 bool needs_sandboxing;
6c47cd7d 3699 BindMount *bind_mounts = NULL;
da6053d0 3700 size_t n_bind_mounts = 0;
6818c54c 3701 int r;
93c6bb51 3702
2b3c1b9e
DH
3703 assert(context);
3704
915e6d16
LP
3705 if (params->flags & EXEC_APPLY_CHROOT) {
3706 root_image = context->root_image;
3707
3708 if (!root_image)
3709 root_dir = context->root_directory;
3710 }
93c6bb51 3711
6c47cd7d
LP
3712 r = compile_bind_mounts(context, params, &bind_mounts, &n_bind_mounts, &empty_directories);
3713 if (r < 0)
3714 return r;
3715
211a3d87 3716 /* Symlinks for exec dirs are set up after other mounts, before they are made read-only. */
df61e79a
LB
3717 r = compile_symlinks(context, params, &symlinks);
3718 if (r < 0)
41abd7f6 3719 goto finalize;
df61e79a 3720
d4b6ec98
LB
3721 /* We need to make the pressure path writable even if /sys/fs/cgroups is made read-only, as the
3722 * service will need to write to it in order to start the notifications. */
3723 if (context->protect_control_groups && memory_pressure_path && !streq(memory_pressure_path, "/dev/null")) {
3724 read_write_paths_cleanup = strv_copy(context->read_write_paths);
3725 if (!read_write_paths_cleanup) {
3726 r = -ENOMEM;
3727 goto finalize;
3728 }
3729
3730 r = strv_extend(&read_write_paths_cleanup, memory_pressure_path);
3731 if (r < 0)
3732 goto finalize;
3733
3734 read_write_paths = read_write_paths_cleanup;
3735 } else
3736 read_write_paths = context->read_write_paths;
3737
9f71ba8d 3738 needs_sandboxing = (params->flags & EXEC_APPLY_SANDBOXING) && !(command_flags & EXEC_COMMAND_FULLY_PRIVILEGED);
ecf63c91
NJ
3739 if (needs_sandboxing) {
3740 /* The runtime struct only contains the parent of the private /tmp,
3741 * which is non-accessible to world users. Inside of it there's a /tmp
56a13a49
ZJS
3742 * that is sticky, and that's the one we want to use here.
3743 * This does not apply when we are using /run/systemd/empty as fallback. */
ecf63c91 3744
28135da3
DDM
3745 if (context->private_tmp && runtime && runtime->shared) {
3746 if (streq_ptr(runtime->shared->tmp_dir, RUN_SYSTEMD_EMPTY))
3747 tmp_dir = runtime->shared->tmp_dir;
3748 else if (runtime->shared->tmp_dir)
3749 tmp_dir = strjoina(runtime->shared->tmp_dir, "/tmp");
56a13a49 3750
28135da3
DDM
3751 if (streq_ptr(runtime->shared->var_tmp_dir, RUN_SYSTEMD_EMPTY))
3752 var_tmp_dir = runtime->shared->var_tmp_dir;
3753 else if (runtime->shared->var_tmp_dir)
3754 var_tmp_dir = strjoina(runtime->shared->var_tmp_dir, "/tmp");
ecf63c91
NJ
3755 }
3756
b5a33299
YW
3757 ns_info = (NamespaceInfo) {
3758 .ignore_protect_paths = false,
3759 .private_dev = context->private_devices,
3760 .protect_control_groups = context->protect_control_groups,
3761 .protect_kernel_tunables = context->protect_kernel_tunables,
3762 .protect_kernel_modules = context->protect_kernel_modules,
94a7b275 3763 .protect_kernel_logs = context->protect_kernel_logs,
aecd5ac6 3764 .protect_hostname = context->protect_hostname,
5e98086d 3765 .mount_apivfs = exec_context_get_effective_mount_apivfs(context),
52b3d652
LP
3766 .protect_home = context->protect_home,
3767 .protect_system = context->protect_system,
4e399953
LP
3768 .protect_proc = context->protect_proc,
3769 .proc_subset = context->proc_subset,
c2da3bf2 3770 .private_network = exec_needs_network_namespace(context),
fde36d25 3771 .private_ipc = exec_needs_ipc_namespace(context),
6720e356 3772 /* If NNP is on, we can turn on MS_NOSUID, since it won't have any effect anymore. */
5181630f 3773 .mount_nosuid = context->no_new_privileges && !mac_selinux_use(),
b5a33299 3774 };
ecf63c91 3775 } else if (!context->dynamic_user && root_dir)
228af36f
LP
3776 /*
3777 * If DynamicUser=no and RootDirectory= is set then lets pass a relaxed
3778 * sandbox info, otherwise enforce it, don't ignore protected paths and
3779 * fail if we are enable to apply the sandbox inside the mount namespace.
3780 */
3781 ns_info = (NamespaceInfo) {
3782 .ignore_protect_paths = true,
3783 };
3784 else
3785 ns_info = (NamespaceInfo) {};
b5a33299 3786
874cdcbc 3787 if (context->mount_propagation_flag == MS_SHARED)
37ed15d7
FB
3788 log_unit_debug(u, "shared mount propagation hidden by other fs namespacing unit settings: ignoring");
3789
a631cbfa
LP
3790 if (exec_context_has_credentials(context) &&
3791 params->prefix[EXEC_DIRECTORY_RUNTIME] &&
3792 FLAGS_SET(params->flags, EXEC_WRITE_CREDENTIALS)) {
bbb4e7f3 3793 creds_path = path_join(params->prefix[EXEC_DIRECTORY_RUNTIME], "credentials", u->id);
8062e643
YW
3794 if (!creds_path) {
3795 r = -ENOMEM;
3796 goto finalize;
3797 }
bbb4e7f3
LP
3798 }
3799
5e8deb94
LB
3800 if (MANAGER_IS_SYSTEM(u->manager)) {
3801 propagate_dir = path_join("/run/systemd/propagate/", u->id);
f2550b98
LP
3802 if (!propagate_dir) {
3803 r = -ENOMEM;
3804 goto finalize;
3805 }
3806
5e8deb94 3807 incoming_dir = strdup("/run/systemd/incoming");
f2550b98
LP
3808 if (!incoming_dir) {
3809 r = -ENOMEM;
3810 goto finalize;
3811 }
24759d8f
LB
3812
3813 extension_dir = strdup("/run/systemd/unit-extensions");
3814 if (!extension_dir) {
3815 r = -ENOMEM;
3816 goto finalize;
3817 }
3818 } else
3819 if (asprintf(&extension_dir, "/run/user/" UID_FMT "/systemd/unit-extensions", geteuid()) < 0) {
3820 r = -ENOMEM;
3821 goto finalize;
3822 }
5e8deb94 3823
18d73705 3824 r = setup_namespace(root_dir, root_image, context->root_image_options,
d4b6ec98 3825 &ns_info, read_write_paths,
165a31c0
LP
3826 needs_sandboxing ? context->read_only_paths : NULL,
3827 needs_sandboxing ? context->inaccessible_paths : NULL,
ddc155b2
TM
3828 needs_sandboxing ? context->exec_paths : NULL,
3829 needs_sandboxing ? context->no_exec_paths : NULL,
6c47cd7d 3830 empty_directories,
df61e79a 3831 symlinks,
6c47cd7d
LP
3832 bind_mounts,
3833 n_bind_mounts,
2abd4e38
YW
3834 context->temporary_filesystems,
3835 context->n_temporary_filesystems,
b3d13314
LB
3836 context->mount_images,
3837 context->n_mount_images,
56a13a49
ZJS
3838 tmp_dir,
3839 var_tmp_dir,
bbb4e7f3 3840 creds_path,
91dd5f7c 3841 context->log_namespace,
874cdcbc 3842 context->mount_propagation_flag,
d4d55b0d
LB
3843 context->root_hash, context->root_hash_size, context->root_hash_path,
3844 context->root_hash_sig, context->root_hash_sig_size, context->root_hash_sig_path,
3845 context->root_verity,
93f59701
LB
3846 context->extension_images,
3847 context->n_extension_images,
a07b9926 3848 context->extension_directories,
5e8deb94
LB
3849 propagate_dir,
3850 incoming_dir,
24759d8f 3851 extension_dir,
3bdc25a4 3852 root_dir || root_image ? params->notify_socket : NULL,
7cc5ef5f 3853 error_path);
93c6bb51 3854
1beab8b0 3855 /* If we couldn't set up the namespace this is probably due to a missing capability. setup_namespace() reports
5238e957 3856 * that with a special, recognizable error ENOANO. In this case, silently proceed, but only if exclusively
1beab8b0
LP
3857 * sandboxing options were used, i.e. nothing such as RootDirectory= or BindMount= that would result in a
3858 * completely different execution environment. */
aca835ed 3859 if (r == -ENOANO) {
4e677599
LP
3860 if (insist_on_sandboxing(
3861 context,
3862 root_dir, root_image,
3863 bind_mounts,
3864 n_bind_mounts)) {
3865 log_unit_debug(u, "Failed to set up namespace, and refusing to continue since the selected namespacing options alter mount environment non-trivially.\n"
3866 "Bind mounts: %zu, temporary filesystems: %zu, root directory: %s, root image: %s, dynamic user: %s",
3867 n_bind_mounts, context->n_temporary_filesystems, yes_no(root_dir), yes_no(root_image), yes_no(context->dynamic_user));
3868
3869 r = -EOPNOTSUPP;
3870 } else {
aca835ed 3871 log_unit_debug(u, "Failed to set up namespace, assuming containerized execution and ignoring.");
4e677599 3872 r = 0;
aca835ed 3873 }
93c6bb51
DH
3874 }
3875
8062e643 3876finalize:
4e677599 3877 bind_mount_free_many(bind_mounts, n_bind_mounts);
93c6bb51
DH
3878 return r;
3879}
3880
915e6d16
LP
3881static int apply_working_directory(
3882 const ExecContext *context,
3883 const ExecParameters *params,
3884 const char *home,
376fecf6 3885 int *exit_status) {
915e6d16 3886
6732edab 3887 const char *d, *wd;
2b3c1b9e
DH
3888
3889 assert(context);
376fecf6 3890 assert(exit_status);
2b3c1b9e 3891
6732edab
LP
3892 if (context->working_directory_home) {
3893
376fecf6
LP
3894 if (!home) {
3895 *exit_status = EXIT_CHDIR;
6732edab 3896 return -ENXIO;
376fecf6 3897 }
6732edab 3898
2b3c1b9e 3899 wd = home;
6732edab 3900
14eb3285
LP
3901 } else
3902 wd = empty_to_root(context->working_directory);
e7f1e7c6 3903
fa97f630 3904 if (params->flags & EXEC_APPLY_CHROOT)
2b3c1b9e 3905 d = wd;
fa97f630 3906 else
3b0e5bb5 3907 d = prefix_roota(context->root_directory, wd);
e7f1e7c6 3908
376fecf6
LP
3909 if (chdir(d) < 0 && !context->working_directory_missing_ok) {
3910 *exit_status = EXIT_CHDIR;
2b3c1b9e 3911 return -errno;
376fecf6 3912 }
e7f1e7c6
DH
3913
3914 return 0;
3915}
3916
fa97f630
JB
3917static int apply_root_directory(
3918 const ExecContext *context,
3919 const ExecParameters *params,
3920 const bool needs_mount_ns,
3921 int *exit_status) {
3922
3923 assert(context);
3924 assert(exit_status);
3925
5b10116e 3926 if (params->flags & EXEC_APPLY_CHROOT)
fa97f630
JB
3927 if (!needs_mount_ns && context->root_directory)
3928 if (chroot(context->root_directory) < 0) {
3929 *exit_status = EXIT_CHROOT;
3930 return -errno;
3931 }
fa97f630
JB
3932
3933 return 0;
3934}
3935
b1edf445 3936static int setup_keyring(
34cf6c43 3937 const Unit *u,
b1edf445
LP
3938 const ExecContext *context,
3939 const ExecParameters *p,
3940 uid_t uid, gid_t gid) {
3941
74dd6b51 3942 key_serial_t keyring;
e64c2d0b
DJL
3943 int r = 0;
3944 uid_t saved_uid;
3945 gid_t saved_gid;
74dd6b51
LP
3946
3947 assert(u);
b1edf445 3948 assert(context);
74dd6b51
LP
3949 assert(p);
3950
3951 /* Let's set up a new per-service "session" kernel keyring for each system service. This has the benefit that
3952 * each service runs with its own keyring shared among all processes of the service, but with no hook-up beyond
3953 * that scope, and in particular no link to the per-UID keyring. If we don't do this the keyring will be
3954 * automatically created on-demand and then linked to the per-UID keyring, by the kernel. The kernel's built-in
3955 * on-demand behaviour is very appropriate for login users, but probably not so much for system services, where
3956 * UIDs are not necessarily specific to a service but reused (at least in the case of UID 0). */
3957
b1edf445
LP
3958 if (context->keyring_mode == EXEC_KEYRING_INHERIT)
3959 return 0;
3960
e64c2d0b
DJL
3961 /* Acquiring a reference to the user keyring is nasty. We briefly change identity in order to get things set up
3962 * properly by the kernel. If we don't do that then we can't create it atomically, and that sucks for parallel
3963 * execution. This mimics what pam_keyinit does, too. Setting up session keyring, to be owned by the right user
3964 * & group is just as nasty as acquiring a reference to the user keyring. */
3965
3966 saved_uid = getuid();
3967 saved_gid = getgid();
3968
3969 if (gid_is_valid(gid) && gid != saved_gid) {
3970 if (setregid(gid, -1) < 0)
3971 return log_unit_error_errno(u, errno, "Failed to change GID for user keyring: %m");
3972 }
3973
3974 if (uid_is_valid(uid) && uid != saved_uid) {
3975 if (setreuid(uid, -1) < 0) {
3976 r = log_unit_error_errno(u, errno, "Failed to change UID for user keyring: %m");
3977 goto out;
3978 }
3979 }
3980
74dd6b51
LP
3981 keyring = keyctl(KEYCTL_JOIN_SESSION_KEYRING, 0, 0, 0, 0);
3982 if (keyring == -1) {
3983 if (errno == ENOSYS)
8002fb97 3984 log_unit_debug_errno(u, errno, "Kernel keyring not supported, ignoring.");
065b4774 3985 else if (ERRNO_IS_PRIVILEGE(errno))
8002fb97 3986 log_unit_debug_errno(u, errno, "Kernel keyring access prohibited, ignoring.");
74dd6b51 3987 else if (errno == EDQUOT)
8002fb97 3988 log_unit_debug_errno(u, errno, "Out of kernel keyrings to allocate, ignoring.");
74dd6b51 3989 else
e64c2d0b 3990 r = log_unit_error_errno(u, errno, "Setting up kernel keyring failed: %m");
74dd6b51 3991
e64c2d0b 3992 goto out;
74dd6b51
LP
3993 }
3994
e64c2d0b
DJL
3995 /* When requested link the user keyring into the session keyring. */
3996 if (context->keyring_mode == EXEC_KEYRING_SHARED) {
3997
3998 if (keyctl(KEYCTL_LINK,
3999 KEY_SPEC_USER_KEYRING,
4000 KEY_SPEC_SESSION_KEYRING, 0, 0) < 0) {
4001 r = log_unit_error_errno(u, errno, "Failed to link user keyring into session keyring: %m");
4002 goto out;
4003 }
4004 }
4005
4006 /* Restore uid/gid back */
4007 if (uid_is_valid(uid) && uid != saved_uid) {
4008 if (setreuid(saved_uid, -1) < 0) {
4009 r = log_unit_error_errno(u, errno, "Failed to change UID back for user keyring: %m");
4010 goto out;
4011 }
4012 }
4013
4014 if (gid_is_valid(gid) && gid != saved_gid) {
4015 if (setregid(saved_gid, -1) < 0)
4016 return log_unit_error_errno(u, errno, "Failed to change GID back for user keyring: %m");
4017 }
4018
4019 /* Populate they keyring with the invocation ID by default, as original saved_uid. */
b3415f5d
LP
4020 if (!sd_id128_is_null(u->invocation_id)) {
4021 key_serial_t key;
4022
4023 key = add_key("user", "invocation_id", &u->invocation_id, sizeof(u->invocation_id), KEY_SPEC_SESSION_KEYRING);
4024 if (key == -1)
8002fb97 4025 log_unit_debug_errno(u, errno, "Failed to add invocation ID to keyring, ignoring: %m");
b3415f5d
LP
4026 else {
4027 if (keyctl(KEYCTL_SETPERM, key,
4028 KEY_POS_VIEW|KEY_POS_READ|KEY_POS_SEARCH|
4029 KEY_USR_VIEW|KEY_USR_READ|KEY_USR_SEARCH, 0, 0) < 0)
e64c2d0b 4030 r = log_unit_error_errno(u, errno, "Failed to restrict invocation ID permission: %m");
b3415f5d
LP
4031 }
4032 }
4033
e64c2d0b 4034out:
37b22b3b 4035 /* Revert back uid & gid for the last time, and exit */
e64c2d0b
DJL
4036 /* no extra logging, as only the first already reported error matters */
4037 if (getuid() != saved_uid)
4038 (void) setreuid(saved_uid, -1);
b1edf445 4039
e64c2d0b
DJL
4040 if (getgid() != saved_gid)
4041 (void) setregid(saved_gid, -1);
b1edf445 4042
e64c2d0b 4043 return r;
74dd6b51
LP
4044}
4045
3042bbeb 4046static void append_socket_pair(int *array, size_t *n, const int pair[static 2]) {
29206d46
LP
4047 assert(array);
4048 assert(n);
2caa38e9 4049 assert(pair);
29206d46
LP
4050
4051 if (pair[0] >= 0)
4052 array[(*n)++] = pair[0];
4053 if (pair[1] >= 0)
4054 array[(*n)++] = pair[1];
4055}
4056
a34ceba6
LP
4057static int close_remaining_fds(
4058 const ExecParameters *params,
28135da3 4059 const ExecRuntime *runtime,
00d9ef85 4060 int user_lookup_fd,
a34ceba6 4061 int socket_fd,
5b8d1f6b 4062 const int *fds, size_t n_fds) {
a34ceba6 4063
da6053d0 4064 size_t n_dont_close = 0;
00d9ef85 4065 int dont_close[n_fds + 12];
a34ceba6
LP
4066
4067 assert(params);
4068
4069 if (params->stdin_fd >= 0)
4070 dont_close[n_dont_close++] = params->stdin_fd;
4071 if (params->stdout_fd >= 0)
4072 dont_close[n_dont_close++] = params->stdout_fd;
4073 if (params->stderr_fd >= 0)
4074 dont_close[n_dont_close++] = params->stderr_fd;
4075
4076 if (socket_fd >= 0)
4077 dont_close[n_dont_close++] = socket_fd;
4078 if (n_fds > 0) {
4079 memcpy(dont_close + n_dont_close, fds, sizeof(int) * n_fds);
4080 n_dont_close += n_fds;
4081 }
4082
28135da3
DDM
4083 if (runtime && runtime->shared) {
4084 append_socket_pair(dont_close, &n_dont_close, runtime->shared->netns_storage_socket);
4085 append_socket_pair(dont_close, &n_dont_close, runtime->shared->ipcns_storage_socket);
a70581ff 4086 }
29206d46 4087
15220772
DDM
4088 if (runtime && runtime->dynamic_creds) {
4089 if (runtime->dynamic_creds->user)
4090 append_socket_pair(dont_close, &n_dont_close, runtime->dynamic_creds->user->storage_socket);
4091 if (runtime->dynamic_creds->group)
4092 append_socket_pair(dont_close, &n_dont_close, runtime->dynamic_creds->group->storage_socket);
a34ceba6
LP
4093 }
4094
00d9ef85
LP
4095 if (user_lookup_fd >= 0)
4096 dont_close[n_dont_close++] = user_lookup_fd;
4097
a34ceba6
LP
4098 return close_all_fds(dont_close, n_dont_close);
4099}
4100
00d9ef85
LP
4101static int send_user_lookup(
4102 Unit *unit,
4103 int user_lookup_fd,
4104 uid_t uid,
4105 gid_t gid) {
4106
4107 assert(unit);
4108
4109 /* Send the resolved UID/GID to PID 1 after we learnt it. We send a single datagram, containing the UID/GID
4110 * data as well as the unit name. Note that we suppress sending this if no user/group to resolve was
4111 * specified. */
4112
4113 if (user_lookup_fd < 0)
4114 return 0;
4115
4116 if (!uid_is_valid(uid) && !gid_is_valid(gid))
4117 return 0;
4118
4119 if (writev(user_lookup_fd,
4120 (struct iovec[]) {
ce16d177
YW
4121 IOVEC_MAKE(&uid, sizeof(uid)),
4122 IOVEC_MAKE(&gid, sizeof(gid)),
4123 IOVEC_MAKE_STRING(unit->id) }, 3) < 0)
00d9ef85
LP
4124 return -errno;
4125
4126 return 0;
4127}
4128
6732edab
LP
4129static int acquire_home(const ExecContext *c, uid_t uid, const char** home, char **buf) {
4130 int r;
4131
4132 assert(c);
4133 assert(home);
4134 assert(buf);
4135
4136 /* If WorkingDirectory=~ is set, try to acquire a usable home directory. */
4137
4138 if (*home)
4139 return 0;
4140
4141 if (!c->working_directory_home)
4142 return 0;
4143
6732edab
LP
4144 r = get_home_dir(buf);
4145 if (r < 0)
4146 return r;
4147
4148 *home = *buf;
4149 return 1;
4150}
4151
da50b85a
LP
4152static int compile_suggested_paths(const ExecContext *c, const ExecParameters *p, char ***ret) {
4153 _cleanup_strv_free_ char ** list = NULL;
da50b85a
LP
4154 int r;
4155
4156 assert(c);
4157 assert(p);
4158 assert(ret);
4159
4160 assert(c->dynamic_user);
4161
4162 /* Compile a list of paths that it might make sense to read the owning UID from to use as initial candidate for
4163 * dynamic UID allocation, in order to save us from doing costly recursive chown()s of the special
4164 * directories. */
4165
5b10116e 4166 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
da50b85a
LP
4167 if (t == EXEC_DIRECTORY_CONFIGURATION)
4168 continue;
4169
4170 if (!p->prefix[t])
4171 continue;
4172
211a3d87 4173 for (size_t i = 0; i < c->directories[t].n_items; i++) {
da50b85a
LP
4174 char *e;
4175
494d0247 4176 if (exec_directory_is_private(c, t))
211a3d87 4177 e = path_join(p->prefix[t], "private", c->directories[t].items[i].path);
494d0247 4178 else
211a3d87 4179 e = path_join(p->prefix[t], c->directories[t].items[i].path);
da50b85a
LP
4180 if (!e)
4181 return -ENOMEM;
4182
4183 r = strv_consume(&list, e);
4184 if (r < 0)
4185 return r;
4186 }
4187 }
4188
ae2a15bc 4189 *ret = TAKE_PTR(list);
da50b85a
LP
4190
4191 return 0;
4192}
4193
78f93209
LP
4194static int exec_parameters_get_cgroup_path(const ExecParameters *params, char **ret) {
4195 bool using_subcgroup;
4196 char *p;
4197
4198 assert(params);
4199 assert(ret);
4200
4201 if (!params->cgroup_path)
4202 return -EINVAL;
4203
4204 /* If we are called for a unit where cgroup delegation is on, and the payload created its own populated
4205 * subcgroup (which we expect it to do, after all it asked for delegation), then we cannot place the control
4206 * processes started after the main unit's process in the unit's main cgroup because it is now an inner one,
4207 * and inner cgroups may not contain processes. Hence, if delegation is on, and this is a control process,
4208 * let's use ".control" as subcgroup instead. Note that we do so only for ExecStartPost=, ExecReload=,
4209 * ExecStop=, ExecStopPost=, i.e. for the commands where the main process is already forked. For ExecStartPre=
4210 * this is not necessary, the cgroup is still empty. We distinguish these cases with the EXEC_CONTROL_CGROUP
4211 * flag, which is only passed for the former statements, not for the latter. */
4212
4213 using_subcgroup = FLAGS_SET(params->flags, EXEC_CONTROL_CGROUP|EXEC_CGROUP_DELEGATE|EXEC_IS_CONTROL);
4214 if (using_subcgroup)
657ee2d8 4215 p = path_join(params->cgroup_path, ".control");
78f93209
LP
4216 else
4217 p = strdup(params->cgroup_path);
4218 if (!p)
4219 return -ENOMEM;
4220
4221 *ret = p;
4222 return using_subcgroup;
4223}
4224
e2b2fb7f
MS
4225static int exec_context_cpu_affinity_from_numa(const ExecContext *c, CPUSet *ret) {
4226 _cleanup_(cpu_set_reset) CPUSet s = {};
4227 int r;
4228
4229 assert(c);
4230 assert(ret);
4231
4232 if (!c->numa_policy.nodes.set) {
4233 log_debug("Can't derive CPU affinity mask from NUMA mask because NUMA mask is not set, ignoring");
4234 return 0;
4235 }
4236
4237 r = numa_to_cpu_set(&c->numa_policy, &s);
4238 if (r < 0)
4239 return r;
4240
4241 cpu_set_reset(ret);
4242
4243 return cpu_set_add_all(ret, &s);
4244}
4245
4246bool exec_context_get_cpu_affinity_from_numa(const ExecContext *c) {
4247 assert(c);
4248
4249 return c->cpu_affinity_from_numa;
4250}
4251
1da37e58
ZJS
4252static int add_shifted_fd(int *fds, size_t fds_size, size_t *n_fds, int fd, int *ret_fd) {
4253 int r;
4254
4255 assert(fds);
4256 assert(n_fds);
4257 assert(*n_fds < fds_size);
4258 assert(ret_fd);
4259
4260 if (fd < 0) {
254d1313 4261 *ret_fd = -EBADF;
1da37e58
ZJS
4262 return 0;
4263 }
4264
4265 if (fd < 3 + (int) *n_fds) {
4266 /* Let's move the fd up, so that it's outside of the fd range we will use to store
4267 * the fds we pass to the process (or which are closed only during execve). */
4268
4269 r = fcntl(fd, F_DUPFD_CLOEXEC, 3 + (int) *n_fds);
4270 if (r < 0)
4271 return -errno;
4272
ee3455cf 4273 close_and_replace(fd, r);
1da37e58
ZJS
4274 }
4275
4276 *ret_fd = fds[*n_fds] = fd;
4277 (*n_fds) ++;
4278 return 1;
4279}
4280
cd48e23f
RP
4281static int connect_unix_harder(Unit *u, const OpenFile *of, int ofd) {
4282 union sockaddr_union addr = {
4283 .un.sun_family = AF_UNIX,
4284 };
4285 socklen_t sa_len;
4286 static const int socket_types[] = { SOCK_DGRAM, SOCK_STREAM, SOCK_SEQPACKET };
4287 int r;
4288
4289 assert(u);
4290 assert(of);
4291 assert(ofd >= 0);
4292
4293 r = sockaddr_un_set_path(&addr.un, FORMAT_PROC_FD_PATH(ofd));
4294 if (r < 0)
4295 return log_unit_error_errno(u, r, "Failed to set sockaddr for %s: %m", of->path);
4296
4297 sa_len = r;
4298
4299 for (size_t i = 0; i < ELEMENTSOF(socket_types); i++) {
4300 _cleanup_close_ int fd = -EBADF;
4301
4302 fd = socket(AF_UNIX, socket_types[i] | SOCK_CLOEXEC, 0);
4303 if (fd < 0)
4304 return log_unit_error_errno(u, errno, "Failed to create socket for %s: %m", of->path);
4305
4306 r = RET_NERRNO(connect(fd, &addr.sa, sa_len));
4307 if (r == -EPROTOTYPE)
4308 continue;
4309 if (r < 0)
4310 return log_unit_error_errno(u, r, "Failed to connect socket for %s: %m", of->path);
4311
4312 return TAKE_FD(fd);
4313 }
4314
4315 return log_unit_error_errno(u, SYNTHETIC_ERRNO(EPROTOTYPE), "Failed to connect socket for \"%s\".", of->path);
4316}
4317
4318static int get_open_file_fd(Unit *u, const OpenFile *of) {
4319 struct stat st;
4320 _cleanup_close_ int fd = -EBADF, ofd = -EBADF;
4321
4322 assert(u);
4323 assert(of);
4324
4325 ofd = open(of->path, O_PATH | O_CLOEXEC);
4326 if (ofd < 0)
dcebb015
DDM
4327 return log_unit_error_errno(u, errno, "Could not open \"%s\": %m", of->path);
4328
cd48e23f 4329 if (fstat(ofd, &st) < 0)
dcebb015 4330 return log_unit_error_errno(u, errno, "Failed to stat %s: %m", of->path);
cd48e23f
RP
4331
4332 if (S_ISSOCK(st.st_mode)) {
4333 fd = connect_unix_harder(u, of, ofd);
4334 if (fd < 0)
4335 return fd;
4336
4337 if (FLAGS_SET(of->flags, OPENFILE_READ_ONLY) && shutdown(fd, SHUT_WR) < 0)
dcebb015
DDM
4338 return log_unit_error_errno(u, errno, "Failed to shutdown send for socket %s: %m",
4339 of->path);
cd48e23f
RP
4340
4341 log_unit_debug(u, "socket %s opened (fd=%d)", of->path, fd);
4342 } else {
4343 int flags = FLAGS_SET(of->flags, OPENFILE_READ_ONLY) ? O_RDONLY : O_RDWR;
4344 if (FLAGS_SET(of->flags, OPENFILE_APPEND))
4345 flags |= O_APPEND;
4346 else if (FLAGS_SET(of->flags, OPENFILE_TRUNCATE))
4347 flags |= O_TRUNC;
4348
4349 fd = fd_reopen(ofd, flags | O_CLOEXEC);
4350 if (fd < 0)
4351 return log_unit_error_errno(u, fd, "Failed to open file %s: %m", of->path);
4352
4353 log_unit_debug(u, "file %s opened (fd=%d)", of->path, fd);
4354 }
4355
4356 return TAKE_FD(fd);
4357}
4358
4359static int collect_open_file_fds(
4360 Unit *u,
4361 OpenFile* open_files,
4362 int **fds,
4363 char ***fdnames,
4364 size_t *n_fds) {
4365 int r;
4366
4367 assert(u);
4368 assert(fds);
4369 assert(fdnames);
4370 assert(n_fds);
4371
4372 LIST_FOREACH(open_files, of, open_files) {
4373 _cleanup_close_ int fd = -EBADF;
4374
4375 fd = get_open_file_fd(u, of);
4376 if (fd < 0) {
4377 if (FLAGS_SET(of->flags, OPENFILE_GRACEFUL)) {
4378 log_unit_debug_errno(u, fd, "Failed to get OpenFile= file descriptor for %s, ignoring: %m", of->path);
4379 continue;
4380 }
4381
4382 return fd;
4383 }
4384
4385 if (!GREEDY_REALLOC(*fds, *n_fds + 1))
4386 return -ENOMEM;
4387
4388 r = strv_extend(fdnames, of->fdname);
4389 if (r < 0)
4390 return r;
4391
4392 (*fds)[*n_fds] = TAKE_FD(fd);
4393
4394 (*n_fds)++;
4395 }
4396
4397 return 0;
4398}
4399
3ff67ec4
ZJS
4400static void log_command_line(Unit *unit, const char *msg, const char *executable, char **argv) {
4401 assert(unit);
4402 assert(msg);
4403 assert(executable);
4404
4405 if (!DEBUG_LOGGING)
4406 return;
4407
4408 _cleanup_free_ char *cmdline = quote_command_line(argv, SHELL_ESCAPE_EMPTY);
4409
4410 log_unit_struct(unit, LOG_DEBUG,
4411 "EXECUTABLE=%s", executable,
4412 LOG_UNIT_MESSAGE(unit, "%s: %s", msg, strnull(cmdline)),
4413 LOG_UNIT_INVOCATION_ID(unit));
4414}
4415
ff0af2a1 4416static int exec_child(
f2341e0a 4417 Unit *unit,
34cf6c43 4418 const ExecCommand *command,
ff0af2a1
LP
4419 const ExecContext *context,
4420 const ExecParameters *params,
28135da3 4421 ExecRuntime *runtime,
6bb00842 4422 const CGroupContext *cgroup_context,
ff0af2a1 4423 int socket_fd,
2caa38e9 4424 const int named_iofds[static 3],
cd48e23f 4425 int *params_fds,
da6053d0 4426 size_t n_socket_fds,
25b583d7 4427 size_t n_storage_fds,
ff0af2a1 4428 char **files_env,
00d9ef85 4429 int user_lookup_fd,
12145637 4430 int *exit_status) {
d35fbf6b 4431
8c35c10d 4432 _cleanup_strv_free_ char **our_env = NULL, **pass_env = NULL, **joined_exec_search_path = NULL, **accum_env = NULL, **replaced_argv = NULL;
1da37e58 4433 int r, ngids = 0, exec_fd;
4d885bd3
DH
4434 _cleanup_free_ gid_t *supplementary_gids = NULL;
4435 const char *username = NULL, *groupname = NULL;
6bb00842 4436 _cleanup_free_ char *home_buffer = NULL, *memory_pressure_path = NULL;
2b3c1b9e 4437 const char *home = NULL, *shell = NULL;
7ca69792 4438 char **final_argv = NULL;
7bce046b
LP
4439 dev_t journal_stream_dev = 0;
4440 ino_t journal_stream_ino = 0;
5749f855 4441 bool userns_set_up = false;
165a31c0
LP
4442 bool needs_sandboxing, /* Do we need to set up full sandboxing? (i.e. all namespacing, all MAC stuff, caps, yadda yadda */
4443 needs_setuid, /* Do we need to do the actual setresuid()/setresgid() calls? */
4444 needs_mount_namespace, /* Do we need to set up a mount namespace for this kernel? */
4445 needs_ambient_hack; /* Do we need to apply the ambient capabilities hack? */
349cc4a5 4446#if HAVE_SELINUX
7f59dd35 4447 _cleanup_free_ char *mac_selinux_context_net = NULL;
43b1f709 4448 bool use_selinux = false;
ecfbc84f 4449#endif
f9fa32f0 4450#if ENABLE_SMACK
43b1f709 4451 bool use_smack = false;
ecfbc84f 4452#endif
349cc4a5 4453#if HAVE_APPARMOR
43b1f709 4454 bool use_apparmor = false;
ecfbc84f 4455#endif
5749f855
AZ
4456 uid_t saved_uid = getuid();
4457 gid_t saved_gid = getgid();
fed1e721
LP
4458 uid_t uid = UID_INVALID;
4459 gid_t gid = GID_INVALID;
1da37e58
ZJS
4460 size_t n_fds = n_socket_fds + n_storage_fds, /* fds to pass to the child */
4461 n_keep_fds; /* total number of fds not to close */
165a31c0 4462 int secure_bits;
afb11bf1
DG
4463 _cleanup_free_ gid_t *gids_after_pam = NULL;
4464 int ngids_after_pam = 0;
cd48e23f
RP
4465 _cleanup_free_ int *fds = NULL;
4466 _cleanup_strv_free_ char **fdnames = NULL;
034c6ed7 4467
f2341e0a 4468 assert(unit);
5cb5a6ff
LP
4469 assert(command);
4470 assert(context);
d35fbf6b 4471 assert(params);
ff0af2a1 4472 assert(exit_status);
d35fbf6b 4473
69339ae9
LP
4474 /* Explicitly test for CVE-2021-4034 inspired invocations */
4475 assert(command->path);
4476 assert(!strv_isempty(command->argv));
4477
d35fbf6b
DM
4478 rename_process_from_path(command->path);
4479
9c274488
LP
4480 /* We reset exactly these signals, since they are the only ones we set to SIG_IGN in the main
4481 * daemon. All others we leave untouched because we set them to SIG_DFL or a valid handler initially,
4482 * both of which will be demoted to SIG_DFL. */
ce30c8dc 4483 (void) default_signals(SIGNALS_CRASH_HANDLER,
9c274488 4484 SIGNALS_IGNORE);
d35fbf6b
DM
4485
4486 if (context->ignore_sigpipe)
9c274488 4487 (void) ignore_signals(SIGPIPE);
d35fbf6b 4488
ff0af2a1
LP
4489 r = reset_signal_mask();
4490 if (r < 0) {
4491 *exit_status = EXIT_SIGNAL_MASK;
12145637 4492 return log_unit_error_errno(unit, r, "Failed to set process signal mask: %m");
d35fbf6b 4493 }
034c6ed7 4494
d35fbf6b
DM
4495 if (params->idle_pipe)
4496 do_idle_pipe_dance(params->idle_pipe);
4f2d528d 4497
2c027c62
LP
4498 /* Close fds we don't need very early to make sure we don't block init reexecution because it cannot bind its
4499 * sockets. Among the fds we close are the logging fds, and we want to keep them closed, so that we don't have
4500 * any fds open we don't really want open during the transition. In order to make logging work, we switch the
4501 * log subsystem into open_when_needed mode, so that it reopens the logs on every single log call. */
ff0af2a1 4502
d35fbf6b 4503 log_forget_fds();
2c027c62 4504 log_set_open_when_needed(true);
a3b00f91 4505 log_settle_target();
4f2d528d 4506
40a80078
LP
4507 /* In case anything used libc syslog(), close this here, too */
4508 closelog();
4509
cd48e23f
RP
4510 fds = newdup(int, params_fds, n_fds);
4511 if (!fds) {
4512 *exit_status = EXIT_MEMORY;
4513 return log_oom();
4514 }
4515
4516 fdnames = strv_copy((char**) params->fd_names);
4517 if (!fdnames) {
4518 *exit_status = EXIT_MEMORY;
4519 return log_oom();
4520 }
4521
4522 r = collect_open_file_fds(unit, params->open_files, &fds, &fdnames, &n_fds);
4523 if (r < 0) {
4524 *exit_status = EXIT_FDS;
4525 return log_unit_error_errno(unit, r, "Failed to get OpenFile= file descriptors: %m");
4526 }
4527
b1994387 4528 int keep_fds[n_fds + 3];
1da37e58
ZJS
4529 memcpy_safe(keep_fds, fds, n_fds * sizeof(int));
4530 n_keep_fds = n_fds;
4531
4532 r = add_shifted_fd(keep_fds, ELEMENTSOF(keep_fds), &n_keep_fds, params->exec_fd, &exec_fd);
4533 if (r < 0) {
4534 *exit_status = EXIT_FDS;
4535 return log_unit_error_errno(unit, r, "Failed to shift fd and set FD_CLOEXEC: %m");
4536 }
4537
b1994387 4538#if HAVE_LIBBPF
46004616
ZJS
4539 if (unit->manager->restrict_fs) {
4540 int bpf_map_fd = lsm_bpf_map_restrict_fs_fd(unit);
b1994387
ILG
4541 if (bpf_map_fd < 0) {
4542 *exit_status = EXIT_FDS;
46004616 4543 return log_unit_error_errno(unit, bpf_map_fd, "Failed to get restrict filesystems BPF map fd: %m");
b1994387
ILG
4544 }
4545
4546 r = add_shifted_fd(keep_fds, ELEMENTSOF(keep_fds), &n_keep_fds, bpf_map_fd, &bpf_map_fd);
4547 if (r < 0) {
4548 *exit_status = EXIT_FDS;
4549 return log_unit_error_errno(unit, r, "Failed to shift fd and set FD_CLOEXEC: %m");
4550 }
4551 }
4552#endif
4553
15220772 4554 r = close_remaining_fds(params, runtime, user_lookup_fd, socket_fd, keep_fds, n_keep_fds);
ff0af2a1
LP
4555 if (r < 0) {
4556 *exit_status = EXIT_FDS;
12145637 4557 return log_unit_error_errno(unit, r, "Failed to close unwanted file descriptors: %m");
8c7be95e
LP
4558 }
4559
0af07108
ZJS
4560 if (!context->same_pgrp &&
4561 setsid() < 0) {
4562 *exit_status = EXIT_SETSID;
4563 return log_unit_error_errno(unit, errno, "Failed to create new process session: %m");
4564 }
9e2f7c11 4565
1e22b5cd 4566 exec_context_tty_reset(context, params);
d35fbf6b 4567
c891efaf 4568 if (unit_shall_confirm_spawn(unit)) {
3b20f877
FB
4569 _cleanup_free_ char *cmdline = NULL;
4570
4ef15008 4571 cmdline = quote_command_line(command->argv, SHELL_ESCAPE_EMPTY);
3b20f877 4572 if (!cmdline) {
0460aa5c 4573 *exit_status = EXIT_MEMORY;
12145637 4574 return log_oom();
3b20f877 4575 }
d35fbf6b 4576
4ef15008 4577 r = ask_for_confirmation(context, params->confirm_spawn, unit, cmdline);
3b20f877
FB
4578 if (r != CONFIRM_EXECUTE) {
4579 if (r == CONFIRM_PRETEND_SUCCESS) {
4580 *exit_status = EXIT_SUCCESS;
4581 return 0;
4582 }
ff0af2a1 4583 *exit_status = EXIT_CONFIRM;
0af07108
ZJS
4584 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(ECANCELED),
4585 "Execution cancelled by the user");
d35fbf6b
DM
4586 }
4587 }
1a63a750 4588
d521916d
LP
4589 /* We are about to invoke NSS and PAM modules. Let's tell them what we are doing here, maybe they care. This is
4590 * used by nss-resolve to disable itself when we are about to start systemd-resolved, to avoid deadlocks. Note
4591 * that these env vars do not survive the execve(), which means they really only apply to the PAM and NSS
4592 * invocations themselves. Also note that while we'll only invoke NSS modules involved in user management they
4593 * might internally call into other NSS modules that are involved in hostname resolution, we never know. */
4594 if (setenv("SYSTEMD_ACTIVATION_UNIT", unit->id, true) != 0 ||
4870133b 4595 setenv("SYSTEMD_ACTIVATION_SCOPE", runtime_scope_to_string(unit->manager->runtime_scope), true) != 0) {
d521916d
LP
4596 *exit_status = EXIT_MEMORY;
4597 return log_unit_error_errno(unit, errno, "Failed to update environment: %m");
4598 }
4599
15220772 4600 if (context->dynamic_user && runtime && runtime->dynamic_creds) {
da50b85a 4601 _cleanup_strv_free_ char **suggested_paths = NULL;
29206d46 4602
d521916d 4603 /* On top of that, make sure we bypass our own NSS module nss-systemd comprehensively for any NSS
7802194a 4604 * checks, if DynamicUser=1 is used, as we shouldn't create a feedback loop with ourselves here. */
409093fe
LP
4605 if (putenv((char*) "SYSTEMD_NSS_DYNAMIC_BYPASS=1") != 0) {
4606 *exit_status = EXIT_USER;
12145637 4607 return log_unit_error_errno(unit, errno, "Failed to update environment: %m");
409093fe
LP
4608 }
4609
da50b85a
LP
4610 r = compile_suggested_paths(context, params, &suggested_paths);
4611 if (r < 0) {
4612 *exit_status = EXIT_MEMORY;
4613 return log_oom();
4614 }
4615
15220772 4616 r = dynamic_creds_realize(runtime->dynamic_creds, suggested_paths, &uid, &gid);
ff0af2a1
LP
4617 if (r < 0) {
4618 *exit_status = EXIT_USER;
d85ff944
YW
4619 if (r == -EILSEQ)
4620 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(EOPNOTSUPP),
4621 "Failed to update dynamic user credentials: User or group with specified name already exists.");
12145637 4622 return log_unit_error_errno(unit, r, "Failed to update dynamic user credentials: %m");
524daa8c 4623 }
524daa8c 4624
70dd455c 4625 if (!uid_is_valid(uid)) {
29206d46 4626 *exit_status = EXIT_USER;
d85ff944 4627 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(ESRCH), "UID validation failed for \""UID_FMT"\"", uid);
70dd455c
ZJS
4628 }
4629
4630 if (!gid_is_valid(gid)) {
4631 *exit_status = EXIT_USER;
d85ff944 4632 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(ESRCH), "GID validation failed for \""GID_FMT"\"", gid);
29206d46 4633 }
5bc7452b 4634
15220772
DDM
4635 if (runtime->dynamic_creds->user)
4636 username = runtime->dynamic_creds->user->name;
29206d46
LP
4637
4638 } else {
4d885bd3
DH
4639 r = get_fixed_user(context, &username, &uid, &gid, &home, &shell);
4640 if (r < 0) {
4641 *exit_status = EXIT_USER;
12145637 4642 return log_unit_error_errno(unit, r, "Failed to determine user credentials: %m");
5bc7452b 4643 }
5bc7452b 4644
4d885bd3
DH
4645 r = get_fixed_group(context, &groupname, &gid);
4646 if (r < 0) {
4647 *exit_status = EXIT_GROUP;
12145637 4648 return log_unit_error_errno(unit, r, "Failed to determine group credentials: %m");
4d885bd3 4649 }
cdc5d5c5 4650 }
29206d46 4651
cdc5d5c5
DH
4652 /* Initialize user supplementary groups and get SupplementaryGroups= ones */
4653 r = get_supplementary_groups(context, username, groupname, gid,
4654 &supplementary_gids, &ngids);
4655 if (r < 0) {
4656 *exit_status = EXIT_GROUP;
12145637 4657 return log_unit_error_errno(unit, r, "Failed to determine supplementary groups: %m");
29206d46 4658 }
5bc7452b 4659
00d9ef85
LP
4660 r = send_user_lookup(unit, user_lookup_fd, uid, gid);
4661 if (r < 0) {
4662 *exit_status = EXIT_USER;
12145637 4663 return log_unit_error_errno(unit, r, "Failed to send user credentials to PID1: %m");
00d9ef85
LP
4664 }
4665
4666 user_lookup_fd = safe_close(user_lookup_fd);
4667
6732edab
LP
4668 r = acquire_home(context, uid, &home, &home_buffer);
4669 if (r < 0) {
4670 *exit_status = EXIT_CHDIR;
12145637 4671 return log_unit_error_errno(unit, r, "Failed to determine $HOME for user: %m");
6732edab
LP
4672 }
4673
4a055e5a 4674 /* If a socket is connected to STDIN/STDOUT/STDERR, we must drop O_NONBLOCK */
d35fbf6b 4675 if (socket_fd >= 0)
a34ceba6 4676 (void) fd_nonblock(socket_fd, false);
acbb0225 4677
4c70a4a7
MS
4678 /* Journald will try to look-up our cgroup in order to populate _SYSTEMD_CGROUP and _SYSTEMD_UNIT fields.
4679 * Hence we need to migrate to the target cgroup from init.scope before connecting to journald */
4680 if (params->cgroup_path) {
4681 _cleanup_free_ char *p = NULL;
4682
4683 r = exec_parameters_get_cgroup_path(params, &p);
4684 if (r < 0) {
4685 *exit_status = EXIT_CGROUP;
4686 return log_unit_error_errno(unit, r, "Failed to acquire cgroup path: %m");
4687 }
4688
4689 r = cg_attach_everywhere(params->cgroup_supported, p, 0, NULL, NULL);
702cf08f
YW
4690 if (r == -EUCLEAN) {
4691 *exit_status = EXIT_CGROUP;
4692 return log_unit_error_errno(unit, r, "Failed to attach process to cgroup %s "
4693 "because the cgroup or one of its parents or "
4694 "siblings is in the threaded mode: %m", p);
4695 }
4c70a4a7
MS
4696 if (r < 0) {
4697 *exit_status = EXIT_CGROUP;
4698 return log_unit_error_errno(unit, r, "Failed to attach to cgroup %s: %m", p);
4699 }
4700 }
4701
28135da3
DDM
4702 if (context->network_namespace_path && runtime && runtime->shared && runtime->shared->netns_storage_socket[0] >= 0) {
4703 r = open_shareable_ns_path(runtime->shared->netns_storage_socket, context->network_namespace_path, CLONE_NEWNET);
a8d08f39
LP
4704 if (r < 0) {
4705 *exit_status = EXIT_NETWORK;
4706 return log_unit_error_errno(unit, r, "Failed to open network namespace path %s: %m", context->network_namespace_path);
4707 }
4708 }
4709
28135da3
DDM
4710 if (context->ipc_namespace_path && runtime && runtime->shared && runtime->shared->ipcns_storage_socket[0] >= 0) {
4711 r = open_shareable_ns_path(runtime->shared->ipcns_storage_socket, context->ipc_namespace_path, CLONE_NEWIPC);
a70581ff
XR
4712 if (r < 0) {
4713 *exit_status = EXIT_NAMESPACE;
4714 return log_unit_error_errno(unit, r, "Failed to open IPC namespace path %s: %m", context->ipc_namespace_path);
4715 }
4716 }
4717
52c239d7 4718 r = setup_input(context, params, socket_fd, named_iofds);
ff0af2a1
LP
4719 if (r < 0) {
4720 *exit_status = EXIT_STDIN;
12145637 4721 return log_unit_error_errno(unit, r, "Failed to set up standard input: %m");
d35fbf6b 4722 }
034c6ed7 4723
52c239d7 4724 r = setup_output(unit, context, params, STDOUT_FILENO, socket_fd, named_iofds, basename(command->path), uid, gid, &journal_stream_dev, &journal_stream_ino);
ff0af2a1
LP
4725 if (r < 0) {
4726 *exit_status = EXIT_STDOUT;
12145637 4727 return log_unit_error_errno(unit, r, "Failed to set up standard output: %m");
d35fbf6b
DM
4728 }
4729
52c239d7 4730 r = setup_output(unit, context, params, STDERR_FILENO, socket_fd, named_iofds, basename(command->path), uid, gid, &journal_stream_dev, &journal_stream_ino);
ff0af2a1
LP
4731 if (r < 0) {
4732 *exit_status = EXIT_STDERR;
12145637 4733 return log_unit_error_errno(unit, r, "Failed to set up standard error output: %m");
d35fbf6b
DM
4734 }
4735
d35fbf6b 4736 if (context->oom_score_adjust_set) {
9f8168eb
LP
4737 /* When we can't make this change due to EPERM, then let's silently skip over it. User namespaces
4738 * prohibit write access to this file, and we shouldn't trip up over that. */
4739 r = set_oom_score_adjust(context->oom_score_adjust);
065b4774 4740 if (ERRNO_IS_PRIVILEGE(r))
f2341e0a 4741 log_unit_debug_errno(unit, r, "Failed to adjust OOM setting, assuming containerized execution, ignoring: %m");
12145637 4742 else if (r < 0) {
ff0af2a1 4743 *exit_status = EXIT_OOM_ADJUST;
12145637 4744 return log_unit_error_errno(unit, r, "Failed to adjust OOM setting: %m");
613b411c 4745 }
d35fbf6b
DM
4746 }
4747
ad21e542
ZJS
4748 if (context->coredump_filter_set) {
4749 r = set_coredump_filter(context->coredump_filter);
4750 if (ERRNO_IS_PRIVILEGE(r))
4751 log_unit_debug_errno(unit, r, "Failed to adjust coredump_filter, ignoring: %m");
4752 else if (r < 0)
4753 return log_unit_error_errno(unit, r, "Failed to adjust coredump_filter: %m");
4754 }
4755
39090201
DJL
4756 if (context->nice_set) {
4757 r = setpriority_closest(context->nice);
4758 if (r < 0)
4759 return log_unit_error_errno(unit, r, "Failed to set up process scheduling priority (nice level): %m");
4760 }
613b411c 4761
d35fbf6b
DM
4762 if (context->cpu_sched_set) {
4763 struct sched_param param = {
4764 .sched_priority = context->cpu_sched_priority,
4765 };
4766
ff0af2a1
LP
4767 r = sched_setscheduler(0,
4768 context->cpu_sched_policy |
4769 (context->cpu_sched_reset_on_fork ?
4770 SCHED_RESET_ON_FORK : 0),
4771 &param);
4772 if (r < 0) {
4773 *exit_status = EXIT_SETSCHEDULER;
12145637 4774 return log_unit_error_errno(unit, errno, "Failed to set up CPU scheduling: %m");
fc9b2a84 4775 }
d35fbf6b 4776 }
fc9b2a84 4777
e2b2fb7f
MS
4778 if (context->cpu_affinity_from_numa || context->cpu_set.set) {
4779 _cleanup_(cpu_set_reset) CPUSet converted_cpu_set = {};
4780 const CPUSet *cpu_set;
4781
4782 if (context->cpu_affinity_from_numa) {
4783 r = exec_context_cpu_affinity_from_numa(context, &converted_cpu_set);
4784 if (r < 0) {
4785 *exit_status = EXIT_CPUAFFINITY;
4786 return log_unit_error_errno(unit, r, "Failed to derive CPU affinity mask from NUMA mask: %m");
4787 }
4788
4789 cpu_set = &converted_cpu_set;
4790 } else
4791 cpu_set = &context->cpu_set;
4792
4793 if (sched_setaffinity(0, cpu_set->allocated, cpu_set->set) < 0) {
ff0af2a1 4794 *exit_status = EXIT_CPUAFFINITY;
12145637 4795 return log_unit_error_errno(unit, errno, "Failed to set up CPU affinity: %m");
034c6ed7 4796 }
e2b2fb7f 4797 }
034c6ed7 4798
b070c7c0
MS
4799 if (mpol_is_valid(numa_policy_get_type(&context->numa_policy))) {
4800 r = apply_numa_policy(&context->numa_policy);
1406bd66
LP
4801 if (r < 0) {
4802 if (ERRNO_IS_NOT_SUPPORTED(r))
4803 log_unit_debug_errno(unit, r, "NUMA support not available, ignoring.");
4804 else {
4805 *exit_status = EXIT_NUMA_POLICY;
4806 return log_unit_error_errno(unit, r, "Failed to set NUMA memory policy: %m");
4807 }
b070c7c0
MS
4808 }
4809 }
4810
d35fbf6b
DM
4811 if (context->ioprio_set)
4812 if (ioprio_set(IOPRIO_WHO_PROCESS, 0, context->ioprio) < 0) {
ff0af2a1 4813 *exit_status = EXIT_IOPRIO;
12145637 4814 return log_unit_error_errno(unit, errno, "Failed to set up IO scheduling priority: %m");
d35fbf6b 4815 }
da726a4d 4816
d35fbf6b
DM
4817 if (context->timer_slack_nsec != NSEC_INFINITY)
4818 if (prctl(PR_SET_TIMERSLACK, context->timer_slack_nsec) < 0) {
ff0af2a1 4819 *exit_status = EXIT_TIMERSLACK;
12145637 4820 return log_unit_error_errno(unit, errno, "Failed to set up timer slack: %m");
4c2630eb 4821 }
9eba9da4 4822
21022b9d
LP
4823 if (context->personality != PERSONALITY_INVALID) {
4824 r = safe_personality(context->personality);
4825 if (r < 0) {
ff0af2a1 4826 *exit_status = EXIT_PERSONALITY;
12145637 4827 return log_unit_error_errno(unit, r, "Failed to set up execution domain (personality): %m");
4c2630eb 4828 }
21022b9d 4829 }
94f04347 4830
33331d11
VB
4831 if (context->utmp_id) {
4832 const char *line = context->tty_path ?
4833 (path_startswith(context->tty_path, "/dev/") ?: context->tty_path) :
4834 NULL;
df0ff127 4835 utmp_put_init_process(context->utmp_id, getpid_cached(), getsid(0),
33331d11 4836 line,
023a4f67
LP
4837 context->utmp_mode == EXEC_UTMP_INIT ? INIT_PROCESS :
4838 context->utmp_mode == EXEC_UTMP_LOGIN ? LOGIN_PROCESS :
4839 USER_PROCESS,
6a93917d 4840 username);
33331d11 4841 }
d35fbf6b 4842
08f67696 4843 if (uid_is_valid(uid)) {
ff0af2a1
LP
4844 r = chown_terminal(STDIN_FILENO, uid);
4845 if (r < 0) {
4846 *exit_status = EXIT_STDIN;
12145637 4847 return log_unit_error_errno(unit, r, "Failed to change ownership of terminal: %m");
071830ff 4848 }
d35fbf6b 4849 }
8e274523 4850
6bb00842
LP
4851 if (params->cgroup_path) {
4852 /* If delegation is enabled we'll pass ownership of the cgroup to the user of the new process. On cgroup v1
4853 * this is only about systemd's own hierarchy, i.e. not the controller hierarchies, simply because that's not
4854 * safe. On cgroup v2 there's only one hierarchy anyway, and delegation is safe there, hence in that case only
4855 * touch a single hierarchy too. */
4856
4857 if (params->flags & EXEC_CGROUP_DELEGATE) {
4858 r = cg_set_access(SYSTEMD_CGROUP_CONTROLLER, params->cgroup_path, uid, gid);
4859 if (r < 0) {
4860 *exit_status = EXIT_CGROUP;
4861 return log_unit_error_errno(unit, r, "Failed to adjust control group access: %m");
4862 }
4863 }
4864
4865 if (cgroup_context && cg_unified() > 0 && is_pressure_supported() > 0) {
4866 if (cgroup_context_want_memory_pressure(cgroup_context)) {
4867 r = cg_get_path("memory", params->cgroup_path, "memory.pressure", &memory_pressure_path);
4868 if (r < 0) {
4869 *exit_status = EXIT_MEMORY;
4870 return log_oom();
4871 }
4872
4873 r = chmod_and_chown(memory_pressure_path, 0644, uid, gid);
4874 if (r < 0) {
4875 log_unit_full_errno(unit, r == -ENOENT || ERRNO_IS_PRIVILEGE(r) ? LOG_DEBUG : LOG_WARNING, r,
4876 "Failed to adjust ownership of '%s', ignoring: %m", memory_pressure_path);
4877 memory_pressure_path = mfree(memory_pressure_path);
4878 }
4879 } else if (cgroup_context->memory_pressure_watch == CGROUP_PRESSURE_WATCH_OFF) {
4880 memory_pressure_path = strdup("/dev/null"); /* /dev/null is explicit indicator for turning of memory pressure watch */
4881 if (!memory_pressure_path) {
4882 *exit_status = EXIT_MEMORY;
4883 return log_oom();
4884 }
4885 }
034c6ed7 4886 }
d35fbf6b 4887 }
034c6ed7 4888
211a3d87
LB
4889 needs_mount_namespace = exec_needs_mount_namespace(context, params, runtime);
4890
5b10116e 4891 for (ExecDirectoryType dt = 0; dt < _EXEC_DIRECTORY_TYPE_MAX; dt++) {
211a3d87 4892 r = setup_exec_directory(context, params, uid, gid, dt, needs_mount_namespace, exit_status);
12145637
LP
4893 if (r < 0)
4894 return log_unit_error_errno(unit, r, "Failed to set up special execution directory in %s: %m", params->prefix[dt]);
d35fbf6b 4895 }
94f04347 4896
bb0c0d6f
LP
4897 if (FLAGS_SET(params->flags, EXEC_WRITE_CREDENTIALS)) {
4898 r = setup_credentials(context, params, unit->id, uid);
4899 if (r < 0) {
4900 *exit_status = EXIT_CREDENTIALS;
4901 return log_unit_error_errno(unit, r, "Failed to set up credentials: %m");
4902 }
4903 }
4904
7bce046b 4905 r = build_environment(
fd63e712 4906 unit,
7bce046b
LP
4907 context,
4908 params,
6bb00842 4909 cgroup_context,
7bce046b 4910 n_fds,
cd48e23f 4911 fdnames,
7bce046b
LP
4912 home,
4913 username,
4914 shell,
4915 journal_stream_dev,
4916 journal_stream_ino,
6bb00842 4917 memory_pressure_path,
7bce046b 4918 &our_env);
2065ca69
JW
4919 if (r < 0) {
4920 *exit_status = EXIT_MEMORY;
12145637 4921 return log_oom();
2065ca69
JW
4922 }
4923
4924 r = build_pass_environment(context, &pass_env);
4925 if (r < 0) {
4926 *exit_status = EXIT_MEMORY;
12145637 4927 return log_oom();
2065ca69
JW
4928 }
4929
adf769b0
ZJS
4930 /* The $PATH variable is set to the default path in params->environment. However, this is overridden
4931 * if user-specified fields have $PATH set. The intention is to also override $PATH if the unit does
4932 * not specify PATH but the unit has ExecSearchPath. */
8c35c10d 4933 if (!strv_isempty(context->exec_search_path)) {
4934 _cleanup_free_ char *joined = NULL;
4935
4936 joined = strv_join(context->exec_search_path, ":");
4937 if (!joined) {
4938 *exit_status = EXIT_MEMORY;
4939 return log_oom();
4940 }
4941
4942 r = strv_env_assign(&joined_exec_search_path, "PATH", joined);
4943 if (r < 0) {
4944 *exit_status = EXIT_MEMORY;
4945 return log_oom();
4946 }
4947 }
4948
4ab3d29f 4949 accum_env = strv_env_merge(params->environment,
2065ca69 4950 our_env,
8c35c10d 4951 joined_exec_search_path,
2065ca69
JW
4952 pass_env,
4953 context->environment,
44e5d006 4954 files_env);
2065ca69
JW
4955 if (!accum_env) {
4956 *exit_status = EXIT_MEMORY;
12145637 4957 return log_oom();
2065ca69 4958 }
1280503b 4959 accum_env = strv_env_clean(accum_env);
2065ca69 4960
096424d1 4961 (void) umask(context->umask);
b213e1c1 4962
b1edf445 4963 r = setup_keyring(unit, context, params, uid, gid);
74dd6b51
LP
4964 if (r < 0) {
4965 *exit_status = EXIT_KEYRING;
12145637 4966 return log_unit_error_errno(unit, r, "Failed to set up kernel keyring: %m");
74dd6b51
LP
4967 }
4968
adf769b0
ZJS
4969 /* We need sandboxing if the caller asked us to apply it and the command isn't explicitly excepted
4970 * from it. */
1703fa41 4971 needs_sandboxing = (params->flags & EXEC_APPLY_SANDBOXING) && !(command->flags & EXEC_COMMAND_FULLY_PRIVILEGED);
7f18ef0a 4972
adf769b0
ZJS
4973 /* We need the ambient capability hack, if the caller asked us to apply it and the command is marked
4974 * for it, and the kernel doesn't actually support ambient caps. */
165a31c0 4975 needs_ambient_hack = (params->flags & EXEC_APPLY_SANDBOXING) && (command->flags & EXEC_COMMAND_AMBIENT_MAGIC) && !ambient_capabilities_supported();
7f18ef0a 4976
adf769b0
ZJS
4977 /* We need setresuid() if the caller asked us to apply sandboxing and the command isn't explicitly
4978 * excepted from either whole sandboxing or just setresuid() itself, and the ambient hack is not
4979 * desired. */
165a31c0
LP
4980 if (needs_ambient_hack)
4981 needs_setuid = false;
4982 else
4983 needs_setuid = (params->flags & EXEC_APPLY_SANDBOXING) && !(command->flags & (EXEC_COMMAND_FULLY_PRIVILEGED|EXEC_COMMAND_NO_SETUID));
4984
638fd8cc
LP
4985 uint64_t capability_ambient_set = context->capability_ambient_set;
4986
165a31c0 4987 if (needs_sandboxing) {
adf769b0
ZJS
4988 /* MAC enablement checks need to be done before a new mount ns is created, as they rely on
4989 * /sys being present. The actual MAC context application will happen later, as late as
4990 * possible, to avoid impacting our own code paths. */
7f18ef0a 4991
349cc4a5 4992#if HAVE_SELINUX
43b1f709 4993 use_selinux = mac_selinux_use();
7f18ef0a 4994#endif
f9fa32f0 4995#if ENABLE_SMACK
43b1f709 4996 use_smack = mac_smack_use();
7f18ef0a 4997#endif
349cc4a5 4998#if HAVE_APPARMOR
43b1f709 4999 use_apparmor = mac_apparmor_use();
7f18ef0a 5000#endif
165a31c0 5001 }
7f18ef0a 5002
ce932d2d
LP
5003 if (needs_sandboxing) {
5004 int which_failed;
5005
5006 /* Let's set the resource limits before we call into PAM, so that pam_limits wins over what
5007 * is set here. (See below.) */
5008
5009 r = setrlimit_closest_all((const struct rlimit* const *) context->rlimit, &which_failed);
5010 if (r < 0) {
5011 *exit_status = EXIT_LIMITS;
5012 return log_unit_error_errno(unit, r, "Failed to adjust resource limit RLIMIT_%s: %m", rlimit_to_string(which_failed));
5013 }
5014 }
5015
0af07108 5016 if (needs_setuid && context->pam_name && username) {
ce932d2d
LP
5017 /* Let's call into PAM after we set up our own idea of resource limits to that pam_limits
5018 * wins here. (See above.) */
5019
1da37e58 5020 /* All fds passed in the fds array will be closed in the pam child process. */
0af07108
ZJS
5021 r = setup_pam(context->pam_name, username, uid, gid, context->tty_path, &accum_env, fds, n_fds);
5022 if (r < 0) {
5023 *exit_status = EXIT_PAM;
5024 return log_unit_error_errno(unit, r, "Failed to set up PAM session: %m");
165a31c0 5025 }
ac45f971 5026
638fd8cc
LP
5027 if (ambient_capabilities_supported()) {
5028 uint64_t ambient_after_pam;
5029
5030 /* PAM modules might have set some ambient caps. Query them here and merge them into
5031 * the caps we want to set in the end, so that we don't end up unsetting them. */
5032 r = capability_get_ambient(&ambient_after_pam);
5033 if (r < 0) {
5034 *exit_status = EXIT_CAPABILITIES;
5035 return log_unit_error_errno(unit, r, "Failed to query ambient caps: %m");
5036 }
5037
5038 capability_ambient_set |= ambient_after_pam;
5039 }
5040
0af07108
ZJS
5041 ngids_after_pam = getgroups_alloc(&gids_after_pam);
5042 if (ngids_after_pam < 0) {
5043 *exit_status = EXIT_MEMORY;
5044 return log_unit_error_errno(unit, ngids_after_pam, "Failed to obtain groups after setting up PAM: %m");
5749f855 5045 }
b213e1c1 5046 }
5749f855 5047
26c45a6c 5048 if (needs_sandboxing && context->private_users && have_effective_cap(CAP_SYS_ADMIN) <= 0) {
5749f855
AZ
5049 /* If we're unprivileged, set up the user namespace first to enable use of the other namespaces.
5050 * Users with CAP_SYS_ADMIN can set up user namespaces last because they will be able to
5051 * set up the all of the other namespaces (i.e. network, mount, UTS) without a user namespace. */
0af07108
ZJS
5052
5053 userns_set_up = true;
5054 r = setup_private_users(saved_uid, saved_gid, uid, gid);
5055 if (r < 0) {
5056 *exit_status = EXIT_USER;
5057 return log_unit_error_errno(unit, r, "Failed to set up user namespacing for unprivileged user: %m");
5749f855
AZ
5058 }
5059 }
5060
28135da3 5061 if (exec_needs_network_namespace(context) && runtime && runtime->shared && runtime->shared->netns_storage_socket[0] >= 0) {
a8d08f39 5062
6e2d7c4f 5063 if (ns_type_supported(NAMESPACE_NET)) {
28135da3 5064 r = setup_shareable_ns(runtime->shared->netns_storage_socket, CLONE_NEWNET);
1406bd66
LP
5065 if (r < 0) {
5066 if (ERRNO_IS_PRIVILEGE(r))
5067 log_unit_warning_errno(unit, r,
5068 "PrivateNetwork=yes is configured, but network namespace setup failed, ignoring: %m");
5069 else {
5070 *exit_status = EXIT_NETWORK;
5071 return log_unit_error_errno(unit, r, "Failed to set up network namespacing: %m");
5072 }
6e2d7c4f 5073 }
a8d08f39
LP
5074 } else if (context->network_namespace_path) {
5075 *exit_status = EXIT_NETWORK;
ee00d1e9
ZJS
5076 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(EOPNOTSUPP),
5077 "NetworkNamespacePath= is not supported, refusing.");
6e2d7c4f
MS
5078 } else
5079 log_unit_warning(unit, "PrivateNetwork=yes is configured, but the kernel does not support network namespaces, ignoring.");
d35fbf6b 5080 }
169c1bda 5081
28135da3 5082 if (exec_needs_ipc_namespace(context) && runtime && runtime->shared && runtime->shared->ipcns_storage_socket[0] >= 0) {
a70581ff
XR
5083
5084 if (ns_type_supported(NAMESPACE_IPC)) {
28135da3 5085 r = setup_shareable_ns(runtime->shared->ipcns_storage_socket, CLONE_NEWIPC);
a70581ff
XR
5086 if (r == -EPERM)
5087 log_unit_warning_errno(unit, r,
5088 "PrivateIPC=yes is configured, but IPC namespace setup failed, ignoring: %m");
5089 else if (r < 0) {
5090 *exit_status = EXIT_NAMESPACE;
5091 return log_unit_error_errno(unit, r, "Failed to set up IPC namespacing: %m");
5092 }
5093 } else if (context->ipc_namespace_path) {
5094 *exit_status = EXIT_NAMESPACE;
5095 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(EOPNOTSUPP),
5096 "IPCNamespacePath= is not supported, refusing.");
5097 } else
5098 log_unit_warning(unit, "PrivateIPC=yes is configured, but the kernel does not support IPC namespaces, ignoring.");
5099 }
5100
ee818b89 5101 if (needs_mount_namespace) {
7cc5ef5f
ZJS
5102 _cleanup_free_ char *error_path = NULL;
5103
d4b6ec98 5104 r = apply_mount_namespace(unit, command->flags, context, params, runtime, memory_pressure_path, &error_path);
3fbe8dbe
LP
5105 if (r < 0) {
5106 *exit_status = EXIT_NAMESPACE;
7cc5ef5f
ZJS
5107 return log_unit_error_errno(unit, r, "Failed to set up mount namespacing%s%s: %m",
5108 error_path ? ": " : "", strempty(error_path));
3fbe8dbe 5109 }
d35fbf6b 5110 }
81a2b7ce 5111
daf8f72b
LP
5112 if (needs_sandboxing) {
5113 r = apply_protect_hostname(unit, context, exit_status);
5114 if (r < 0)
5115 return r;
aecd5ac6
TM
5116 }
5117
5749f855
AZ
5118 /* Drop groups as early as possible.
5119 * This needs to be done after PrivateDevices=y setup as device nodes should be owned by the host's root.
5120 * For non-root in a userns, devices will be owned by the user/group before the group change, and nobody. */
165a31c0 5121 if (needs_setuid) {
afb11bf1
DG
5122 _cleanup_free_ gid_t *gids_to_enforce = NULL;
5123 int ngids_to_enforce = 0;
5124
5125 ngids_to_enforce = merge_gid_lists(supplementary_gids,
5126 ngids,
5127 gids_after_pam,
5128 ngids_after_pam,
5129 &gids_to_enforce);
5130 if (ngids_to_enforce < 0) {
5131 *exit_status = EXIT_MEMORY;
5132 return log_unit_error_errno(unit,
5133 ngids_to_enforce,
5134 "Failed to merge group lists. Group membership might be incorrect: %m");
5135 }
5136
5137 r = enforce_groups(gid, gids_to_enforce, ngids_to_enforce);
096424d1
LP
5138 if (r < 0) {
5139 *exit_status = EXIT_GROUP;
12145637 5140 return log_unit_error_errno(unit, r, "Changing group credentials failed: %m");
096424d1 5141 }
165a31c0 5142 }
096424d1 5143
5749f855
AZ
5144 /* If the user namespace was not set up above, try to do it now.
5145 * It's preferred to set up the user namespace later (after all other namespaces) so as not to be
d09df6b9 5146 * restricted by rules pertaining to combining user namespaces with other namespaces (e.g. in the
5749f855
AZ
5147 * case of mount namespaces being less privileged when the mount point list is copied from a
5148 * different user namespace). */
9008e1ac 5149
5749f855
AZ
5150 if (needs_sandboxing && context->private_users && !userns_set_up) {
5151 r = setup_private_users(saved_uid, saved_gid, uid, gid);
5152 if (r < 0) {
5153 *exit_status = EXIT_USER;
5154 return log_unit_error_errno(unit, r, "Failed to set up user namespacing: %m");
d251207d
LP
5155 }
5156 }
5157
9f71ba8d
ZJS
5158 /* Now that the mount namespace has been set up and privileges adjusted, let's look for the thing we
5159 * shall execute. */
5160
5161 _cleanup_free_ char *executable = NULL;
254d1313 5162 _cleanup_close_ int executable_fd = -EBADF;
8c35c10d 5163 r = find_executable_full(command->path, /* root= */ NULL, context->exec_search_path, false, &executable, &executable_fd);
9f71ba8d
ZJS
5164 if (r < 0) {
5165 if (r != -ENOMEM && (command->flags & EXEC_COMMAND_IGNORE_FAILURE)) {
c2503e35
RH
5166 log_unit_struct_errno(unit, LOG_INFO, r,
5167 "MESSAGE_ID=" SD_MESSAGE_SPAWN_FAILED_STR,
5168 LOG_UNIT_INVOCATION_ID(unit),
5169 LOG_UNIT_MESSAGE(unit, "Executable %s missing, skipping: %m",
5170 command->path),
5171 "EXECUTABLE=%s", command->path);
9f71ba8d
ZJS
5172 return 0;
5173 }
5174
5175 *exit_status = EXIT_EXEC;
c2503e35
RH
5176
5177 return log_unit_struct_errno(unit, LOG_INFO, r,
5178 "MESSAGE_ID=" SD_MESSAGE_SPAWN_FAILED_STR,
5179 LOG_UNIT_INVOCATION_ID(unit),
5180 LOG_UNIT_MESSAGE(unit, "Failed to locate executable %s: %m",
5181 command->path),
5182 "EXECUTABLE=%s", command->path);
9f71ba8d
ZJS
5183 }
5184
b83d5050
ZJS
5185 r = add_shifted_fd(keep_fds, ELEMENTSOF(keep_fds), &n_keep_fds, executable_fd, &executable_fd);
5186 if (r < 0) {
5187 *exit_status = EXIT_FDS;
5188 return log_unit_error_errno(unit, r, "Failed to shift fd and set FD_CLOEXEC: %m");
5189 }
5190
9f71ba8d 5191#if HAVE_SELINUX
49590d67 5192 if (needs_sandboxing && use_selinux && params->selinux_context_net) {
254d1313 5193 int fd = -EBADF;
49590d67
MS
5194
5195 if (socket_fd >= 0)
5196 fd = socket_fd;
5197 else if (params->n_socket_fds == 1)
5198 /* If stdin is not connected to a socket but we are triggered by exactly one socket unit then we
5199 * use context from that fd to compute the label. */
5200 fd = params->fds[0];
5201
5202 if (fd >= 0) {
5203 r = mac_selinux_get_child_mls_label(fd, executable, context->selinux_context, &mac_selinux_context_net);
006d1864
TM
5204 if (r < 0) {
5205 if (!context->selinux_context_ignore) {
5206 *exit_status = EXIT_SELINUX_CONTEXT;
5207 return log_unit_error_errno(unit, r, "Failed to determine SELinux context: %m");
5208 }
5209 log_unit_debug_errno(unit, r, "Failed to determine SELinux context, ignoring: %m");
49590d67 5210 }
9f71ba8d
ZJS
5211 }
5212 }
5213#endif
5214
4a055e5a
ZJS
5215 /* We repeat the fd closing here, to make sure that nothing is leaked from the PAM modules. Note that
5216 * we are more aggressive this time, since we don't need socket_fd and the netns and ipcns fds any
5217 * more. We do keep exec_fd however, if we have it, since we need to keep it open until the final
5218 * execve(). */
5686391b 5219
1da37e58 5220 r = close_all_fds(keep_fds, n_keep_fds);
ff0af2a1
LP
5221 if (r >= 0)
5222 r = shift_fds(fds, n_fds);
5223 if (r >= 0)
cd48e23f 5224 r = flags_fds(fds, n_socket_fds, n_fds, context->non_blocking);
ff0af2a1
LP
5225 if (r < 0) {
5226 *exit_status = EXIT_FDS;
12145637 5227 return log_unit_error_errno(unit, r, "Failed to adjust passed file descriptors: %m");
d35fbf6b 5228 }
e66cf1a3 5229
5686391b
LP
5230 /* At this point, the fds we want to pass to the program are all ready and set up, with O_CLOEXEC turned off
5231 * and at the right fd numbers. The are no other fds open, with one exception: the exec_fd if it is defined,
5232 * and it has O_CLOEXEC set, after all we want it to be closed by the execve(), so that our parent knows we
5233 * came this far. */
5234
165a31c0 5235 secure_bits = context->secure_bits;
e66cf1a3 5236
165a31c0
LP
5237 if (needs_sandboxing) {
5238 uint64_t bset;
e66cf1a3 5239
4a055e5a
ZJS
5240 /* Set the RTPRIO resource limit to 0, but only if nothing else was explicitly requested.
5241 * (Note this is placed after the general resource limit initialization, see above, in order
5242 * to take precedence.) */
f4170c67
LP
5243 if (context->restrict_realtime && !context->rlimit[RLIMIT_RTPRIO]) {
5244 if (setrlimit(RLIMIT_RTPRIO, &RLIMIT_MAKE_CONST(0)) < 0) {
5245 *exit_status = EXIT_LIMITS;
12145637 5246 return log_unit_error_errno(unit, errno, "Failed to adjust RLIMIT_RTPRIO resource limit: %m");
f4170c67
LP
5247 }
5248 }
5249
37ac2744
JB
5250#if ENABLE_SMACK
5251 /* LSM Smack needs the capability CAP_MAC_ADMIN to change the current execution security context of the
5252 * process. This is the latest place before dropping capabilities. Other MAC context are set later. */
5253 if (use_smack) {
aa5ae971 5254 r = setup_smack(unit->manager, context, executable_fd);
29ff6247 5255 if (r < 0 && !context->smack_process_label_ignore) {
37ac2744
JB
5256 *exit_status = EXIT_SMACK_PROCESS_LABEL;
5257 return log_unit_error_errno(unit, r, "Failed to set SMACK process label: %m");
5258 }
5259 }
5260#endif
5261
165a31c0
LP
5262 bset = context->capability_bounding_set;
5263 /* If the ambient caps hack is enabled (which means the kernel can't do them, and the user asked for
5264 * our magic fallback), then let's add some extra caps, so that the service can drop privs of its own,
5265 * instead of us doing that */
5266 if (needs_ambient_hack)
5267 bset |= (UINT64_C(1) << CAP_SETPCAP) |
5268 (UINT64_C(1) << CAP_SETUID) |
5269 (UINT64_C(1) << CAP_SETGID);
5270
5271 if (!cap_test_all(bset)) {
638fd8cc 5272 r = capability_bounding_set_drop(bset, /* right_now= */ false);
ff0af2a1
LP
5273 if (r < 0) {
5274 *exit_status = EXIT_CAPABILITIES;
12145637 5275 return log_unit_error_errno(unit, r, "Failed to drop capabilities: %m");
3b8bddde 5276 }
4c2630eb 5277 }
3b8bddde 5278
16fcb191
TK
5279 /* Ambient capabilities are cleared during setresuid() (in enforce_user()) even with
5280 * keep-caps set.
a954b249
LP
5281 *
5282 * To be able to raise the ambient capabilities after setresuid() they have to be added to
5283 * the inherited set and keep caps has to be set (done in enforce_user()). After setresuid()
5284 * the ambient capabilities can be raised as they are present in the permitted and
5285 * inhertiable set. However it is possible that someone wants to set ambient capabilities
5286 * without changing the user, so we also set the ambient capabilities here.
5287 *
5288 * The requested ambient capabilities are raised in the inheritable set if the second
5289 * argument is true. */
943800f4 5290 if (!needs_ambient_hack) {
638fd8cc 5291 r = capability_ambient_set_apply(capability_ambient_set, /* also_inherit= */ true);
755d4b67
IP
5292 if (r < 0) {
5293 *exit_status = EXIT_CAPABILITIES;
12145637 5294 return log_unit_error_errno(unit, r, "Failed to apply ambient capabilities (before UID change): %m");
755d4b67 5295 }
755d4b67 5296 }
165a31c0 5297 }
755d4b67 5298
fa97f630
JB
5299 /* chroot to root directory first, before we lose the ability to chroot */
5300 r = apply_root_directory(context, params, needs_mount_namespace, exit_status);
5301 if (r < 0)
5302 return log_unit_error_errno(unit, r, "Chrooting to the requested root directory failed: %m");
5303
165a31c0 5304 if (needs_setuid) {
08f67696 5305 if (uid_is_valid(uid)) {
638fd8cc 5306 r = enforce_user(context, uid, capability_ambient_set);
ff0af2a1
LP
5307 if (r < 0) {
5308 *exit_status = EXIT_USER;
12145637 5309 return log_unit_error_errno(unit, r, "Failed to change UID to " UID_FMT ": %m", uid);
5b6319dc 5310 }
165a31c0 5311
638fd8cc 5312 if (!needs_ambient_hack && capability_ambient_set != 0) {
755d4b67 5313
16fcb191 5314 /* Raise the ambient capabilities after user change. */
638fd8cc 5315 r = capability_ambient_set_apply(capability_ambient_set, /* also_inherit= */ false);
755d4b67
IP
5316 if (r < 0) {
5317 *exit_status = EXIT_CAPABILITIES;
12145637 5318 return log_unit_error_errno(unit, r, "Failed to apply ambient capabilities (after UID change): %m");
755d4b67 5319 }
755d4b67 5320 }
5b6319dc 5321 }
165a31c0 5322 }
d35fbf6b 5323
56ef8db9
JB
5324 /* Apply working directory here, because the working directory might be on NFS and only the user running
5325 * this service might have the correct privilege to change to the working directory */
fa97f630 5326 r = apply_working_directory(context, params, home, exit_status);
56ef8db9
JB
5327 if (r < 0)
5328 return log_unit_error_errno(unit, r, "Changing to the requested working directory failed: %m");
5329
165a31c0 5330 if (needs_sandboxing) {
37ac2744 5331 /* Apply other MAC contexts late, but before seccomp syscall filtering, as those should really be last to
5cd9cd35
LP
5332 * influence our own codepaths as little as possible. Moreover, applying MAC contexts usually requires
5333 * syscalls that are subject to seccomp filtering, hence should probably be applied before the syscalls
5334 * are restricted. */
5335
349cc4a5 5336#if HAVE_SELINUX
43b1f709 5337 if (use_selinux) {
5cd9cd35
LP
5338 char *exec_context = mac_selinux_context_net ?: context->selinux_context;
5339
5340 if (exec_context) {
5341 r = setexeccon(exec_context);
006d1864
TM
5342 if (r < 0) {
5343 if (!context->selinux_context_ignore) {
5344 *exit_status = EXIT_SELINUX_CONTEXT;
5345 return log_unit_error_errno(unit, r, "Failed to change SELinux context to %s: %m", exec_context);
5346 }
5347 log_unit_debug_errno(unit, r, "Failed to change SELinux context to %s, ignoring: %m", exec_context);
5cd9cd35
LP
5348 }
5349 }
5350 }
5351#endif
5352
349cc4a5 5353#if HAVE_APPARMOR
43b1f709 5354 if (use_apparmor && context->apparmor_profile) {
5cd9cd35
LP
5355 r = aa_change_onexec(context->apparmor_profile);
5356 if (r < 0 && !context->apparmor_profile_ignore) {
5357 *exit_status = EXIT_APPARMOR_PROFILE;
12145637 5358 return log_unit_error_errno(unit, errno, "Failed to prepare AppArmor profile change to %s: %m", context->apparmor_profile);
5cd9cd35
LP
5359 }
5360 }
5361#endif
5362
a954b249
LP
5363 /* PR_GET_SECUREBITS is not privileged, while PR_SET_SECUREBITS is. So to suppress potential
5364 * EPERMs we'll try not to call PR_SET_SECUREBITS unless necessary. Setting securebits
5365 * requires CAP_SETPCAP. */
dbdc4098 5366 if (prctl(PR_GET_SECUREBITS) != secure_bits) {
69e3234d 5367 /* CAP_SETPCAP is required to set securebits. This capability is raised into the
dbdc4098 5368 * effective set here.
a954b249
LP
5369 *
5370 * The effective set is overwritten during execve() with the following values:
5371 *
dbdc4098 5372 * - ambient set (for non-root processes)
a954b249 5373 *
dbdc4098
TK
5374 * - (inheritable | bounding) set for root processes)
5375 *
5376 * Hence there is no security impact to raise it in the effective set before execve
5377 */
a954b249 5378 r = capability_gain_cap_setpcap(/* return_caps= */ NULL);
dbdc4098
TK
5379 if (r < 0) {
5380 *exit_status = EXIT_CAPABILITIES;
5381 return log_unit_error_errno(unit, r, "Failed to gain CAP_SETPCAP for setting secure bits");
5382 }
755d4b67 5383 if (prctl(PR_SET_SECUREBITS, secure_bits) < 0) {
ff0af2a1 5384 *exit_status = EXIT_SECUREBITS;
12145637 5385 return log_unit_error_errno(unit, errno, "Failed to set process secure bits: %m");
ff01d048 5386 }
dbdc4098 5387 }
5b6319dc 5388
59eeb84b 5389 if (context_has_no_new_privileges(context))
d35fbf6b 5390 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) < 0) {
ff0af2a1 5391 *exit_status = EXIT_NO_NEW_PRIVILEGES;
12145637 5392 return log_unit_error_errno(unit, errno, "Failed to disable new privileges: %m");
d35fbf6b
DM
5393 }
5394
349cc4a5 5395#if HAVE_SECCOMP
469830d1
LP
5396 r = apply_address_families(unit, context);
5397 if (r < 0) {
5398 *exit_status = EXIT_ADDRESS_FAMILIES;
12145637 5399 return log_unit_error_errno(unit, r, "Failed to restrict address families: %m");
4c2630eb 5400 }
04aa0cb9 5401
469830d1
LP
5402 r = apply_memory_deny_write_execute(unit, context);
5403 if (r < 0) {
5404 *exit_status = EXIT_SECCOMP;
12145637 5405 return log_unit_error_errno(unit, r, "Failed to disable writing to executable memory: %m");
f3e43635 5406 }
f4170c67 5407
469830d1
LP
5408 r = apply_restrict_realtime(unit, context);
5409 if (r < 0) {
5410 *exit_status = EXIT_SECCOMP;
12145637 5411 return log_unit_error_errno(unit, r, "Failed to apply realtime restrictions: %m");
f4170c67
LP
5412 }
5413
f69567cb
LP
5414 r = apply_restrict_suid_sgid(unit, context);
5415 if (r < 0) {
5416 *exit_status = EXIT_SECCOMP;
5417 return log_unit_error_errno(unit, r, "Failed to apply SUID/SGID restrictions: %m");
5418 }
5419
add00535
LP
5420 r = apply_restrict_namespaces(unit, context);
5421 if (r < 0) {
5422 *exit_status = EXIT_SECCOMP;
12145637 5423 return log_unit_error_errno(unit, r, "Failed to apply namespace restrictions: %m");
add00535
LP
5424 }
5425
469830d1
LP
5426 r = apply_protect_sysctl(unit, context);
5427 if (r < 0) {
5428 *exit_status = EXIT_SECCOMP;
12145637 5429 return log_unit_error_errno(unit, r, "Failed to apply sysctl restrictions: %m");
502d704e
DH
5430 }
5431
469830d1
LP
5432 r = apply_protect_kernel_modules(unit, context);
5433 if (r < 0) {
5434 *exit_status = EXIT_SECCOMP;
12145637 5435 return log_unit_error_errno(unit, r, "Failed to apply module loading restrictions: %m");
59eeb84b
LP
5436 }
5437
84703040
KK
5438 r = apply_protect_kernel_logs(unit, context);
5439 if (r < 0) {
5440 *exit_status = EXIT_SECCOMP;
5441 return log_unit_error_errno(unit, r, "Failed to apply kernel log restrictions: %m");
5442 }
5443
fc64760d
KK
5444 r = apply_protect_clock(unit, context);
5445 if (r < 0) {
5446 *exit_status = EXIT_SECCOMP;
5447 return log_unit_error_errno(unit, r, "Failed to apply clock restrictions: %m");
5448 }
5449
469830d1
LP
5450 r = apply_private_devices(unit, context);
5451 if (r < 0) {
5452 *exit_status = EXIT_SECCOMP;
12145637 5453 return log_unit_error_errno(unit, r, "Failed to set up private devices: %m");
469830d1
LP
5454 }
5455
5456 r = apply_syscall_archs(unit, context);
5457 if (r < 0) {
5458 *exit_status = EXIT_SECCOMP;
12145637 5459 return log_unit_error_errno(unit, r, "Failed to apply syscall architecture restrictions: %m");
ba128bb8
LP
5460 }
5461
78e864e5
TM
5462 r = apply_lock_personality(unit, context);
5463 if (r < 0) {
5464 *exit_status = EXIT_SECCOMP;
12145637 5465 return log_unit_error_errno(unit, r, "Failed to lock personalities: %m");
78e864e5
TM
5466 }
5467
9df2cdd8
TM
5468 r = apply_syscall_log(unit, context);
5469 if (r < 0) {
5470 *exit_status = EXIT_SECCOMP;
5471 return log_unit_error_errno(unit, r, "Failed to apply system call log filters: %m");
5472 }
5473
5cd9cd35
LP
5474 /* This really should remain the last step before the execve(), to make sure our own code is unaffected
5475 * by the filter as little as possible. */
165a31c0 5476 r = apply_syscall_filter(unit, context, needs_ambient_hack);
469830d1
LP
5477 if (r < 0) {
5478 *exit_status = EXIT_SECCOMP;
12145637 5479 return log_unit_error_errno(unit, r, "Failed to apply system call filters: %m");
d35fbf6b
DM
5480 }
5481#endif
b1994387
ILG
5482
5483#if HAVE_LIBBPF
5484 r = apply_restrict_filesystems(unit, context);
5485 if (r < 0) {
5486 *exit_status = EXIT_BPF;
5487 return log_unit_error_errno(unit, r, "Failed to restrict filesystems: %m");
5488 }
5489#endif
5490
d35fbf6b 5491 }
034c6ed7 5492
00819cc1
LP
5493 if (!strv_isempty(context->unset_environment)) {
5494 char **ee = NULL;
5495
5496 ee = strv_env_delete(accum_env, 1, context->unset_environment);
5497 if (!ee) {
5498 *exit_status = EXIT_MEMORY;
12145637 5499 return log_oom();
00819cc1
LP
5500 }
5501
130d3d22 5502 strv_free_and_replace(accum_env, ee);
00819cc1
LP
5503 }
5504
7ca69792
AZ
5505 if (!FLAGS_SET(command->flags, EXEC_COMMAND_NO_ENV_EXPAND)) {
5506 replaced_argv = replace_env_argv(command->argv, accum_env);
5507 if (!replaced_argv) {
5508 *exit_status = EXIT_MEMORY;
5509 return log_oom();
5510 }
5511 final_argv = replaced_argv;
5512 } else
5513 final_argv = command->argv;
034c6ed7 5514
3ff67ec4 5515 log_command_line(unit, "Executing", executable, final_argv);
dd305ec9 5516
5686391b
LP
5517 if (exec_fd >= 0) {
5518 uint8_t hot = 1;
5519
5520 /* We have finished with all our initializations. Let's now let the manager know that. From this point
5521 * on, if the manager sees POLLHUP on the exec_fd, then execve() was successful. */
5522
5523 if (write(exec_fd, &hot, sizeof(hot)) < 0) {
5524 *exit_status = EXIT_EXEC;
5525 return log_unit_error_errno(unit, errno, "Failed to enable exec_fd: %m");
5526 }
5527 }
5528
a6d9111c 5529 r = fexecve_or_execve(executable_fd, executable, final_argv, accum_env);
5686391b
LP
5530
5531 if (exec_fd >= 0) {
5532 uint8_t hot = 0;
5533
5534 /* The execve() failed. This means the exec_fd is still open. Which means we need to tell the manager
5535 * that POLLHUP on it no longer means execve() succeeded. */
5536
5537 if (write(exec_fd, &hot, sizeof(hot)) < 0) {
5538 *exit_status = EXIT_EXEC;
5539 return log_unit_error_errno(unit, errno, "Failed to disable exec_fd: %m");
5540 }
5541 }
12145637 5542
ff0af2a1 5543 *exit_status = EXIT_EXEC;
9f71ba8d 5544 return log_unit_error_errno(unit, r, "Failed to execute %s: %m", executable);
d35fbf6b 5545}
81a2b7ce 5546
34cf6c43 5547static int exec_context_load_environment(const Unit *unit, const ExecContext *c, char ***l);
2caa38e9 5548static int exec_context_named_iofds(const ExecContext *c, const ExecParameters *p, int named_iofds[static 3]);
34cf6c43 5549
f2341e0a
LP
5550int exec_spawn(Unit *unit,
5551 ExecCommand *command,
d35fbf6b
DM
5552 const ExecContext *context,
5553 const ExecParameters *params,
28135da3 5554 ExecRuntime *runtime,
6bb00842 5555 const CGroupContext *cgroup_context,
d35fbf6b 5556 pid_t *ret) {
8351ceae 5557
ee39ca20 5558 int socket_fd, r, named_iofds[3] = { -1, -1, -1 }, *fds = NULL;
78f93209 5559 _cleanup_free_ char *subcgroup_path = NULL;
d35fbf6b 5560 _cleanup_strv_free_ char **files_env = NULL;
da6053d0 5561 size_t n_storage_fds = 0, n_socket_fds = 0;
d35fbf6b 5562 pid_t pid;
8351ceae 5563
f2341e0a 5564 assert(unit);
d35fbf6b
DM
5565 assert(command);
5566 assert(context);
5567 assert(ret);
5568 assert(params);
25b583d7 5569 assert(params->fds || (params->n_socket_fds + params->n_storage_fds <= 0));
4298d0b5 5570
4b2af439
DDM
5571 LOG_CONTEXT_PUSH_UNIT(unit);
5572
d35fbf6b
DM
5573 if (context->std_input == EXEC_INPUT_SOCKET ||
5574 context->std_output == EXEC_OUTPUT_SOCKET ||
5575 context->std_error == EXEC_OUTPUT_SOCKET) {
17df7223 5576
d85ff944
YW
5577 if (params->n_socket_fds > 1)
5578 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(EINVAL), "Got more than one socket.");
eef65bf3 5579
d85ff944
YW
5580 if (params->n_socket_fds == 0)
5581 return log_unit_error_errno(unit, SYNTHETIC_ERRNO(EINVAL), "Got no socket.");
488ab41c 5582
d35fbf6b
DM
5583 socket_fd = params->fds[0];
5584 } else {
254d1313 5585 socket_fd = -EBADF;
d35fbf6b 5586 fds = params->fds;
9b141911 5587 n_socket_fds = params->n_socket_fds;
25b583d7 5588 n_storage_fds = params->n_storage_fds;
d35fbf6b 5589 }
94f04347 5590
34cf6c43 5591 r = exec_context_named_iofds(context, params, named_iofds);
52c239d7
LB
5592 if (r < 0)
5593 return log_unit_error_errno(unit, r, "Failed to load a named file descriptor: %m");
5594
f2341e0a 5595 r = exec_context_load_environment(unit, context, &files_env);
ff0af2a1 5596 if (r < 0)
f2341e0a 5597 return log_unit_error_errno(unit, r, "Failed to load environment files: %m");
034c6ed7 5598
9f71ba8d
ZJS
5599 /* Fork with up-to-date SELinux label database, so the child inherits the up-to-date db
5600 and, until the next SELinux policy changes, we save further reloads in future children. */
2df2152c
CG
5601 mac_selinux_maybe_reload();
5602
3ff67ec4
ZJS
5603 /* We won't know the real executable path until we create the mount namespace in the child, but we
5604 want to log from the parent, so we use the possibly inaccurate path here. */
5605 log_command_line(unit, "About to execute", command->path, command->argv);
12145637 5606
78f93209
LP
5607 if (params->cgroup_path) {
5608 r = exec_parameters_get_cgroup_path(params, &subcgroup_path);
5609 if (r < 0)
5610 return log_unit_error_errno(unit, r, "Failed to acquire subcgroup path: %m");
5611 if (r > 0) { /* We are using a child cgroup */
5612 r = cg_create(SYSTEMD_CGROUP_CONTROLLER, subcgroup_path);
5613 if (r < 0)
5614 return log_unit_error_errno(unit, r, "Failed to create control group '%s': %m", subcgroup_path);
4e806bfa 5615
523ea123 5616 /* Normally we would not propagate the xattrs to children but since we created this
4e806bfa
AZ
5617 * sub-cgroup internally we should do it. */
5618 cgroup_oomd_xattr_apply(unit, subcgroup_path);
523ea123 5619 cgroup_log_xattr_apply(unit, subcgroup_path);
78f93209
LP
5620 }
5621 }
5622
d35fbf6b
DM
5623 pid = fork();
5624 if (pid < 0)
74129a12 5625 return log_unit_error_errno(unit, errno, "Failed to fork: %m");
d35fbf6b
DM
5626
5627 if (pid == 0) {
12145637 5628 int exit_status = EXIT_SUCCESS;
ff0af2a1 5629
f2341e0a
LP
5630 r = exec_child(unit,
5631 command,
ff0af2a1
LP
5632 context,
5633 params,
5634 runtime,
6bb00842 5635 cgroup_context,
ff0af2a1 5636 socket_fd,
52c239d7 5637 named_iofds,
4c47affc 5638 fds,
9b141911 5639 n_socket_fds,
25b583d7 5640 n_storage_fds,
ff0af2a1 5641 files_env,
00d9ef85 5642 unit->manager->user_lookup_fds[1],
12145637
LP
5643 &exit_status);
5644
e1714f02
ZJS
5645 if (r < 0) {
5646 const char *status =
5647 exit_status_to_string(exit_status,
e04ed6db 5648 EXIT_STATUS_LIBC | EXIT_STATUS_SYSTEMD);
e1714f02 5649
c2503e35
RH
5650 log_unit_struct_errno(unit, LOG_ERR, r,
5651 "MESSAGE_ID=" SD_MESSAGE_SPAWN_FAILED_STR,
5652 LOG_UNIT_INVOCATION_ID(unit),
5653 LOG_UNIT_MESSAGE(unit, "Failed at step %s spawning %s: %m",
5654 status, command->path),
5655 "EXECUTABLE=%s", command->path);
e1714f02 5656 }
4c2630eb 5657
ff0af2a1 5658 _exit(exit_status);
034c6ed7
LP
5659 }
5660
f2341e0a 5661 log_unit_debug(unit, "Forked %s as "PID_FMT, command->path, pid);
23635a85 5662
78f93209
LP
5663 /* We add the new process to the cgroup both in the child (so that we can be sure that no user code is ever
5664 * executed outside of the cgroup) and in the parent (so that we can be sure that when we kill the cgroup the
5665 * process will be killed too). */
5666 if (subcgroup_path)
5667 (void) cg_attach(SYSTEMD_CGROUP_CONTROLLER, subcgroup_path, pid);
2da3263a 5668
b58b4116 5669 exec_status_start(&command->exec_status, pid);
9fb86720 5670
034c6ed7 5671 *ret = pid;
5cb5a6ff
LP
5672 return 0;
5673}
5674
034c6ed7
LP
5675void exec_context_init(ExecContext *c) {
5676 assert(c);
5677
4c12626c 5678 c->umask = 0022;
0692548c 5679 c->ioprio = IOPRIO_DEFAULT_CLASS_AND_PRIO;
94f04347 5680 c->cpu_sched_policy = SCHED_OTHER;
071830ff 5681 c->syslog_priority = LOG_DAEMON|LOG_INFO;
74922904 5682 c->syslog_level_prefix = true;
353e12c2 5683 c->ignore_sigpipe = true;
3a43da28 5684 c->timer_slack_nsec = NSEC_INFINITY;
050f7277 5685 c->personality = PERSONALITY_INVALID;
5b10116e
ZJS
5686 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)
5687 c->directories[t].mode = 0755;
12213aed 5688 c->timeout_clean_usec = USEC_INFINITY;
3fd5190b 5689 c->capability_bounding_set = CAP_MASK_UNSET;
aa9d574d
YW
5690 assert_cc(NAMESPACE_FLAGS_INITIAL != NAMESPACE_FLAGS_ALL);
5691 c->restrict_namespaces = NAMESPACE_FLAGS_INITIAL;
d3070fbd 5692 c->log_level_max = -1;
005bfaf1
TM
5693#if HAVE_SECCOMP
5694 c->syscall_errno = SECCOMP_ERROR_NUMBER_KILL;
5695#endif
51462135
DDM
5696 c->tty_rows = UINT_MAX;
5697 c->tty_cols = UINT_MAX;
b070c7c0 5698 numa_policy_reset(&c->numa_policy);
24002121 5699 c->private_mounts = -1;
034c6ed7
LP
5700}
5701
613b411c 5702void exec_context_done(ExecContext *c) {
5cb5a6ff
LP
5703 assert(c);
5704
6796073e
LP
5705 c->environment = strv_free(c->environment);
5706 c->environment_files = strv_free(c->environment_files);
b4c14404 5707 c->pass_environment = strv_free(c->pass_environment);
00819cc1 5708 c->unset_environment = strv_free(c->unset_environment);
8c7be95e 5709
31ce987c 5710 rlimit_free_all(c->rlimit);
034c6ed7 5711
5b10116e 5712 for (size_t l = 0; l < 3; l++) {
52c239d7 5713 c->stdio_fdname[l] = mfree(c->stdio_fdname[l]);
2038c3f5
LP
5714 c->stdio_file[l] = mfree(c->stdio_file[l]);
5715 }
52c239d7 5716
a1e58e8e
LP
5717 c->working_directory = mfree(c->working_directory);
5718 c->root_directory = mfree(c->root_directory);
915e6d16 5719 c->root_image = mfree(c->root_image);
18d73705 5720 c->root_image_options = mount_options_free_all(c->root_image_options);
0389f4fa
LB
5721 c->root_hash = mfree(c->root_hash);
5722 c->root_hash_size = 0;
5723 c->root_hash_path = mfree(c->root_hash_path);
d4d55b0d
LB
5724 c->root_hash_sig = mfree(c->root_hash_sig);
5725 c->root_hash_sig_size = 0;
5726 c->root_hash_sig_path = mfree(c->root_hash_sig_path);
0389f4fa 5727 c->root_verity = mfree(c->root_verity);
93f59701 5728 c->extension_images = mount_image_free_many(c->extension_images, &c->n_extension_images);
a07b9926 5729 c->extension_directories = strv_free(c->extension_directories);
a1e58e8e
LP
5730 c->tty_path = mfree(c->tty_path);
5731 c->syslog_identifier = mfree(c->syslog_identifier);
5732 c->user = mfree(c->user);
5733 c->group = mfree(c->group);
034c6ed7 5734
6796073e 5735 c->supplementary_groups = strv_free(c->supplementary_groups);
94f04347 5736
a1e58e8e 5737 c->pam_name = mfree(c->pam_name);
5b6319dc 5738
2a624c36
AP
5739 c->read_only_paths = strv_free(c->read_only_paths);
5740 c->read_write_paths = strv_free(c->read_write_paths);
5741 c->inaccessible_paths = strv_free(c->inaccessible_paths);
ddc155b2
TM
5742 c->exec_paths = strv_free(c->exec_paths);
5743 c->no_exec_paths = strv_free(c->no_exec_paths);
8c35c10d 5744 c->exec_search_path = strv_free(c->exec_search_path);
82c121a4 5745
d2d6c096 5746 bind_mount_free_many(c->bind_mounts, c->n_bind_mounts);
8e06d57c
YW
5747 c->bind_mounts = NULL;
5748 c->n_bind_mounts = 0;
2abd4e38
YW
5749 temporary_filesystem_free_many(c->temporary_filesystems, c->n_temporary_filesystems);
5750 c->temporary_filesystems = NULL;
5751 c->n_temporary_filesystems = 0;
b3d13314 5752 c->mount_images = mount_image_free_many(c->mount_images, &c->n_mount_images);
d2d6c096 5753
0985c7c4 5754 cpu_set_reset(&c->cpu_set);
b070c7c0 5755 numa_policy_reset(&c->numa_policy);
86a3475b 5756
a1e58e8e
LP
5757 c->utmp_id = mfree(c->utmp_id);
5758 c->selinux_context = mfree(c->selinux_context);
5759 c->apparmor_profile = mfree(c->apparmor_profile);
5b8e1b77 5760 c->smack_process_label = mfree(c->smack_process_label);
eef65bf3 5761
b1994387
ILG
5762 c->restrict_filesystems = set_free(c->restrict_filesystems);
5763
8cfa775f 5764 c->syscall_filter = hashmap_free(c->syscall_filter);
525d3cc7
LP
5765 c->syscall_archs = set_free(c->syscall_archs);
5766 c->address_families = set_free(c->address_families);
e66cf1a3 5767
5b10116e 5768 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)
211a3d87 5769 exec_directory_done(&c->directories[t]);
d3070fbd
LP
5770
5771 c->log_level_max = -1;
5772
5773 exec_context_free_log_extra_fields(c);
523ea123
QD
5774 c->log_filter_allowed_patterns = set_free(c->log_filter_allowed_patterns);
5775 c->log_filter_denied_patterns = set_free(c->log_filter_denied_patterns);
08f3be7a 5776
5ac1530e
ZJS
5777 c->log_ratelimit_interval_usec = 0;
5778 c->log_ratelimit_burst = 0;
90fc172e 5779
08f3be7a
LP
5780 c->stdin_data = mfree(c->stdin_data);
5781 c->stdin_data_size = 0;
a8d08f39
LP
5782
5783 c->network_namespace_path = mfree(c->network_namespace_path);
71d1e583 5784 c->ipc_namespace_path = mfree(c->ipc_namespace_path);
91dd5f7c
LP
5785
5786 c->log_namespace = mfree(c->log_namespace);
bb0c0d6f 5787
43144be4 5788 c->load_credentials = hashmap_free(c->load_credentials);
bb0c0d6f 5789 c->set_credentials = hashmap_free(c->set_credentials);
e66cf1a3
LP
5790}
5791
34cf6c43 5792int exec_context_destroy_runtime_directory(const ExecContext *c, const char *runtime_prefix) {
e66cf1a3
LP
5793 assert(c);
5794
5795 if (!runtime_prefix)
5796 return 0;
5797
211a3d87 5798 for (size_t i = 0; i < c->directories[EXEC_DIRECTORY_RUNTIME].n_items; i++) {
c2b2df60 5799 _cleanup_free_ char *p = NULL;
e66cf1a3 5800
494d0247 5801 if (exec_directory_is_private(c, EXEC_DIRECTORY_RUNTIME))
211a3d87 5802 p = path_join(runtime_prefix, "private", c->directories[EXEC_DIRECTORY_RUNTIME].items[i].path);
494d0247 5803 else
211a3d87 5804 p = path_join(runtime_prefix, c->directories[EXEC_DIRECTORY_RUNTIME].items[i].path);
e66cf1a3
LP
5805 if (!p)
5806 return -ENOMEM;
5807
7bc4bf4a
LP
5808 /* We execute this synchronously, since we need to be sure this is gone when we start the
5809 * service next. */
c6878637 5810 (void) rm_rf(p, REMOVE_ROOT);
211a3d87 5811
211a3d87
LB
5812 STRV_FOREACH(symlink, c->directories[EXEC_DIRECTORY_RUNTIME].items[i].symlinks) {
5813 _cleanup_free_ char *symlink_abs = NULL;
5814
5815 if (exec_directory_is_private(c, EXEC_DIRECTORY_RUNTIME))
5816 symlink_abs = path_join(runtime_prefix, "private", *symlink);
5817 else
5818 symlink_abs = path_join(runtime_prefix, *symlink);
5819 if (!symlink_abs)
5820 return -ENOMEM;
5821
5822 (void) unlink(symlink_abs);
5823 }
e66cf1a3
LP
5824 }
5825
5826 return 0;
5cb5a6ff
LP
5827}
5828
bb0c0d6f
LP
5829int exec_context_destroy_credentials(const ExecContext *c, const char *runtime_prefix, const char *unit) {
5830 _cleanup_free_ char *p = NULL;
5831
5832 assert(c);
5833
5834 if (!runtime_prefix || !unit)
5835 return 0;
5836
5837 p = path_join(runtime_prefix, "credentials", unit);
5838 if (!p)
5839 return -ENOMEM;
5840
5841 /* This is either a tmpfs/ramfs of its own, or a plain directory. Either way, let's first try to
5842 * unmount it, and afterwards remove the mount point */
5843 (void) umount2(p, MNT_DETACH|UMOUNT_NOFOLLOW);
5844 (void) rm_rf(p, REMOVE_ROOT|REMOVE_CHMOD);
5845
5846 return 0;
5847}
5848
b9f976fb
MK
5849int exec_context_destroy_mount_ns_dir(Unit *u) {
5850 _cleanup_free_ char *p = NULL;
5851
5852 if (!u || !MANAGER_IS_SYSTEM(u->manager))
5853 return 0;
5854
5855 p = path_join("/run/systemd/propagate/", u->id);
5856 if (!p)
5857 return -ENOMEM;
5858
5859 /* This is only filled transiently (see mount_in_namespace()), should be empty or even non-existent*/
5860 if (rmdir(p) < 0 && errno != ENOENT)
5861 log_unit_debug_errno(u, errno, "Unable to remove propagation dir '%s', ignoring: %m", p);
5862
5863 return 0;
5864}
5865
34cf6c43 5866static void exec_command_done(ExecCommand *c) {
43d0fcbd
LP
5867 assert(c);
5868
a1e58e8e 5869 c->path = mfree(c->path);
6796073e 5870 c->argv = strv_free(c->argv);
43d0fcbd
LP
5871}
5872
da6053d0 5873void exec_command_done_array(ExecCommand *c, size_t n) {
fe96c0f8 5874 for (size_t i = 0; i < n; i++)
43d0fcbd
LP
5875 exec_command_done(c+i);
5876}
5877
f1acf85a 5878ExecCommand* exec_command_free_list(ExecCommand *c) {
5cb5a6ff
LP
5879 ExecCommand *i;
5880
5881 while ((i = c)) {
71fda00f 5882 LIST_REMOVE(command, c, i);
43d0fcbd 5883 exec_command_done(i);
5cb5a6ff
LP
5884 free(i);
5885 }
f1acf85a
ZJS
5886
5887 return NULL;
5cb5a6ff
LP
5888}
5889
da6053d0 5890void exec_command_free_array(ExecCommand **c, size_t n) {
5b10116e 5891 for (size_t i = 0; i < n; i++)
f1acf85a 5892 c[i] = exec_command_free_list(c[i]);
034c6ed7
LP
5893}
5894
6a1d4d9f 5895void exec_command_reset_status_array(ExecCommand *c, size_t n) {
5b10116e 5896 for (size_t i = 0; i < n; i++)
6a1d4d9f
LP
5897 exec_status_reset(&c[i].exec_status);
5898}
5899
5900void exec_command_reset_status_list_array(ExecCommand **c, size_t n) {
03677889 5901 for (size_t i = 0; i < n; i++)
6a1d4d9f
LP
5902 LIST_FOREACH(command, z, c[i])
5903 exec_status_reset(&z->exec_status);
6a1d4d9f
LP
5904}
5905
039f0e70 5906typedef struct InvalidEnvInfo {
34cf6c43 5907 const Unit *unit;
039f0e70
LP
5908 const char *path;
5909} InvalidEnvInfo;
5910
5911static void invalid_env(const char *p, void *userdata) {
5912 InvalidEnvInfo *info = userdata;
5913
f2341e0a 5914 log_unit_error(info->unit, "Ignoring invalid environment assignment '%s': %s", p, info->path);
039f0e70
LP
5915}
5916
52c239d7
LB
5917const char* exec_context_fdname(const ExecContext *c, int fd_index) {
5918 assert(c);
5919
5920 switch (fd_index) {
5073ff6b 5921
52c239d7
LB
5922 case STDIN_FILENO:
5923 if (c->std_input != EXEC_INPUT_NAMED_FD)
5924 return NULL;
5073ff6b 5925
52c239d7 5926 return c->stdio_fdname[STDIN_FILENO] ?: "stdin";
5073ff6b 5927
52c239d7
LB
5928 case STDOUT_FILENO:
5929 if (c->std_output != EXEC_OUTPUT_NAMED_FD)
5930 return NULL;
5073ff6b 5931
52c239d7 5932 return c->stdio_fdname[STDOUT_FILENO] ?: "stdout";
5073ff6b 5933
52c239d7
LB
5934 case STDERR_FILENO:
5935 if (c->std_error != EXEC_OUTPUT_NAMED_FD)
5936 return NULL;
5073ff6b 5937
52c239d7 5938 return c->stdio_fdname[STDERR_FILENO] ?: "stderr";
5073ff6b 5939
52c239d7
LB
5940 default:
5941 return NULL;
5942 }
5943}
5944
2caa38e9
LP
5945static int exec_context_named_iofds(
5946 const ExecContext *c,
5947 const ExecParameters *p,
5948 int named_iofds[static 3]) {
5949
5b10116e 5950 size_t targets;
56fbd561 5951 const char* stdio_fdname[3];
da6053d0 5952 size_t n_fds;
52c239d7
LB
5953
5954 assert(c);
5955 assert(p);
2caa38e9 5956 assert(named_iofds);
52c239d7
LB
5957
5958 targets = (c->std_input == EXEC_INPUT_NAMED_FD) +
5959 (c->std_output == EXEC_OUTPUT_NAMED_FD) +
5960 (c->std_error == EXEC_OUTPUT_NAMED_FD);
5961
5b10116e 5962 for (size_t i = 0; i < 3; i++)
52c239d7
LB
5963 stdio_fdname[i] = exec_context_fdname(c, i);
5964
4c47affc
FB
5965 n_fds = p->n_storage_fds + p->n_socket_fds;
5966
5b10116e 5967 for (size_t i = 0; i < n_fds && targets > 0; i++)
56fbd561
ZJS
5968 if (named_iofds[STDIN_FILENO] < 0 &&
5969 c->std_input == EXEC_INPUT_NAMED_FD &&
5970 stdio_fdname[STDIN_FILENO] &&
5971 streq(p->fd_names[i], stdio_fdname[STDIN_FILENO])) {
5972
52c239d7
LB
5973 named_iofds[STDIN_FILENO] = p->fds[i];
5974 targets--;
56fbd561
ZJS
5975
5976 } else if (named_iofds[STDOUT_FILENO] < 0 &&
5977 c->std_output == EXEC_OUTPUT_NAMED_FD &&
5978 stdio_fdname[STDOUT_FILENO] &&
5979 streq(p->fd_names[i], stdio_fdname[STDOUT_FILENO])) {
5980
52c239d7
LB
5981 named_iofds[STDOUT_FILENO] = p->fds[i];
5982 targets--;
56fbd561
ZJS
5983
5984 } else if (named_iofds[STDERR_FILENO] < 0 &&
5985 c->std_error == EXEC_OUTPUT_NAMED_FD &&
5986 stdio_fdname[STDERR_FILENO] &&
5987 streq(p->fd_names[i], stdio_fdname[STDERR_FILENO])) {
5988
52c239d7
LB
5989 named_iofds[STDERR_FILENO] = p->fds[i];
5990 targets--;
5991 }
5992
56fbd561 5993 return targets == 0 ? 0 : -ENOENT;
52c239d7
LB
5994}
5995
398a5009
ZJS
5996static int exec_context_load_environment(const Unit *unit, const ExecContext *c, char ***ret) {
5997 _cleanup_strv_free_ char **v = NULL;
398a5009 5998 int r;
8c7be95e
LP
5999
6000 assert(c);
398a5009 6001 assert(ret);
8c7be95e
LP
6002
6003 STRV_FOREACH(i, c->environment_files) {
7fd1b19b 6004 _cleanup_globfree_ glob_t pglob = {};
398a5009
ZJS
6005 bool ignore = false;
6006 char *fn = *i;
8c7be95e
LP
6007
6008 if (fn[0] == '-') {
6009 ignore = true;
313cefa1 6010 fn++;
8c7be95e
LP
6011 }
6012
6013 if (!path_is_absolute(fn)) {
8c7be95e
LP
6014 if (ignore)
6015 continue;
8c7be95e
LP
6016 return -EINVAL;
6017 }
6018
2bef10ab 6019 /* Filename supports globbing, take all matching files */
398a5009
ZJS
6020 r = safe_glob(fn, 0, &pglob);
6021 if (r < 0) {
2bef10ab
PL
6022 if (ignore)
6023 continue;
398a5009 6024 return r;
2bef10ab 6025 }
8c7be95e 6026
d8c92e8b
ZJS
6027 /* When we don't match anything, -ENOENT should be returned */
6028 assert(pglob.gl_pathc > 0);
6029
5b10116e 6030 for (unsigned n = 0; n < pglob.gl_pathc; n++) {
398a5009
ZJS
6031 _cleanup_strv_free_ char **p = NULL;
6032
6033 r = load_env_file(NULL, pglob.gl_pathv[n], &p);
6034 if (r < 0) {
2bef10ab
PL
6035 if (ignore)
6036 continue;
398a5009 6037 return r;
e9c1ea9d 6038 }
398a5009 6039
ebc05a09 6040 /* Log invalid environment variables with filename */
039f0e70
LP
6041 if (p) {
6042 InvalidEnvInfo info = {
f2341e0a 6043 .unit = unit,
039f0e70
LP
6044 .path = pglob.gl_pathv[n]
6045 };
6046
6047 p = strv_env_clean_with_callback(p, invalid_env, &info);
6048 }
8c7be95e 6049
398a5009
ZJS
6050 if (!v)
6051 v = TAKE_PTR(p);
2bef10ab 6052 else {
398a5009 6053 char **m = strv_env_merge(v, p);
c84a9488 6054 if (!m)
2bef10ab 6055 return -ENOMEM;
2bef10ab 6056
398a5009 6057 strv_free_and_replace(v, m);
2bef10ab 6058 }
8c7be95e
LP
6059 }
6060 }
6061
398a5009 6062 *ret = TAKE_PTR(v);
8c7be95e
LP
6063
6064 return 0;
6065}
6066
6ac8fdc9 6067static bool tty_may_match_dev_console(const char *tty) {
7b912648 6068 _cleanup_free_ char *resolved = NULL;
6ac8fdc9 6069
1e22b5cd
LP
6070 if (!tty)
6071 return true;
6072
a119ec7c 6073 tty = skip_dev_prefix(tty);
6ac8fdc9
MS
6074
6075 /* trivial identity? */
6076 if (streq(tty, "console"))
6077 return true;
6078
7b912648
LP
6079 if (resolve_dev_console(&resolved) < 0)
6080 return true; /* if we could not resolve, assume it may */
6ac8fdc9
MS
6081
6082 /* "tty0" means the active VC, so it may be the same sometimes */
955f1c85 6083 return path_equal(resolved, tty) || (streq(resolved, "tty0") && tty_is_vc(tty));
6ac8fdc9
MS
6084}
6085
6c0ae739
LP
6086static bool exec_context_may_touch_tty(const ExecContext *ec) {
6087 assert(ec);
1e22b5cd 6088
6c0ae739 6089 return ec->tty_reset ||
1e22b5cd
LP
6090 ec->tty_vhangup ||
6091 ec->tty_vt_disallocate ||
6ac8fdc9
MS
6092 is_terminal_input(ec->std_input) ||
6093 is_terminal_output(ec->std_output) ||
6c0ae739
LP
6094 is_terminal_output(ec->std_error);
6095}
6096
6097bool exec_context_may_touch_console(const ExecContext *ec) {
6098
6099 return exec_context_may_touch_tty(ec) &&
1e22b5cd 6100 tty_may_match_dev_console(exec_context_tty_path(ec));
6ac8fdc9
MS
6101}
6102
15ae422b 6103static void strv_fprintf(FILE *f, char **l) {
15ae422b
LP
6104 assert(f);
6105
6106 STRV_FOREACH(g, l)
6107 fprintf(f, " %s", *g);
6108}
6109
ddc155b2
TM
6110static void strv_dump(FILE* f, const char *prefix, const char *name, char **strv) {
6111 assert(f);
6112 assert(prefix);
6113 assert(name);
6114
6115 if (!strv_isempty(strv)) {
a7bd1656 6116 fprintf(f, "%s%s:", prefix, name);
ddc155b2
TM
6117 strv_fprintf(f, strv);
6118 fputs("\n", f);
6119 }
6120}
6121
34cf6c43 6122void exec_context_dump(const ExecContext *c, FILE* f, const char *prefix) {
add00535 6123 int r;
9eba9da4 6124
5cb5a6ff
LP
6125 assert(c);
6126 assert(f);
6127
4ad49000 6128 prefix = strempty(prefix);
5cb5a6ff
LP
6129
6130 fprintf(f,
94f04347
LP
6131 "%sUMask: %04o\n"
6132 "%sWorkingDirectory: %s\n"
451a074f 6133 "%sRootDirectory: %s\n"
15ae422b 6134 "%sNonBlocking: %s\n"
64747e2d 6135 "%sPrivateTmp: %s\n"
7f112f50 6136 "%sPrivateDevices: %s\n"
59eeb84b 6137 "%sProtectKernelTunables: %s\n"
e66a2f65 6138 "%sProtectKernelModules: %s\n"
84703040 6139 "%sProtectKernelLogs: %s\n"
fc64760d 6140 "%sProtectClock: %s\n"
59eeb84b 6141 "%sProtectControlGroups: %s\n"
d251207d
LP
6142 "%sPrivateNetwork: %s\n"
6143 "%sPrivateUsers: %s\n"
1b8689f9
LP
6144 "%sProtectHome: %s\n"
6145 "%sProtectSystem: %s\n"
5d997827 6146 "%sMountAPIVFS: %s\n"
f3e43635 6147 "%sIgnoreSIGPIPE: %s\n"
f4170c67 6148 "%sMemoryDenyWriteExecute: %s\n"
b1edf445 6149 "%sRestrictRealtime: %s\n"
f69567cb 6150 "%sRestrictSUIDSGID: %s\n"
aecd5ac6 6151 "%sKeyringMode: %s\n"
4e399953
LP
6152 "%sProtectHostname: %s\n"
6153 "%sProtectProc: %s\n"
6154 "%sProcSubset: %s\n",
5cb5a6ff 6155 prefix, c->umask,
14eb3285
LP
6156 prefix, empty_to_root(c->working_directory),
6157 prefix, empty_to_root(c->root_directory),
15ae422b 6158 prefix, yes_no(c->non_blocking),
64747e2d 6159 prefix, yes_no(c->private_tmp),
7f112f50 6160 prefix, yes_no(c->private_devices),
59eeb84b 6161 prefix, yes_no(c->protect_kernel_tunables),
e66a2f65 6162 prefix, yes_no(c->protect_kernel_modules),
84703040 6163 prefix, yes_no(c->protect_kernel_logs),
fc64760d 6164 prefix, yes_no(c->protect_clock),
59eeb84b 6165 prefix, yes_no(c->protect_control_groups),
d251207d
LP
6166 prefix, yes_no(c->private_network),
6167 prefix, yes_no(c->private_users),
1b8689f9
LP
6168 prefix, protect_home_to_string(c->protect_home),
6169 prefix, protect_system_to_string(c->protect_system),
5e98086d 6170 prefix, yes_no(exec_context_get_effective_mount_apivfs(c)),
f3e43635 6171 prefix, yes_no(c->ignore_sigpipe),
f4170c67 6172 prefix, yes_no(c->memory_deny_write_execute),
b1edf445 6173 prefix, yes_no(c->restrict_realtime),
f69567cb 6174 prefix, yes_no(c->restrict_suid_sgid),
aecd5ac6 6175 prefix, exec_keyring_mode_to_string(c->keyring_mode),
4e399953
LP
6176 prefix, yes_no(c->protect_hostname),
6177 prefix, protect_proc_to_string(c->protect_proc),
6178 prefix, proc_subset_to_string(c->proc_subset));
fb33a393 6179
915e6d16
LP
6180 if (c->root_image)
6181 fprintf(f, "%sRootImage: %s\n", prefix, c->root_image);
6182
18d73705 6183 if (c->root_image_options) {
18d73705
LB
6184 fprintf(f, "%sRootImageOptions:", prefix);
6185 LIST_FOREACH(mount_options, o, c->root_image_options)
6186 if (!isempty(o->options))
9ece6444
LB
6187 fprintf(f, " %s:%s",
6188 partition_designator_to_string(o->partition_designator),
6189 o->options);
18d73705
LB
6190 fprintf(f, "\n");
6191 }
6192
0389f4fa
LB
6193 if (c->root_hash) {
6194 _cleanup_free_ char *encoded = NULL;
6195 encoded = hexmem(c->root_hash, c->root_hash_size);
6196 if (encoded)
6197 fprintf(f, "%sRootHash: %s\n", prefix, encoded);
6198 }
6199
6200 if (c->root_hash_path)
6201 fprintf(f, "%sRootHash: %s\n", prefix, c->root_hash_path);
6202
d4d55b0d
LB
6203 if (c->root_hash_sig) {
6204 _cleanup_free_ char *encoded = NULL;
6205 ssize_t len;
6206 len = base64mem(c->root_hash_sig, c->root_hash_sig_size, &encoded);
6207 if (len)
6208 fprintf(f, "%sRootHashSignature: base64:%s\n", prefix, encoded);
6209 }
6210
6211 if (c->root_hash_sig_path)
6212 fprintf(f, "%sRootHashSignature: %s\n", prefix, c->root_hash_sig_path);
6213
0389f4fa
LB
6214 if (c->root_verity)
6215 fprintf(f, "%sRootVerity: %s\n", prefix, c->root_verity);
6216
8c7be95e
LP
6217 STRV_FOREACH(e, c->environment)
6218 fprintf(f, "%sEnvironment: %s\n", prefix, *e);
6219
6220 STRV_FOREACH(e, c->environment_files)
6221 fprintf(f, "%sEnvironmentFile: %s\n", prefix, *e);
94f04347 6222
b4c14404
FB
6223 STRV_FOREACH(e, c->pass_environment)
6224 fprintf(f, "%sPassEnvironment: %s\n", prefix, *e);
6225
00819cc1
LP
6226 STRV_FOREACH(e, c->unset_environment)
6227 fprintf(f, "%sUnsetEnvironment: %s\n", prefix, *e);
6228
53f47dfc
YW
6229 fprintf(f, "%sRuntimeDirectoryPreserve: %s\n", prefix, exec_preserve_mode_to_string(c->runtime_directory_preserve_mode));
6230
5b10116e 6231 for (ExecDirectoryType dt = 0; dt < _EXEC_DIRECTORY_TYPE_MAX; dt++) {
3536f49e
YW
6232 fprintf(f, "%s%sMode: %04o\n", prefix, exec_directory_type_to_string(dt), c->directories[dt].mode);
6233
211a3d87
LB
6234 for (size_t i = 0; i < c->directories[dt].n_items; i++) {
6235 fprintf(f, "%s%s: %s\n", prefix, exec_directory_type_to_string(dt), c->directories[dt].items[i].path);
6236
6237 STRV_FOREACH(d, c->directories[dt].items[i].symlinks)
6238 fprintf(f, "%s%s: %s:%s\n", prefix, exec_directory_type_symlink_to_string(dt), c->directories[dt].items[i].path, *d);
6239 }
3536f49e 6240 }
c2bbd90b 6241
5291f26d 6242 fprintf(f, "%sTimeoutCleanSec: %s\n", prefix, FORMAT_TIMESPAN(c->timeout_clean_usec, USEC_PER_SEC));
12213aed 6243
fb33a393 6244 if (c->nice_set)
5291f26d 6245 fprintf(f, "%sNice: %i\n", prefix, c->nice);
fb33a393 6246
dd6c17b1 6247 if (c->oom_score_adjust_set)
5291f26d 6248 fprintf(f, "%sOOMScoreAdjust: %i\n", prefix, c->oom_score_adjust);
9eba9da4 6249
ad21e542 6250 if (c->coredump_filter_set)
5291f26d 6251 fprintf(f, "%sCoredumpFilter: 0x%"PRIx64"\n", prefix, c->coredump_filter);
ad21e542 6252
5b10116e 6253 for (unsigned i = 0; i < RLIM_NLIMITS; i++)
3c11da9d 6254 if (c->rlimit[i]) {
4c3a2b84 6255 fprintf(f, "%sLimit%s: " RLIM_FMT "\n",
3c11da9d 6256 prefix, rlimit_to_string(i), c->rlimit[i]->rlim_max);
4c3a2b84 6257 fprintf(f, "%sLimit%sSoft: " RLIM_FMT "\n",
3c11da9d
EV
6258 prefix, rlimit_to_string(i), c->rlimit[i]->rlim_cur);
6259 }
94f04347 6260
f8b69d1d 6261 if (c->ioprio_set) {
1756a011 6262 _cleanup_free_ char *class_str = NULL;
f8b69d1d 6263
5bead76e 6264 r = ioprio_class_to_string_alloc(ioprio_prio_class(c->ioprio), &class_str);
837df140
YW
6265 if (r >= 0)
6266 fprintf(f, "%sIOSchedulingClass: %s\n", prefix, class_str);
6267
5bead76e 6268 fprintf(f, "%sIOPriority: %d\n", prefix, ioprio_prio_data(c->ioprio));
f8b69d1d 6269 }
94f04347 6270
f8b69d1d 6271 if (c->cpu_sched_set) {
1756a011 6272 _cleanup_free_ char *policy_str = NULL;
f8b69d1d 6273
837df140
YW
6274 r = sched_policy_to_string_alloc(c->cpu_sched_policy, &policy_str);
6275 if (r >= 0)
6276 fprintf(f, "%sCPUSchedulingPolicy: %s\n", prefix, policy_str);
6277
94f04347 6278 fprintf(f,
38b48754
LP
6279 "%sCPUSchedulingPriority: %i\n"
6280 "%sCPUSchedulingResetOnFork: %s\n",
38b48754
LP
6281 prefix, c->cpu_sched_priority,
6282 prefix, yes_no(c->cpu_sched_reset_on_fork));
b929bf04 6283 }
94f04347 6284
0985c7c4 6285 if (c->cpu_set.set) {
e7fca352
MS
6286 _cleanup_free_ char *affinity = NULL;
6287
6288 affinity = cpu_set_to_range_string(&c->cpu_set);
6289 fprintf(f, "%sCPUAffinity: %s\n", prefix, affinity);
94f04347
LP
6290 }
6291
b070c7c0
MS
6292 if (mpol_is_valid(numa_policy_get_type(&c->numa_policy))) {
6293 _cleanup_free_ char *nodes = NULL;
6294
6295 nodes = cpu_set_to_range_string(&c->numa_policy.nodes);
6296 fprintf(f, "%sNUMAPolicy: %s\n", prefix, mpol_to_string(numa_policy_get_type(&c->numa_policy)));
6297 fprintf(f, "%sNUMAMask: %s\n", prefix, strnull(nodes));
6298 }
6299
3a43da28 6300 if (c->timer_slack_nsec != NSEC_INFINITY)
ccd06097 6301 fprintf(f, "%sTimerSlackNSec: "NSEC_FMT "\n", prefix, c->timer_slack_nsec);
94f04347
LP
6302
6303 fprintf(f,
80876c20
LP
6304 "%sStandardInput: %s\n"
6305 "%sStandardOutput: %s\n"
6306 "%sStandardError: %s\n",
6307 prefix, exec_input_to_string(c->std_input),
6308 prefix, exec_output_to_string(c->std_output),
6309 prefix, exec_output_to_string(c->std_error));
6310
befc4a80
LP
6311 if (c->std_input == EXEC_INPUT_NAMED_FD)
6312 fprintf(f, "%sStandardInputFileDescriptorName: %s\n", prefix, c->stdio_fdname[STDIN_FILENO]);
6313 if (c->std_output == EXEC_OUTPUT_NAMED_FD)
6314 fprintf(f, "%sStandardOutputFileDescriptorName: %s\n", prefix, c->stdio_fdname[STDOUT_FILENO]);
6315 if (c->std_error == EXEC_OUTPUT_NAMED_FD)
6316 fprintf(f, "%sStandardErrorFileDescriptorName: %s\n", prefix, c->stdio_fdname[STDERR_FILENO]);
6317
6318 if (c->std_input == EXEC_INPUT_FILE)
6319 fprintf(f, "%sStandardInputFile: %s\n", prefix, c->stdio_file[STDIN_FILENO]);
6320 if (c->std_output == EXEC_OUTPUT_FILE)
6321 fprintf(f, "%sStandardOutputFile: %s\n", prefix, c->stdio_file[STDOUT_FILENO]);
566b7d23
ZD
6322 if (c->std_output == EXEC_OUTPUT_FILE_APPEND)
6323 fprintf(f, "%sStandardOutputFileToAppend: %s\n", prefix, c->stdio_file[STDOUT_FILENO]);
8d7dab1f
LW
6324 if (c->std_output == EXEC_OUTPUT_FILE_TRUNCATE)
6325 fprintf(f, "%sStandardOutputFileToTruncate: %s\n", prefix, c->stdio_file[STDOUT_FILENO]);
befc4a80
LP
6326 if (c->std_error == EXEC_OUTPUT_FILE)
6327 fprintf(f, "%sStandardErrorFile: %s\n", prefix, c->stdio_file[STDERR_FILENO]);
566b7d23
ZD
6328 if (c->std_error == EXEC_OUTPUT_FILE_APPEND)
6329 fprintf(f, "%sStandardErrorFileToAppend: %s\n", prefix, c->stdio_file[STDERR_FILENO]);
8d7dab1f
LW
6330 if (c->std_error == EXEC_OUTPUT_FILE_TRUNCATE)
6331 fprintf(f, "%sStandardErrorFileToTruncate: %s\n", prefix, c->stdio_file[STDERR_FILENO]);
befc4a80 6332
80876c20
LP
6333 if (c->tty_path)
6334 fprintf(f,
6ea832a2
LP
6335 "%sTTYPath: %s\n"
6336 "%sTTYReset: %s\n"
6337 "%sTTYVHangup: %s\n"
51462135
DDM
6338 "%sTTYVTDisallocate: %s\n"
6339 "%sTTYRows: %u\n"
6340 "%sTTYColumns: %u\n",
6ea832a2
LP
6341 prefix, c->tty_path,
6342 prefix, yes_no(c->tty_reset),
6343 prefix, yes_no(c->tty_vhangup),
51462135
DDM
6344 prefix, yes_no(c->tty_vt_disallocate),
6345 prefix, c->tty_rows,
6346 prefix, c->tty_cols);
94f04347 6347
9f6444eb 6348 if (IN_SET(c->std_output,
9f6444eb
LP
6349 EXEC_OUTPUT_KMSG,
6350 EXEC_OUTPUT_JOURNAL,
9f6444eb
LP
6351 EXEC_OUTPUT_KMSG_AND_CONSOLE,
6352 EXEC_OUTPUT_JOURNAL_AND_CONSOLE) ||
6353 IN_SET(c->std_error,
9f6444eb
LP
6354 EXEC_OUTPUT_KMSG,
6355 EXEC_OUTPUT_JOURNAL,
9f6444eb
LP
6356 EXEC_OUTPUT_KMSG_AND_CONSOLE,
6357 EXEC_OUTPUT_JOURNAL_AND_CONSOLE)) {
f8b69d1d 6358
5ce70e5b 6359 _cleanup_free_ char *fac_str = NULL, *lvl_str = NULL;
f8b69d1d 6360
837df140
YW
6361 r = log_facility_unshifted_to_string_alloc(c->syslog_priority >> 3, &fac_str);
6362 if (r >= 0)
6363 fprintf(f, "%sSyslogFacility: %s\n", prefix, fac_str);
f8b69d1d 6364
837df140
YW
6365 r = log_level_to_string_alloc(LOG_PRI(c->syslog_priority), &lvl_str);
6366 if (r >= 0)
6367 fprintf(f, "%sSyslogLevel: %s\n", prefix, lvl_str);
f8b69d1d 6368 }
94f04347 6369
d3070fbd
LP
6370 if (c->log_level_max >= 0) {
6371 _cleanup_free_ char *t = NULL;
6372
6373 (void) log_level_to_string_alloc(c->log_level_max, &t);
6374
6375 fprintf(f, "%sLogLevelMax: %s\n", prefix, strna(t));
6376 }
6377
5291f26d 6378 if (c->log_ratelimit_interval_usec > 0)
90fc172e
AZ
6379 fprintf(f,
6380 "%sLogRateLimitIntervalSec: %s\n",
5291f26d 6381 prefix, FORMAT_TIMESPAN(c->log_ratelimit_interval_usec, USEC_PER_SEC));
90fc172e 6382
5ac1530e
ZJS
6383 if (c->log_ratelimit_burst > 0)
6384 fprintf(f, "%sLogRateLimitBurst: %u\n", prefix, c->log_ratelimit_burst);
90fc172e 6385
523ea123
QD
6386 if (!set_isempty(c->log_filter_allowed_patterns) || !set_isempty(c->log_filter_denied_patterns)) {
6387 fprintf(f, "%sLogFilterPatterns:", prefix);
6388
6389 char *pattern;
6390 SET_FOREACH(pattern, c->log_filter_allowed_patterns)
6391 fprintf(f, " %s", pattern);
6392 SET_FOREACH(pattern, c->log_filter_denied_patterns)
6393 fprintf(f, " ~%s", pattern);
6394 fputc('\n', f);
6395 }
6396
5b10116e
ZJS
6397 for (size_t j = 0; j < c->n_log_extra_fields; j++) {
6398 fprintf(f, "%sLogExtraFields: ", prefix);
6399 fwrite(c->log_extra_fields[j].iov_base,
6400 1, c->log_extra_fields[j].iov_len,
6401 f);
6402 fputc('\n', f);
d3070fbd
LP
6403 }
6404
91dd5f7c
LP
6405 if (c->log_namespace)
6406 fprintf(f, "%sLogNamespace: %s\n", prefix, c->log_namespace);
6407
07d46372
YW
6408 if (c->secure_bits) {
6409 _cleanup_free_ char *str = NULL;
6410
6411 r = secure_bits_to_string_alloc(c->secure_bits, &str);
6412 if (r >= 0)
6413 fprintf(f, "%sSecure Bits: %s\n", prefix, str);
6414 }
94f04347 6415
3fd5190b 6416 if (c->capability_bounding_set != CAP_MASK_UNSET) {
dd1f5bd0 6417 _cleanup_free_ char *str = NULL;
94f04347 6418
8142d735 6419 r = capability_set_to_string(c->capability_bounding_set, &str);
dd1f5bd0
YW
6420 if (r >= 0)
6421 fprintf(f, "%sCapabilityBoundingSet: %s\n", prefix, str);
755d4b67
IP
6422 }
6423
6424 if (c->capability_ambient_set != 0) {
dd1f5bd0 6425 _cleanup_free_ char *str = NULL;
755d4b67 6426
8142d735 6427 r = capability_set_to_string(c->capability_ambient_set, &str);
dd1f5bd0
YW
6428 if (r >= 0)
6429 fprintf(f, "%sAmbientCapabilities: %s\n", prefix, str);
94f04347
LP
6430 }
6431
6432 if (c->user)
f2d3769a 6433 fprintf(f, "%sUser: %s\n", prefix, c->user);
94f04347 6434 if (c->group)
f2d3769a 6435 fprintf(f, "%sGroup: %s\n", prefix, c->group);
94f04347 6436
29206d46
LP
6437 fprintf(f, "%sDynamicUser: %s\n", prefix, yes_no(c->dynamic_user));
6438
ddc155b2 6439 strv_dump(f, prefix, "SupplementaryGroups", c->supplementary_groups);
94f04347 6440
5b6319dc 6441 if (c->pam_name)
f2d3769a 6442 fprintf(f, "%sPAMName: %s\n", prefix, c->pam_name);
5b6319dc 6443
ddc155b2
TM
6444 strv_dump(f, prefix, "ReadWritePaths", c->read_write_paths);
6445 strv_dump(f, prefix, "ReadOnlyPaths", c->read_only_paths);
6446 strv_dump(f, prefix, "InaccessiblePaths", c->inaccessible_paths);
6447 strv_dump(f, prefix, "ExecPaths", c->exec_paths);
6448 strv_dump(f, prefix, "NoExecPaths", c->no_exec_paths);
8c35c10d 6449 strv_dump(f, prefix, "ExecSearchPath", c->exec_search_path);
2e22afe9 6450
5b10116e
ZJS
6451 for (size_t i = 0; i < c->n_bind_mounts; i++)
6452 fprintf(f, "%s%s: %s%s:%s:%s\n", prefix,
6453 c->bind_mounts[i].read_only ? "BindReadOnlyPaths" : "BindPaths",
6454 c->bind_mounts[i].ignore_enoent ? "-": "",
6455 c->bind_mounts[i].source,
6456 c->bind_mounts[i].destination,
6457 c->bind_mounts[i].recursive ? "rbind" : "norbind");
d2d6c096 6458
5b10116e
ZJS
6459 for (size_t i = 0; i < c->n_temporary_filesystems; i++) {
6460 const TemporaryFileSystem *t = c->temporary_filesystems + i;
2abd4e38 6461
5b10116e
ZJS
6462 fprintf(f, "%sTemporaryFileSystem: %s%s%s\n", prefix,
6463 t->path,
6464 isempty(t->options) ? "" : ":",
6465 strempty(t->options));
6466 }
2abd4e38 6467
169c1bda
LP
6468 if (c->utmp_id)
6469 fprintf(f,
6470 "%sUtmpIdentifier: %s\n",
6471 prefix, c->utmp_id);
7b52a628
MS
6472
6473 if (c->selinux_context)
6474 fprintf(f,
5f8640fb
LP
6475 "%sSELinuxContext: %s%s\n",
6476 prefix, c->selinux_context_ignore ? "-" : "", c->selinux_context);
17df7223 6477
80c21aea
WC
6478 if (c->apparmor_profile)
6479 fprintf(f,
6480 "%sAppArmorProfile: %s%s\n",
6481 prefix, c->apparmor_profile_ignore ? "-" : "", c->apparmor_profile);
6482
6483 if (c->smack_process_label)
6484 fprintf(f,
6485 "%sSmackProcessLabel: %s%s\n",
6486 prefix, c->smack_process_label_ignore ? "-" : "", c->smack_process_label);
6487
050f7277 6488 if (c->personality != PERSONALITY_INVALID)
ac45f971
LP
6489 fprintf(f,
6490 "%sPersonality: %s\n",
6491 prefix, strna(personality_to_string(c->personality)));
6492
78e864e5
TM
6493 fprintf(f,
6494 "%sLockPersonality: %s\n",
6495 prefix, yes_no(c->lock_personality));
6496
17df7223 6497 if (c->syscall_filter) {
17df7223 6498 fprintf(f,
57183d11 6499 "%sSystemCallFilter: ",
17df7223
LP
6500 prefix);
6501
6b000af4 6502 if (!c->syscall_allow_list)
17df7223
LP
6503 fputc('~', f);
6504
349cc4a5 6505#if HAVE_SECCOMP
d5a99b7c
JJ
6506 void *id, *val;
6507 bool first = true;
90e74a66 6508 HASHMAP_FOREACH_KEY(val, id, c->syscall_filter) {
17df7223 6509 _cleanup_free_ char *name = NULL;
8cfa775f
YW
6510 const char *errno_name = NULL;
6511 int num = PTR_TO_INT(val);
17df7223
LP
6512
6513 if (first)
6514 first = false;
6515 else
6516 fputc(' ', f);
6517
57183d11 6518 name = seccomp_syscall_resolve_num_arch(SCMP_ARCH_NATIVE, PTR_TO_INT(id) - 1);
17df7223 6519 fputs(strna(name), f);
8cfa775f
YW
6520
6521 if (num >= 0) {
005bfaf1 6522 errno_name = seccomp_errno_or_action_to_string(num);
8cfa775f
YW
6523 if (errno_name)
6524 fprintf(f, ":%s", errno_name);
6525 else
6526 fprintf(f, ":%d", num);
6527 }
17df7223 6528 }
351a19b1 6529#endif
17df7223
LP
6530
6531 fputc('\n', f);
6532 }
6533
57183d11 6534 if (c->syscall_archs) {
57183d11
LP
6535 fprintf(f,
6536 "%sSystemCallArchitectures:",
6537 prefix);
6538
349cc4a5 6539#if HAVE_SECCOMP
d5a99b7c 6540 void *id;
90e74a66 6541 SET_FOREACH(id, c->syscall_archs)
57183d11
LP
6542 fprintf(f, " %s", strna(seccomp_arch_to_string(PTR_TO_UINT32(id) - 1)));
6543#endif
6544 fputc('\n', f);
6545 }
6546
add00535
LP
6547 if (exec_context_restrict_namespaces_set(c)) {
6548 _cleanup_free_ char *s = NULL;
6549
86c2a9f1 6550 r = namespace_flags_to_string(c->restrict_namespaces, &s);
add00535
LP
6551 if (r >= 0)
6552 fprintf(f, "%sRestrictNamespaces: %s\n",
dd0395b5 6553 prefix, strna(s));
add00535
LP
6554 }
6555
b1994387 6556#if HAVE_LIBBPF
8fe84dc8
YW
6557 if (exec_context_restrict_filesystems_set(c)) {
6558 char *fs;
6559 SET_FOREACH(fs, c->restrict_filesystems)
6560 fprintf(f, "%sRestrictFileSystems: %s\n", prefix, fs);
6561 }
b1994387
ILG
6562#endif
6563
a8d08f39
LP
6564 if (c->network_namespace_path)
6565 fprintf(f,
6566 "%sNetworkNamespacePath: %s\n",
6567 prefix, c->network_namespace_path);
6568
3df90f24 6569 if (c->syscall_errno > 0) {
3df90f24
YW
6570 fprintf(f, "%sSystemCallErrorNumber: ", prefix);
6571
005bfaf1 6572#if HAVE_SECCOMP
d5a99b7c 6573 const char *errno_name = seccomp_errno_or_action_to_string(c->syscall_errno);
3df90f24 6574 if (errno_name)
005bfaf1 6575 fputs(errno_name, f);
3df90f24 6576 else
005bfaf1
TM
6577 fprintf(f, "%d", c->syscall_errno);
6578#endif
6579 fputc('\n', f);
3df90f24 6580 }
b3d13314 6581
5b10116e 6582 for (size_t i = 0; i < c->n_mount_images; i++) {
79e20ceb 6583 fprintf(f, "%sMountImages: %s%s:%s", prefix,
b3d13314
LB
6584 c->mount_images[i].ignore_enoent ? "-": "",
6585 c->mount_images[i].source,
79e20ceb 6586 c->mount_images[i].destination);
427353f6 6587 LIST_FOREACH(mount_options, o, c->mount_images[i].mount_options)
79e20ceb 6588 fprintf(f, ":%s:%s",
427353f6 6589 partition_designator_to_string(o->partition_designator),
79e20ceb 6590 strempty(o->options));
427353f6
LB
6591 fprintf(f, "\n");
6592 }
93f59701
LB
6593
6594 for (size_t i = 0; i < c->n_extension_images; i++) {
93f59701
LB
6595 fprintf(f, "%sExtensionImages: %s%s", prefix,
6596 c->extension_images[i].ignore_enoent ? "-": "",
6597 c->extension_images[i].source);
6598 LIST_FOREACH(mount_options, o, c->extension_images[i].mount_options)
6599 fprintf(f, ":%s:%s",
6600 partition_designator_to_string(o->partition_designator),
6601 strempty(o->options));
6602 fprintf(f, "\n");
6603 }
a07b9926
LB
6604
6605 strv_dump(f, prefix, "ExtensionDirectories", c->extension_directories);
5cb5a6ff
LP
6606}
6607
34cf6c43 6608bool exec_context_maintains_privileges(const ExecContext *c) {
a931ad47
LP
6609 assert(c);
6610
61233823 6611 /* Returns true if the process forked off would run under
a931ad47
LP
6612 * an unchanged UID or as root. */
6613
6614 if (!c->user)
6615 return true;
6616
6617 if (streq(c->user, "root") || streq(c->user, "0"))
6618 return true;
6619
6620 return false;
6621}
6622
34cf6c43 6623int exec_context_get_effective_ioprio(const ExecContext *c) {
7f452159
LP
6624 int p;
6625
6626 assert(c);
6627
6628 if (c->ioprio_set)
6629 return c->ioprio;
6630
6631 p = ioprio_get(IOPRIO_WHO_PROCESS, 0);
6632 if (p < 0)
0692548c 6633 return IOPRIO_DEFAULT_CLASS_AND_PRIO;
7f452159 6634
8b330d7d 6635 return ioprio_normalize(p);
7f452159
LP
6636}
6637
5e98086d
ZJS
6638bool exec_context_get_effective_mount_apivfs(const ExecContext *c) {
6639 assert(c);
6640
61198784 6641 /* Explicit setting wins */
5e98086d
ZJS
6642 if (c->mount_apivfs_set)
6643 return c->mount_apivfs;
6644
61198784 6645 /* Default to "yes" if root directory or image are specified */
74e12520 6646 if (exec_context_with_rootfs(c))
61198784
ZJS
6647 return true;
6648
5e98086d
ZJS
6649 return false;
6650}
6651
d3070fbd 6652void exec_context_free_log_extra_fields(ExecContext *c) {
d3070fbd
LP
6653 assert(c);
6654
5b10116e 6655 for (size_t l = 0; l < c->n_log_extra_fields; l++)
d3070fbd
LP
6656 free(c->log_extra_fields[l].iov_base);
6657 c->log_extra_fields = mfree(c->log_extra_fields);
6658 c->n_log_extra_fields = 0;
6659}
6660
6f765baf 6661void exec_context_revert_tty(ExecContext *c) {
254d1313 6662 _cleanup_close_ int fd = -EBADF;
0ba976e8
LP
6663 const char *path;
6664 struct stat st;
6f765baf
LP
6665 int r;
6666
6667 assert(c);
6668
6669 /* First, reset the TTY (possibly kicking everybody else from the TTY) */
6670 exec_context_tty_reset(c, NULL);
6671
6672 /* And then undo what chown_terminal() did earlier. Note that we only do this if we have a path
6673 * configured. If the TTY was passed to us as file descriptor we assume the TTY is opened and managed
6674 * by whoever passed it to us and thus knows better when and how to chmod()/chown() it back. */
0ba976e8
LP
6675 if (!exec_context_may_touch_tty(c))
6676 return;
6f765baf 6677
0ba976e8
LP
6678 path = exec_context_tty_path(c);
6679 if (!path)
6680 return;
6f765baf 6681
0ba976e8
LP
6682 fd = open(path, O_PATH|O_CLOEXEC);
6683 if (fd < 0)
6684 return (void) log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
6685 "Failed to open TTY inode of '%s' to adjust ownership/access mode, ignoring: %m",
6686 path);
6687
6688 if (fstat(fd, &st) < 0)
6689 return (void) log_warning_errno(errno, "Failed to stat TTY '%s', ignoring: %m", path);
6690
6691 /* Let's add a superficial check that we only do this for stuff that looks like a TTY. We only check
6692 * if things are a character device, since a proper check either means we'd have to open the TTY and
6693 * use isatty(), but we'd rather not do that since opening TTYs comes with all kinds of side-effects
6694 * and is slow. Or we'd have to hardcode dev_t major information, which we'd rather avoid. Why bother
6695 * with this at all? → https://github.com/systemd/systemd/issues/19213 */
6696 if (!S_ISCHR(st.st_mode))
6697 return log_warning("Configured TTY '%s' is not actually a character device, ignoring.", path);
6698
6699 r = fchmod_and_chown(fd, TTY_MODE, 0, TTY_GID);
6700 if (r < 0)
6701 log_warning_errno(r, "Failed to reset TTY ownership/access mode of %s, ignoring: %m", path);
6f765baf
LP
6702}
6703
4c2f5842
LP
6704int exec_context_get_clean_directories(
6705 ExecContext *c,
6706 char **prefix,
6707 ExecCleanMask mask,
6708 char ***ret) {
6709
6710 _cleanup_strv_free_ char **l = NULL;
4c2f5842
LP
6711 int r;
6712
6713 assert(c);
6714 assert(prefix);
6715 assert(ret);
6716
5b10116e 6717 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++) {
4c2f5842
LP
6718 if (!FLAGS_SET(mask, 1U << t))
6719 continue;
6720
6721 if (!prefix[t])
6722 continue;
6723
211a3d87 6724 for (size_t i = 0; i < c->directories[t].n_items; i++) {
4c2f5842
LP
6725 char *j;
6726
211a3d87 6727 j = path_join(prefix[t], c->directories[t].items[i].path);
4c2f5842
LP
6728 if (!j)
6729 return -ENOMEM;
6730
6731 r = strv_consume(&l, j);
6732 if (r < 0)
6733 return r;
7f622a19
YW
6734
6735 /* Also remove private directories unconditionally. */
6736 if (t != EXEC_DIRECTORY_CONFIGURATION) {
211a3d87
LB
6737 j = path_join(prefix[t], "private", c->directories[t].items[i].path);
6738 if (!j)
6739 return -ENOMEM;
6740
6741 r = strv_consume(&l, j);
6742 if (r < 0)
6743 return r;
6744 }
6745
211a3d87
LB
6746 STRV_FOREACH(symlink, c->directories[t].items[i].symlinks) {
6747 j = path_join(prefix[t], *symlink);
7f622a19
YW
6748 if (!j)
6749 return -ENOMEM;
6750
6751 r = strv_consume(&l, j);
6752 if (r < 0)
6753 return r;
6754 }
4c2f5842
LP
6755 }
6756 }
6757
6758 *ret = TAKE_PTR(l);
6759 return 0;
6760}
6761
6762int exec_context_get_clean_mask(ExecContext *c, ExecCleanMask *ret) {
6763 ExecCleanMask mask = 0;
6764
6765 assert(c);
6766 assert(ret);
6767
6768 for (ExecDirectoryType t = 0; t < _EXEC_DIRECTORY_TYPE_MAX; t++)
211a3d87 6769 if (c->directories[t].n_items > 0)
4c2f5842
LP
6770 mask |= 1U << t;
6771
6772 *ret = mask;
6773 return 0;
6774}
6775
50a4217b
LP
6776bool exec_context_has_encrypted_credentials(ExecContext *c) {
6777 ExecLoadCredential *load_cred;
6778 ExecSetCredential *set_cred;
6779
6780 assert(c);
6781
6782 HASHMAP_FOREACH(load_cred, c->load_credentials)
6783 if (load_cred->encrypted)
6784 return true;
6785
6786 HASHMAP_FOREACH(set_cred, c->set_credentials)
6787 if (set_cred->encrypted)
6788 return true;
6789
6790 return false;
6791}
6792
b58b4116 6793void exec_status_start(ExecStatus *s, pid_t pid) {
034c6ed7 6794 assert(s);
5cb5a6ff 6795
2ed26ed0
LP
6796 *s = (ExecStatus) {
6797 .pid = pid,
6798 };
6799
b58b4116
LP
6800 dual_timestamp_get(&s->start_timestamp);
6801}
6802
34cf6c43 6803void exec_status_exit(ExecStatus *s, const ExecContext *context, pid_t pid, int code, int status) {
b58b4116
LP
6804 assert(s);
6805
d46b79bb 6806 if (s->pid != pid)
2ed26ed0
LP
6807 *s = (ExecStatus) {
6808 .pid = pid,
6809 };
b58b4116 6810
63983207 6811 dual_timestamp_get(&s->exit_timestamp);
9fb86720 6812
034c6ed7
LP
6813 s->code = code;
6814 s->status = status;
169c1bda 6815
6f765baf
LP
6816 if (context && context->utmp_id)
6817 (void) utmp_put_dead_process(context->utmp_id, pid, code, status);
9fb86720
LP
6818}
6819
6a1d4d9f
LP
6820void exec_status_reset(ExecStatus *s) {
6821 assert(s);
6822
6823 *s = (ExecStatus) {};
6824}
6825
34cf6c43 6826void exec_status_dump(const ExecStatus *s, FILE *f, const char *prefix) {
9fb86720
LP
6827 assert(s);
6828 assert(f);
6829
9fb86720
LP
6830 if (s->pid <= 0)
6831 return;
6832
4c940960
LP
6833 prefix = strempty(prefix);
6834
9fb86720 6835 fprintf(f,
ccd06097
ZJS
6836 "%sPID: "PID_FMT"\n",
6837 prefix, s->pid);
9fb86720 6838
af9d16e1 6839 if (dual_timestamp_is_set(&s->start_timestamp))
9fb86720
LP
6840 fprintf(f,
6841 "%sStart Timestamp: %s\n",
04f5c018 6842 prefix, FORMAT_TIMESTAMP(s->start_timestamp.realtime));
9fb86720 6843
af9d16e1 6844 if (dual_timestamp_is_set(&s->exit_timestamp))
9fb86720
LP
6845 fprintf(f,
6846 "%sExit Timestamp: %s\n"
6847 "%sExit Code: %s\n"
6848 "%sExit Status: %i\n",
04f5c018 6849 prefix, FORMAT_TIMESTAMP(s->exit_timestamp.realtime),
9fb86720
LP
6850 prefix, sigchld_code_to_string(s->code),
6851 prefix, s->status);
5cb5a6ff 6852}
44d8db9e 6853
34cf6c43 6854static void exec_command_dump(ExecCommand *c, FILE *f, const char *prefix) {
e1d75803 6855 _cleanup_free_ char *cmd = NULL;
4c940960 6856 const char *prefix2;
44d8db9e
LP
6857
6858 assert(c);
6859 assert(f);
6860
4c940960 6861 prefix = strempty(prefix);
63c372cb 6862 prefix2 = strjoina(prefix, "\t");
44d8db9e 6863
4ef15008 6864 cmd = quote_command_line(c->argv, SHELL_ESCAPE_EMPTY);
38553034 6865
44d8db9e
LP
6866 fprintf(f,
6867 "%sCommand Line: %s\n",
38553034 6868 prefix, strnull(cmd));
44d8db9e 6869
9fb86720 6870 exec_status_dump(&c->exec_status, f, prefix2);
44d8db9e
LP
6871}
6872
6873void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix) {
6874 assert(f);
6875
4c940960 6876 prefix = strempty(prefix);
44d8db9e 6877
03677889
YW
6878 LIST_FOREACH(command, i, c)
6879 exec_command_dump(i, f, prefix);
44d8db9e 6880}
94f04347 6881
a6a80b4f
LP
6882void exec_command_append_list(ExecCommand **l, ExecCommand *e) {
6883 ExecCommand *end;
6884
6885 assert(l);
6886 assert(e);
6887
6888 if (*l) {
35b8ca3a 6889 /* It's kind of important, that we keep the order here */
cc232fa0 6890 end = LIST_FIND_TAIL(command, *l);
71fda00f 6891 LIST_INSERT_AFTER(command, *l, end, e);
a6a80b4f 6892 } else
3ff67ec4 6893 *l = e;
a6a80b4f
LP
6894}
6895
26fd040d
LP
6896int exec_command_set(ExecCommand *c, const char *path, ...) {
6897 va_list ap;
6898 char **l, *p;
6899
6900 assert(c);
6901 assert(path);
6902
6903 va_start(ap, path);
6904 l = strv_new_ap(path, ap);
6905 va_end(ap);
6906
6907 if (!l)
6908 return -ENOMEM;
6909
250a918d
LP
6910 p = strdup(path);
6911 if (!p) {
26fd040d
LP
6912 strv_free(l);
6913 return -ENOMEM;
6914 }
6915
6897dfe8 6916 free_and_replace(c->path, p);
26fd040d 6917
130d3d22 6918 return strv_free_and_replace(c->argv, l);
26fd040d
LP
6919}
6920
86b23b07 6921int exec_command_append(ExecCommand *c, const char *path, ...) {
e63ff941 6922 _cleanup_strv_free_ char **l = NULL;
86b23b07 6923 va_list ap;
86b23b07
JS
6924 int r;
6925
6926 assert(c);
6927 assert(path);
6928
6929 va_start(ap, path);
6930 l = strv_new_ap(path, ap);
6931 va_end(ap);
6932
6933 if (!l)
6934 return -ENOMEM;
6935
e287086b 6936 r = strv_extend_strv(&c->argv, l, false);
e63ff941 6937 if (r < 0)
86b23b07 6938 return r;
86b23b07
JS
6939
6940 return 0;
6941}
6942
e8a565cb
YW
6943static void *remove_tmpdir_thread(void *p) {
6944 _cleanup_free_ char *path = p;
86b23b07 6945
e8a565cb
YW
6946 (void) rm_rf(path, REMOVE_ROOT|REMOVE_PHYSICAL);
6947 return NULL;
6948}
6949
e52a696a 6950static ExecSharedRuntime* exec_shared_runtime_free(ExecSharedRuntime *rt) {
e8a565cb
YW
6951 if (!rt)
6952 return NULL;
6953
6954 if (rt->manager)
e76506b7 6955 (void) hashmap_remove(rt->manager->exec_shared_runtime_by_id, rt->id);
e8a565cb 6956
e52a696a
DDM
6957 rt->id = mfree(rt->id);
6958 rt->tmp_dir = mfree(rt->tmp_dir);
6959 rt->var_tmp_dir = mfree(rt->var_tmp_dir);
6960 safe_close_pair(rt->netns_storage_socket);
6961 safe_close_pair(rt->ipcns_storage_socket);
6962 return mfree(rt);
6963}
6964
6965DEFINE_TRIVIAL_UNREF_FUNC(ExecSharedRuntime, exec_shared_runtime, exec_shared_runtime_free);
6966DEFINE_TRIVIAL_CLEANUP_FUNC(ExecSharedRuntime*, exec_shared_runtime_free);
6967
6968ExecSharedRuntime* exec_shared_runtime_destroy(ExecSharedRuntime *rt) {
6969 int r;
6970
6971 if (!rt)
6972 return NULL;
6973
6974 assert(rt->n_ref > 0);
6975 rt->n_ref--;
6976
6977 if (rt->n_ref > 0)
6978 return NULL;
56a13a49 6979
e52a696a 6980 if (rt->tmp_dir && !streq(rt->tmp_dir, RUN_SYSTEMD_EMPTY)) {
e8a565cb
YW
6981 log_debug("Spawning thread to nuke %s", rt->tmp_dir);
6982
6983 r = asynchronous_job(remove_tmpdir_thread, rt->tmp_dir);
56a13a49 6984 if (r < 0)
e8a565cb 6985 log_warning_errno(r, "Failed to nuke %s: %m", rt->tmp_dir);
56a13a49
ZJS
6986 else
6987 rt->tmp_dir = NULL;
e8a565cb 6988 }
613b411c 6989
e52a696a 6990 if (rt->var_tmp_dir && !streq(rt->var_tmp_dir, RUN_SYSTEMD_EMPTY)) {
e8a565cb
YW
6991 log_debug("Spawning thread to nuke %s", rt->var_tmp_dir);
6992
6993 r = asynchronous_job(remove_tmpdir_thread, rt->var_tmp_dir);
56a13a49 6994 if (r < 0)
e8a565cb 6995 log_warning_errno(r, "Failed to nuke %s: %m", rt->var_tmp_dir);
56a13a49
ZJS
6996 else
6997 rt->var_tmp_dir = NULL;
e8a565cb
YW
6998 }
6999
e52a696a 7000 return exec_shared_runtime_free(rt);
e8a565cb
YW
7001}
7002
e76506b7 7003static int exec_shared_runtime_allocate(ExecSharedRuntime **ret, const char *id) {
56a13a49 7004 _cleanup_free_ char *id_copy = NULL;
e76506b7 7005 ExecSharedRuntime *n;
613b411c 7006
8e8009dc 7007 assert(ret);
613b411c 7008
56a13a49
ZJS
7009 id_copy = strdup(id);
7010 if (!id_copy)
7011 return -ENOMEM;
7012
e76506b7 7013 n = new(ExecSharedRuntime, 1);
8e8009dc 7014 if (!n)
613b411c
LP
7015 return -ENOMEM;
7016
e76506b7 7017 *n = (ExecSharedRuntime) {
56a13a49 7018 .id = TAKE_PTR(id_copy),
19ee48a6
YW
7019 .netns_storage_socket = PIPE_EBADF,
7020 .ipcns_storage_socket = PIPE_EBADF,
8e8009dc
LP
7021 };
7022
7023 *ret = n;
613b411c
LP
7024 return 0;
7025}
7026
e76506b7 7027static int exec_shared_runtime_add(
e8a565cb
YW
7028 Manager *m,
7029 const char *id,
56a13a49
ZJS
7030 char **tmp_dir,
7031 char **var_tmp_dir,
7032 int netns_storage_socket[2],
a70581ff 7033 int ipcns_storage_socket[2],
e76506b7 7034 ExecSharedRuntime **ret) {
e8a565cb 7035
e76506b7 7036 _cleanup_(exec_shared_runtime_freep) ExecSharedRuntime *rt = NULL;
613b411c
LP
7037 int r;
7038
e8a565cb 7039 assert(m);
613b411c
LP
7040 assert(id);
7041
a70581ff 7042 /* tmp_dir, var_tmp_dir, {net,ipc}ns_storage_socket fds are donated on success */
56a13a49 7043
e76506b7 7044 r = exec_shared_runtime_allocate(&rt, id);
613b411c
LP
7045 if (r < 0)
7046 return r;
7047
e76506b7 7048 r = hashmap_ensure_put(&m->exec_shared_runtime_by_id, &string_hash_ops, rt->id, rt);
56a13a49
ZJS
7049 if (r < 0)
7050 return r;
e8a565cb 7051
56a13a49
ZJS
7052 assert(!!rt->tmp_dir == !!rt->var_tmp_dir); /* We require both to be set together */
7053 rt->tmp_dir = TAKE_PTR(*tmp_dir);
7054 rt->var_tmp_dir = TAKE_PTR(*var_tmp_dir);
e8a565cb
YW
7055
7056 if (netns_storage_socket) {
56a13a49
ZJS
7057 rt->netns_storage_socket[0] = TAKE_FD(netns_storage_socket[0]);
7058 rt->netns_storage_socket[1] = TAKE_FD(netns_storage_socket[1]);
613b411c
LP
7059 }
7060
a70581ff
XR
7061 if (ipcns_storage_socket) {
7062 rt->ipcns_storage_socket[0] = TAKE_FD(ipcns_storage_socket[0]);
7063 rt->ipcns_storage_socket[1] = TAKE_FD(ipcns_storage_socket[1]);
7064 }
7065
e8a565cb
YW
7066 rt->manager = m;
7067
7068 if (ret)
7069 *ret = rt;
e76506b7 7070 /* do not remove created ExecSharedRuntime object when the operation succeeds. */
56a13a49 7071 TAKE_PTR(rt);
e8a565cb
YW
7072 return 0;
7073}
7074
e76506b7 7075static int exec_shared_runtime_make(
74aaf59b
LP
7076 Manager *m,
7077 const ExecContext *c,
7078 const char *id,
e76506b7 7079 ExecSharedRuntime **ret) {
74aaf59b 7080
56a13a49 7081 _cleanup_(namespace_cleanup_tmpdirp) char *tmp_dir = NULL, *var_tmp_dir = NULL;
19ee48a6 7082 _cleanup_close_pair_ int netns_storage_socket[2] = PIPE_EBADF, ipcns_storage_socket[2] = PIPE_EBADF;
e8a565cb
YW
7083 int r;
7084
7085 assert(m);
7086 assert(c);
7087 assert(id);
7088
e76506b7 7089 /* It is not necessary to create ExecSharedRuntime object. */
fde36d25 7090 if (!exec_needs_network_namespace(c) && !exec_needs_ipc_namespace(c) && !c->private_tmp) {
74aaf59b 7091 *ret = NULL;
e8a565cb 7092 return 0;
74aaf59b 7093 }
e8a565cb 7094
efa2f3a1
TM
7095 if (c->private_tmp &&
7096 !(prefixed_path_strv_contains(c->inaccessible_paths, "/tmp") &&
7097 (prefixed_path_strv_contains(c->inaccessible_paths, "/var/tmp") ||
7098 prefixed_path_strv_contains(c->inaccessible_paths, "/var")))) {
e8a565cb 7099 r = setup_tmp_dirs(id, &tmp_dir, &var_tmp_dir);
613b411c
LP
7100 if (r < 0)
7101 return r;
7102 }
7103
fbbb9697 7104 if (exec_needs_network_namespace(c)) {
e8a565cb
YW
7105 if (socketpair(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0, netns_storage_socket) < 0)
7106 return -errno;
7107 }
7108
fde36d25 7109 if (exec_needs_ipc_namespace(c)) {
a70581ff
XR
7110 if (socketpair(AF_UNIX, SOCK_DGRAM|SOCK_CLOEXEC, 0, ipcns_storage_socket) < 0)
7111 return -errno;
7112 }
7113
e76506b7 7114 r = exec_shared_runtime_add(m, id, &tmp_dir, &var_tmp_dir, netns_storage_socket, ipcns_storage_socket, ret);
e8a565cb
YW
7115 if (r < 0)
7116 return r;
7117
613b411c
LP
7118 return 1;
7119}
7120
e76506b7
DDM
7121int exec_shared_runtime_acquire(Manager *m, const ExecContext *c, const char *id, bool create, ExecSharedRuntime **ret) {
7122 ExecSharedRuntime *rt;
e8a565cb 7123 int r;
613b411c 7124
e8a565cb
YW
7125 assert(m);
7126 assert(id);
7127 assert(ret);
7128
e76506b7 7129 rt = hashmap_get(m->exec_shared_runtime_by_id, id);
e8a565cb 7130 if (rt)
e76506b7 7131 /* We already have an ExecSharedRuntime object, let's increase the ref count and reuse it */
e8a565cb
YW
7132 goto ref;
7133
74aaf59b
LP
7134 if (!create) {
7135 *ret = NULL;
e8a565cb 7136 return 0;
74aaf59b 7137 }
e8a565cb
YW
7138
7139 /* If not found, then create a new object. */
e76506b7 7140 r = exec_shared_runtime_make(m, c, id, &rt);
74aaf59b 7141 if (r < 0)
e8a565cb 7142 return r;
74aaf59b 7143 if (r == 0) {
e76506b7 7144 /* When r == 0, it is not necessary to create ExecSharedRuntime object. */
74aaf59b
LP
7145 *ret = NULL;
7146 return 0;
7147 }
613b411c 7148
e8a565cb
YW
7149ref:
7150 /* increment reference counter. */
7151 rt->n_ref++;
7152 *ret = rt;
7153 return 1;
7154}
613b411c 7155
e76506b7
DDM
7156int exec_shared_runtime_serialize(const Manager *m, FILE *f, FDSet *fds) {
7157 ExecSharedRuntime *rt;
e8a565cb
YW
7158
7159 assert(m);
613b411c
LP
7160 assert(f);
7161 assert(fds);
7162
e76506b7 7163 HASHMAP_FOREACH(rt, m->exec_shared_runtime_by_id) {
e8a565cb 7164 fprintf(f, "exec-runtime=%s", rt->id);
613b411c 7165
e8a565cb
YW
7166 if (rt->tmp_dir)
7167 fprintf(f, " tmp-dir=%s", rt->tmp_dir);
613b411c 7168
e8a565cb
YW
7169 if (rt->var_tmp_dir)
7170 fprintf(f, " var-tmp-dir=%s", rt->var_tmp_dir);
613b411c 7171
e8a565cb
YW
7172 if (rt->netns_storage_socket[0] >= 0) {
7173 int copy;
613b411c 7174
e8a565cb
YW
7175 copy = fdset_put_dup(fds, rt->netns_storage_socket[0]);
7176 if (copy < 0)
7177 return copy;
613b411c 7178
e8a565cb
YW
7179 fprintf(f, " netns-socket-0=%i", copy);
7180 }
613b411c 7181
e8a565cb
YW
7182 if (rt->netns_storage_socket[1] >= 0) {
7183 int copy;
613b411c 7184
e8a565cb
YW
7185 copy = fdset_put_dup(fds, rt->netns_storage_socket[1]);
7186 if (copy < 0)
7187 return copy;
613b411c 7188
e8a565cb
YW
7189 fprintf(f, " netns-socket-1=%i", copy);
7190 }
7191
a70581ff
XR
7192 if (rt->ipcns_storage_socket[0] >= 0) {
7193 int copy;
7194
7195 copy = fdset_put_dup(fds, rt->ipcns_storage_socket[0]);
7196 if (copy < 0)
7197 return copy;
7198
7199 fprintf(f, " ipcns-socket-0=%i", copy);
7200 }
7201
7202 if (rt->ipcns_storage_socket[1] >= 0) {
7203 int copy;
7204
7205 copy = fdset_put_dup(fds, rt->ipcns_storage_socket[1]);
7206 if (copy < 0)
7207 return copy;
7208
7209 fprintf(f, " ipcns-socket-1=%i", copy);
7210 }
7211
e8a565cb 7212 fputc('\n', f);
613b411c
LP
7213 }
7214
7215 return 0;
7216}
7217
e76506b7
DDM
7218int exec_shared_runtime_deserialize_compat(Unit *u, const char *key, const char *value, FDSet *fds) {
7219 _cleanup_(exec_shared_runtime_freep) ExecSharedRuntime *rt_create = NULL;
7220 ExecSharedRuntime *rt;
613b411c
LP
7221 int r;
7222
e8a565cb
YW
7223 /* This is for the migration from old (v237 or earlier) deserialization text.
7224 * Due to the bug #7790, this may not work with the units that use JoinsNamespaceOf=.
e76506b7 7225 * Even if the ExecSharedRuntime object originally created by the other unit, we cannot judge
e8a565cb
YW
7226 * so or not from the serialized text, then we always creates a new object owned by this. */
7227
7228 assert(u);
613b411c
LP
7229 assert(key);
7230 assert(value);
7231
e76506b7 7232 /* Manager manages ExecSharedRuntime objects by the unit id.
e8a565cb
YW
7233 * So, we omit the serialized text when the unit does not have id (yet?)... */
7234 if (isempty(u->id)) {
7235 log_unit_debug(u, "Invocation ID not found. Dropping runtime parameter.");
7236 return 0;
7237 }
613b411c 7238
e76506b7 7239 if (hashmap_ensure_allocated(&u->manager->exec_shared_runtime_by_id, &string_hash_ops) < 0)
cbc165d1 7240 return log_oom();
e8a565cb 7241
e76506b7 7242 rt = hashmap_get(u->manager->exec_shared_runtime_by_id, u->id);
e8a565cb 7243 if (!rt) {
e76506b7 7244 if (exec_shared_runtime_allocate(&rt_create, u->id) < 0)
f2341e0a 7245 return log_oom();
613b411c 7246
e8a565cb
YW
7247 rt = rt_create;
7248 }
7249
7250 if (streq(key, "tmp-dir")) {
cbc165d1
ZJS
7251 if (free_and_strdup_warn(&rt->tmp_dir, value) < 0)
7252 return -ENOMEM;
613b411c
LP
7253
7254 } else if (streq(key, "var-tmp-dir")) {
cbc165d1
ZJS
7255 if (free_and_strdup_warn(&rt->var_tmp_dir, value) < 0)
7256 return -ENOMEM;
613b411c
LP
7257
7258 } else if (streq(key, "netns-socket-0")) {
7259 int fd;
7260
e8a565cb 7261 if (safe_atoi(value, &fd) < 0 || !fdset_contains(fds, fd)) {
f2341e0a 7262 log_unit_debug(u, "Failed to parse netns socket value: %s", value);
e8a565cb 7263 return 0;
613b411c 7264 }
e8a565cb
YW
7265
7266 safe_close(rt->netns_storage_socket[0]);
7267 rt->netns_storage_socket[0] = fdset_remove(fds, fd);
7268
613b411c
LP
7269 } else if (streq(key, "netns-socket-1")) {
7270 int fd;
7271
e8a565cb 7272 if (safe_atoi(value, &fd) < 0 || !fdset_contains(fds, fd)) {
f2341e0a 7273 log_unit_debug(u, "Failed to parse netns socket value: %s", value);
e8a565cb 7274 return 0;
613b411c 7275 }
e8a565cb
YW
7276
7277 safe_close(rt->netns_storage_socket[1]);
7278 rt->netns_storage_socket[1] = fdset_remove(fds, fd);
a70581ff 7279
613b411c
LP
7280 } else
7281 return 0;
7282
e76506b7 7283 /* If the object is newly created, then put it to the hashmap which manages ExecSharedRuntime objects. */
e8a565cb 7284 if (rt_create) {
e76506b7 7285 r = hashmap_put(u->manager->exec_shared_runtime_by_id, rt_create->id, rt_create);
e8a565cb 7286 if (r < 0) {
3fe91079 7287 log_unit_debug_errno(u, r, "Failed to put runtime parameter to manager's storage: %m");
e8a565cb
YW
7288 return 0;
7289 }
613b411c 7290
e8a565cb 7291 rt_create->manager = u->manager;
613b411c 7292
e8a565cb 7293 /* Avoid cleanup */
56a13a49 7294 TAKE_PTR(rt_create);
e8a565cb 7295 }
98b47d54 7296
e8a565cb
YW
7297 return 1;
7298}
613b411c 7299
e76506b7 7300int exec_shared_runtime_deserialize_one(Manager *m, const char *value, FDSet *fds) {
56a13a49
ZJS
7301 _cleanup_free_ char *tmp_dir = NULL, *var_tmp_dir = NULL;
7302 char *id = NULL;
a70581ff 7303 int r, netns_fdpair[] = {-1, -1}, ipcns_fdpair[] = {-1, -1};
99534007 7304 const char *p, *v = ASSERT_PTR(value);
e8a565cb 7305 size_t n;
613b411c 7306
e8a565cb 7307 assert(m);
e8a565cb 7308 assert(fds);
98b47d54 7309
e8a565cb 7310 n = strcspn(v, " ");
2f82562b 7311 id = strndupa_safe(v, n);
e8a565cb
YW
7312 if (v[n] != ' ')
7313 goto finalize;
7314 p = v + n + 1;
7315
7316 v = startswith(p, "tmp-dir=");
7317 if (v) {
7318 n = strcspn(v, " ");
56a13a49
ZJS
7319 tmp_dir = strndup(v, n);
7320 if (!tmp_dir)
7321 return log_oom();
e8a565cb
YW
7322 if (v[n] != ' ')
7323 goto finalize;
7324 p = v + n + 1;
7325 }
7326
7327 v = startswith(p, "var-tmp-dir=");
7328 if (v) {
7329 n = strcspn(v, " ");
56a13a49
ZJS
7330 var_tmp_dir = strndup(v, n);
7331 if (!var_tmp_dir)
7332 return log_oom();
e8a565cb
YW
7333 if (v[n] != ' ')
7334 goto finalize;
7335 p = v + n + 1;
7336 }
7337
7338 v = startswith(p, "netns-socket-0=");
7339 if (v) {
7340 char *buf;
7341
7342 n = strcspn(v, " ");
2f82562b 7343 buf = strndupa_safe(v, n);
c413bb28 7344
a70581ff 7345 r = safe_atoi(buf, &netns_fdpair[0]);
c413bb28
ZJS
7346 if (r < 0)
7347 return log_debug_errno(r, "Unable to parse exec-runtime specification netns-socket-0=%s: %m", buf);
a70581ff 7348 if (!fdset_contains(fds, netns_fdpair[0]))
c413bb28 7349 return log_debug_errno(SYNTHETIC_ERRNO(EBADF),
a70581ff
XR
7350 "exec-runtime specification netns-socket-0= refers to unknown fd %d: %m", netns_fdpair[0]);
7351 netns_fdpair[0] = fdset_remove(fds, netns_fdpair[0]);
e8a565cb
YW
7352 if (v[n] != ' ')
7353 goto finalize;
7354 p = v + n + 1;
613b411c
LP
7355 }
7356
e8a565cb
YW
7357 v = startswith(p, "netns-socket-1=");
7358 if (v) {
7359 char *buf;
98b47d54 7360
e8a565cb 7361 n = strcspn(v, " ");
2f82562b 7362 buf = strndupa_safe(v, n);
a70581ff
XR
7363
7364 r = safe_atoi(buf, &netns_fdpair[1]);
c413bb28
ZJS
7365 if (r < 0)
7366 return log_debug_errno(r, "Unable to parse exec-runtime specification netns-socket-1=%s: %m", buf);
a70581ff
XR
7367 if (!fdset_contains(fds, netns_fdpair[1]))
7368 return log_debug_errno(SYNTHETIC_ERRNO(EBADF),
7369 "exec-runtime specification netns-socket-1= refers to unknown fd %d: %m", netns_fdpair[1]);
7370 netns_fdpair[1] = fdset_remove(fds, netns_fdpair[1]);
7371 if (v[n] != ' ')
7372 goto finalize;
7373 p = v + n + 1;
7374 }
7375
7376 v = startswith(p, "ipcns-socket-0=");
7377 if (v) {
7378 char *buf;
7379
7380 n = strcspn(v, " ");
2f82562b 7381 buf = strndupa_safe(v, n);
a70581ff
XR
7382
7383 r = safe_atoi(buf, &ipcns_fdpair[0]);
7384 if (r < 0)
7385 return log_debug_errno(r, "Unable to parse exec-runtime specification ipcns-socket-0=%s: %m", buf);
7386 if (!fdset_contains(fds, ipcns_fdpair[0]))
7387 return log_debug_errno(SYNTHETIC_ERRNO(EBADF),
7388 "exec-runtime specification ipcns-socket-0= refers to unknown fd %d: %m", ipcns_fdpair[0]);
7389 ipcns_fdpair[0] = fdset_remove(fds, ipcns_fdpair[0]);
7390 if (v[n] != ' ')
7391 goto finalize;
7392 p = v + n + 1;
7393 }
7394
7395 v = startswith(p, "ipcns-socket-1=");
7396 if (v) {
7397 char *buf;
7398
7399 n = strcspn(v, " ");
2f82562b 7400 buf = strndupa_safe(v, n);
a70581ff
XR
7401
7402 r = safe_atoi(buf, &ipcns_fdpair[1]);
7403 if (r < 0)
7404 return log_debug_errno(r, "Unable to parse exec-runtime specification ipcns-socket-1=%s: %m", buf);
7405 if (!fdset_contains(fds, ipcns_fdpair[1]))
c413bb28 7406 return log_debug_errno(SYNTHETIC_ERRNO(EBADF),
a70581ff
XR
7407 "exec-runtime specification ipcns-socket-1= refers to unknown fd %d: %m", ipcns_fdpair[1]);
7408 ipcns_fdpair[1] = fdset_remove(fds, ipcns_fdpair[1]);
e8a565cb 7409 }
98b47d54 7410
e8a565cb 7411finalize:
e76506b7 7412 r = exec_shared_runtime_add(m, id, &tmp_dir, &var_tmp_dir, netns_fdpair, ipcns_fdpair, NULL);
7d853ca6 7413 if (r < 0)
56a13a49
ZJS
7414 return log_debug_errno(r, "Failed to add exec-runtime: %m");
7415 return 0;
e8a565cb 7416}
613b411c 7417
e76506b7
DDM
7418void exec_shared_runtime_vacuum(Manager *m) {
7419 ExecSharedRuntime *rt;
e8a565cb
YW
7420
7421 assert(m);
7422
e76506b7 7423 /* Free unreferenced ExecSharedRuntime objects. This is used after manager deserialization process. */
e8a565cb 7424
e76506b7 7425 HASHMAP_FOREACH(rt, m->exec_shared_runtime_by_id) {
e8a565cb
YW
7426 if (rt->n_ref > 0)
7427 continue;
7428
e52a696a 7429 (void) exec_shared_runtime_free(rt);
e8a565cb 7430 }
613b411c
LP
7431}
7432
15220772 7433int exec_runtime_make(ExecSharedRuntime *shared, DynamicCreds *creds, ExecRuntime **ret) {
28135da3
DDM
7434 _cleanup_(exec_runtime_freep) ExecRuntime *rt = NULL;
7435
7436 assert(ret);
7437
15220772 7438 if (!shared && !creds) {
28135da3
DDM
7439 *ret = NULL;
7440 return 0;
7441 }
7442
7443 rt = new(ExecRuntime, 1);
7444 if (!rt)
7445 return -ENOMEM;
7446
7447 *rt = (ExecRuntime) {
7448 .shared = shared,
15220772 7449 .dynamic_creds = creds,
28135da3
DDM
7450 };
7451
7452 *ret = TAKE_PTR(rt);
7453 return 1;
7454}
7455
7456ExecRuntime* exec_runtime_free(ExecRuntime *rt) {
7457 if (!rt)
7458 return NULL;
7459
7460 exec_shared_runtime_unref(rt->shared);
15220772 7461 dynamic_creds_unref(rt->dynamic_creds);
28135da3
DDM
7462 return mfree(rt);
7463}
7464
7465ExecRuntime* exec_runtime_destroy(ExecRuntime *rt) {
7466 if (!rt)
7467 return NULL;
7468
7469 rt->shared = exec_shared_runtime_destroy(rt->shared);
15220772 7470 rt->dynamic_creds = dynamic_creds_destroy(rt->dynamic_creds);
28135da3
DDM
7471 return exec_runtime_free(rt);
7472}
7473
b9c04eaf
YW
7474void exec_params_clear(ExecParameters *p) {
7475 if (!p)
7476 return;
7477
c3f8a065
LP
7478 p->environment = strv_free(p->environment);
7479 p->fd_names = strv_free(p->fd_names);
7480 p->fds = mfree(p->fds);
7481 p->exec_fd = safe_close(p->exec_fd);
b9c04eaf
YW
7482}
7483
bb0c0d6f
LP
7484ExecSetCredential *exec_set_credential_free(ExecSetCredential *sc) {
7485 if (!sc)
7486 return NULL;
7487
7488 free(sc->id);
7489 free(sc->data);
7490 return mfree(sc);
7491}
7492
43144be4
LP
7493ExecLoadCredential *exec_load_credential_free(ExecLoadCredential *lc) {
7494 if (!lc)
7495 return NULL;
7496
7497 free(lc->id);
7498 free(lc->path);
7499 return mfree(lc);
7500}
7501
211a3d87
LB
7502void exec_directory_done(ExecDirectory *d) {
7503 if (!d)
7504 return;
7505
7506 for (size_t i = 0; i < d->n_items; i++) {
7507 free(d->items[i].path);
7508 strv_free(d->items[i].symlinks);
7509 }
7510
7511 d->items = mfree(d->items);
7512 d->n_items = 0;
7513 d->mode = 0755;
7514}
7515
564e5c98
YW
7516static ExecDirectoryItem *exec_directory_find(ExecDirectory *d, const char *path) {
7517 assert(d);
7518 assert(path);
7519
7520 for (size_t i = 0; i < d->n_items; i++)
7521 if (path_equal(d->items[i].path, path))
7522 return &d->items[i];
7523
7524 return NULL;
7525}
7526
7527int exec_directory_add(ExecDirectory *d, const char *path, const char *symlink) {
211a3d87
LB
7528 _cleanup_strv_free_ char **s = NULL;
7529 _cleanup_free_ char *p = NULL;
564e5c98
YW
7530 ExecDirectoryItem *existing;
7531 int r;
211a3d87
LB
7532
7533 assert(d);
211a3d87
LB
7534 assert(path);
7535
564e5c98
YW
7536 existing = exec_directory_find(d, path);
7537 if (existing) {
7538 r = strv_extend(&existing->symlinks, symlink);
7539 if (r < 0)
7540 return r;
7541
7542 return 0; /* existing item is updated */
7543 }
7544
211a3d87
LB
7545 p = strdup(path);
7546 if (!p)
7547 return -ENOMEM;
7548
564e5c98
YW
7549 if (symlink) {
7550 s = strv_new(symlink);
211a3d87
LB
7551 if (!s)
7552 return -ENOMEM;
7553 }
7554
564e5c98 7555 if (!GREEDY_REALLOC(d->items, d->n_items + 1))
211a3d87
LB
7556 return -ENOMEM;
7557
564e5c98 7558 d->items[d->n_items++] = (ExecDirectoryItem) {
211a3d87
LB
7559 .path = TAKE_PTR(p),
7560 .symlinks = TAKE_PTR(s),
7561 };
7562
564e5c98 7563 return 1; /* new item is added */
211a3d87
LB
7564}
7565
a2ab603c
YW
7566static int exec_directory_item_compare_func(const ExecDirectoryItem *a, const ExecDirectoryItem *b) {
7567 assert(a);
7568 assert(b);
7569
7570 return path_compare(a->path, b->path);
7571}
7572
7573void exec_directory_sort(ExecDirectory *d) {
7574 assert(d);
7575
7576 /* Sort the exec directories to make always parent directories processed at first in
7577 * setup_exec_directory(), e.g., even if StateDirectory=foo/bar foo, we need to create foo at first,
7578 * then foo/bar. Also, set .only_create flag if one of the parent directories is contained in the
7579 * list. See also comments in setup_exec_directory() and issue #24783. */
7580
7581 if (d->n_items <= 1)
7582 return;
7583
7584 typesafe_qsort(d->items, d->n_items, exec_directory_item_compare_func);
7585
7586 for (size_t i = 1; i < d->n_items; i++)
7587 for (size_t j = 0; j < i; j++)
7588 if (path_startswith(d->items[i].path, d->items[j].path)) {
7589 d->items[i].only_create = true;
7590 break;
7591 }
211a3d87
LB
7592}
7593
bb0c0d6f 7594DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(exec_set_credential_hash_ops, char, string_hash_func, string_compare_func, ExecSetCredential, exec_set_credential_free);
43144be4 7595DEFINE_HASH_OPS_WITH_VALUE_DESTRUCTOR(exec_load_credential_hash_ops, char, string_hash_func, string_compare_func, ExecLoadCredential, exec_load_credential_free);
bb0c0d6f 7596
80876c20
LP
7597static const char* const exec_input_table[_EXEC_INPUT_MAX] = {
7598 [EXEC_INPUT_NULL] = "null",
7599 [EXEC_INPUT_TTY] = "tty",
7600 [EXEC_INPUT_TTY_FORCE] = "tty-force",
4f2d528d 7601 [EXEC_INPUT_TTY_FAIL] = "tty-fail",
52c239d7
LB
7602 [EXEC_INPUT_SOCKET] = "socket",
7603 [EXEC_INPUT_NAMED_FD] = "fd",
08f3be7a 7604 [EXEC_INPUT_DATA] = "data",
2038c3f5 7605 [EXEC_INPUT_FILE] = "file",
80876c20
LP
7606};
7607
8a0867d6
LP
7608DEFINE_STRING_TABLE_LOOKUP(exec_input, ExecInput);
7609
94f04347 7610static const char* const exec_output_table[_EXEC_OUTPUT_MAX] = {
80876c20 7611 [EXEC_OUTPUT_INHERIT] = "inherit",
94f04347 7612 [EXEC_OUTPUT_NULL] = "null",
80876c20 7613 [EXEC_OUTPUT_TTY] = "tty",
9a6bca7a 7614 [EXEC_OUTPUT_KMSG] = "kmsg",
28dbc1e8 7615 [EXEC_OUTPUT_KMSG_AND_CONSOLE] = "kmsg+console",
706343f4
LP
7616 [EXEC_OUTPUT_JOURNAL] = "journal",
7617 [EXEC_OUTPUT_JOURNAL_AND_CONSOLE] = "journal+console",
52c239d7
LB
7618 [EXEC_OUTPUT_SOCKET] = "socket",
7619 [EXEC_OUTPUT_NAMED_FD] = "fd",
2038c3f5 7620 [EXEC_OUTPUT_FILE] = "file",
566b7d23 7621 [EXEC_OUTPUT_FILE_APPEND] = "append",
8d7dab1f 7622 [EXEC_OUTPUT_FILE_TRUNCATE] = "truncate",
94f04347
LP
7623};
7624
7625DEFINE_STRING_TABLE_LOOKUP(exec_output, ExecOutput);
023a4f67
LP
7626
7627static const char* const exec_utmp_mode_table[_EXEC_UTMP_MODE_MAX] = {
7628 [EXEC_UTMP_INIT] = "init",
7629 [EXEC_UTMP_LOGIN] = "login",
7630 [EXEC_UTMP_USER] = "user",
7631};
7632
7633DEFINE_STRING_TABLE_LOOKUP(exec_utmp_mode, ExecUtmpMode);
53f47dfc
YW
7634
7635static const char* const exec_preserve_mode_table[_EXEC_PRESERVE_MODE_MAX] = {
7636 [EXEC_PRESERVE_NO] = "no",
7637 [EXEC_PRESERVE_YES] = "yes",
7638 [EXEC_PRESERVE_RESTART] = "restart",
7639};
7640
7641DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN(exec_preserve_mode, ExecPreserveMode, EXEC_PRESERVE_YES);
3536f49e 7642
6b7b2ed9 7643/* This table maps ExecDirectoryType to the setting it is configured with in the unit */
72fd1768 7644static const char* const exec_directory_type_table[_EXEC_DIRECTORY_TYPE_MAX] = {
3536f49e
YW
7645 [EXEC_DIRECTORY_RUNTIME] = "RuntimeDirectory",
7646 [EXEC_DIRECTORY_STATE] = "StateDirectory",
7647 [EXEC_DIRECTORY_CACHE] = "CacheDirectory",
7648 [EXEC_DIRECTORY_LOGS] = "LogsDirectory",
7649 [EXEC_DIRECTORY_CONFIGURATION] = "ConfigurationDirectory",
7650};
7651
7652DEFINE_STRING_TABLE_LOOKUP(exec_directory_type, ExecDirectoryType);
b1edf445 7653
211a3d87
LB
7654/* This table maps ExecDirectoryType to the symlink setting it is configured with in the unit */
7655static const char* const exec_directory_type_symlink_table[_EXEC_DIRECTORY_TYPE_MAX] = {
7656 [EXEC_DIRECTORY_RUNTIME] = "RuntimeDirectorySymlink",
7657 [EXEC_DIRECTORY_STATE] = "StateDirectorySymlink",
7658 [EXEC_DIRECTORY_CACHE] = "CacheDirectorySymlink",
7659 [EXEC_DIRECTORY_LOGS] = "LogsDirectorySymlink",
7660 [EXEC_DIRECTORY_CONFIGURATION] = "ConfigurationDirectorySymlink",
7661};
7662
7663DEFINE_STRING_TABLE_LOOKUP(exec_directory_type_symlink, ExecDirectoryType);
7664
6b7b2ed9
LP
7665/* And this table maps ExecDirectoryType too, but to a generic term identifying the type of resource. This
7666 * one is supposed to be generic enough to be used for unit types that don't use ExecContext and per-unit
7667 * directories, specifically .timer units with their timestamp touch file. */
7668static const char* const exec_resource_type_table[_EXEC_DIRECTORY_TYPE_MAX] = {
7669 [EXEC_DIRECTORY_RUNTIME] = "runtime",
7670 [EXEC_DIRECTORY_STATE] = "state",
7671 [EXEC_DIRECTORY_CACHE] = "cache",
7672 [EXEC_DIRECTORY_LOGS] = "logs",
7673 [EXEC_DIRECTORY_CONFIGURATION] = "configuration",
7674};
7675
7676DEFINE_STRING_TABLE_LOOKUP(exec_resource_type, ExecDirectoryType);
7677
7678/* And this table also maps ExecDirectoryType, to the environment variable we pass the selected directory to
7679 * the service payload in. */
fb2042dd
YW
7680static const char* const exec_directory_env_name_table[_EXEC_DIRECTORY_TYPE_MAX] = {
7681 [EXEC_DIRECTORY_RUNTIME] = "RUNTIME_DIRECTORY",
7682 [EXEC_DIRECTORY_STATE] = "STATE_DIRECTORY",
7683 [EXEC_DIRECTORY_CACHE] = "CACHE_DIRECTORY",
7684 [EXEC_DIRECTORY_LOGS] = "LOGS_DIRECTORY",
7685 [EXEC_DIRECTORY_CONFIGURATION] = "CONFIGURATION_DIRECTORY",
7686};
7687
7688DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(exec_directory_env_name, ExecDirectoryType);
7689
b1edf445
LP
7690static const char* const exec_keyring_mode_table[_EXEC_KEYRING_MODE_MAX] = {
7691 [EXEC_KEYRING_INHERIT] = "inherit",
7692 [EXEC_KEYRING_PRIVATE] = "private",
7693 [EXEC_KEYRING_SHARED] = "shared",
7694};
7695
7696DEFINE_STRING_TABLE_LOOKUP(exec_keyring_mode, ExecKeyringMode);