Home
last modified time | relevance | path

Searched refs:daemon (Results 1 – 25 of 78) sorted by relevance

1234

/systemd-251/test/units/
Dtestsuite-22.03.sh29 f /tmp/f/1 0666 daemon daemon - This string should not be written
42 f /tmp/f/fifo 0666 daemon daemon - This string should not be written
53 f /tmp/f/dangling 0644 daemon daemon - -
54 f /tmp/f/symlink 0644 daemon daemon - -
85 mkdir /tmp/f/daemon
86 ln -s /root /tmp/f/daemon/unsafe-symlink
87 chown -R --no-dereference daemon:daemon /tmp/f/daemon
90 f /tmp/f/daemon/unsafe-symlink/exploit 0644 daemon daemon - -
92 test ! -e /tmp/f/daemon/unsafe-symlink/exploit
103 F /tmp/F/truncated 0666 daemon daemon - -
[all …]
Dtestsuite-22.02.sh18 d /tmp/d/1 0755 daemon daemon - -
19 d /tmp/d/2 0755 daemon daemon - -
36 D /tmp/D/1 0755 daemon daemon - -
37 D /tmp/D/2 0755 daemon daemon - -
47 D /tmp/D/2 0755 daemon daemon - -
61 e /tmp/e/1 0755 daemon daemon - -
62 e /tmp/e/2/* 0755 daemon daemon - -
83 e /tmp/e/3/* 0755 daemon daemon - -
108 C /tmp/C/1 0755 daemon daemon - /tmp/C/1-origin
109 C /tmp/C/2 0755 daemon daemon - /tmp/C/2-origin
[all …]
Dtestsuite-22.05.sh16 z /tmp/z/f1 0755 daemon daemon - -
17 z /tmp/z/d1 0755 daemon daemon - -
25 z /tmp/z/d2/* 0755 daemon daemon - -
37 Z /tmp/Z/f1 0755 daemon daemon - -
38 Z /tmp/Z/d1 0755 daemon daemon - -
Dtestsuite-48.sh12 systemctl daemon-reload
39 systemctl daemon-reload
61 systemctl daemon-reload
71 systemctl daemon-reload
Dtestsuite-36.sh91 systemctl daemon-reload
96 systemctl daemon-reload
103 systemctl daemon-reload
156 systemctl daemon-reload
300 systemctl daemon-reload
347 systemctl daemon-reload
Dtestsuite-39.sh20 systemctl daemon-reload
38 systemctl daemon-reload
53 systemctl daemon-reload
Dtestsuite-60.sh18 systemctl daemon-reload
40 systemctl daemon-reload
81 systemctl daemon-reload
Dtestsuite-66.sh16 systemctl daemon-reload
17 systemctl daemon-reexec
Dtestsuite-22.08.sh14 chown daemon:daemon /tmp/user
Dtestsuite-12.sh33 systemctl daemon-reload
39 systemctl daemon-reload
Dtestsuite-33.sh20 systemctl daemon-reload
91 systemctl daemon-reload
184 systemctl daemon-reload
260 systemctl daemon-reload
/systemd-251/test/test-execute/
Dexec-runtimedirectory-owner.service6 …-x -c 'group=$$(stat -c %%G %t/test-exec_runtimedirectory-owner-daemon); test "$$group" = "daemon"'
8 Group=daemon
10 RuntimeDirectory=test-exec_runtimedirectory-owner-daemon
Dexec-privatedevices-yes-with-group.service7 Group=daemon
11 ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"'
16 # Check that the owning group of a node is not daemon (should be the host root)
17 ExecStart=/bin/sh -x -c 'test ! "$$(stat -c %%G /dev/stderr)" = "daemon"'
Dexec-user.service3 Description=Test for User (daemon)
6 ExecStart=/bin/sh -x -c 'test "$$USER" = "daemon"'
8 User=daemon
Dexec-group.service3 Description=Test for Group (daemon)
6 ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"'
8 Group=daemon
Dexec-ambientcapabilities.service3 Description=Test for AmbientCapabilities (daemon)
8 User=daemon
Dexec-ambientcapabilities-merge.service3 Description=Test for AmbientCapabilities (daemon)
8 User=daemon
Dexec-systemcallfilter-system-user.service3 Description=Test for SystemCallFilter in system mode with User set (daemon)
8 User=daemon
/systemd-251/docs/
DROOT_STORAGE_DAEMONS.md48 itself. In other words: a storage daemon backing the root file system cannot be
90 kernel threads are excluded too. Thus, a daemon which wants to take advantage
110 for a daemon is to check for `/etc/initrd-release` (which exists on all modern
134 administrator to understand that your daemon is actually not originating from
145 until after the storage they maintain is unmounted. If your storage daemon is
154 If your daemon implements the logic pointed out above it should work nicely
161 * If your storage daemon is run from the main OS (i.e. not the initrd) it will
163 to the initrd). Your daemon needs to handle this properly.
172 off your storage daemon from udev or an administrator command you thus make
174 shut down, your storage daemon is killed too, resp. whenever the login
[all …]
DUSERDB_AND_DESKTOPS.md76 thereof. In particular, most of the metadata `accounts-daemon` (also see below)
119 ## Relationship to `accounts-daemon`
121 For a long time `accounts-daemon` has been included in Linux distributions
122 providing richer user accounts. The functionality of this daemon overlaps in
125 `accounts-daemon` fully. Most importantly: `accounts-daemon` provides
128 `accounts-daemon` will augment foreign accounts; `systemd-homed` cannot be used
134 ante should probably talk to both `systemd-homed` and `accounts-daemon` at the
135 same time, and ignore `accounts-daemon`'s records if `systemd-homed` defines
138 rich records for classic records has to support `accounts-daemon` in parallel
142 records via `accounts-daemon`, so that clients of the latter can consume them
[all …]
/systemd-251/src/rpm/
Dsystemd-update-helper.in72 systemctl daemon-reload
93 systemctl --user -M "$user@" daemon-reexec &
101 systemctl --user -M "$user@" daemon-reload &
Dtriggers.systemd.sh.in23 # On removal, we need to run daemon-reload after any units have been
25 # On upgrade, we need to run daemon-reload after any new unit files
31 # Execute daemon-reload in user managers.
/systemd-251/units/
Dinitrd-parse-etc.service21 ExecStartPre=-systemctl daemon-reload
22 # we have to retrigger initrd-fs.target after daemon-reload
/systemd-251/src/journal-remote/
Djournal-remote-main.c433 d->daemon = MHD_start_daemon(flags, 0, in setup_microhttpd_server()
438 if (!d->daemon) { in setup_microhttpd_server()
447 info = MHD_get_daemon_info(d->daemon, MHD_DAEMON_INFO_EPOLL_FD_LINUX_ONLY); in setup_microhttpd_server()
503 MHD_stop_daemon(d->daemon); in setup_microhttpd_server()
504 free(d->daemon); in setup_microhttpd_server()
539 r = MHD_run(d->daemon); in dispatch_http_event()
544 if (MHD_get_timeout(d->daemon, &timeout) == MHD_NO) in dispatch_http_event()
/systemd-251/shell-completion/zsh/
D_systemd65 … '--pid=[Inform the init system about the main PID of the daemon]:daemon main PID:_pids' \
66 … '--status=[Send a free-form status string for the daemon to the init systemd]:status string:' \

1234