Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 25 of 37) sorted by relevance

12

/systemd-251/src/basic/
Dcapability-util.c401 uint64_t combined, drop = 0; in capability_quintet_mangle() local
420 drop |= bit; in capability_quintet_mangle()
425 q->effective &= ~drop; in capability_quintet_mangle()
426 q->bounding &= ~drop; in capability_quintet_mangle()
427 q->inheritable &= ~drop; in capability_quintet_mangle()
428 q->permitted &= ~drop; in capability_quintet_mangle()
431 q->ambient &= ~drop; in capability_quintet_mangle()
433 return drop != 0; /* Let the caller know we changed something */ in capability_quintet_mangle()
/systemd-251/src/basic/linux/
DREADME5 - btrfs.h: drop '__user' attributes
6 - if.h: drop '#include <linux/compiler.h>' and '__user' attributes
/systemd-251/src/timesync/
Dtimesyncd.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
/systemd-251/src/journal-remote/
Djournal-remote.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
Djournal-upload.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
/systemd-251/src/core/
Duser.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
Dsystem.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
/systemd-251/src/login/
Dlogind.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
/systemd-251/src/resolve/
Dresolved.conf.in9 # should be created by either modifying this file, or by creating "drop-ins" in
11 # Defaults can be restored by simply deleting this file and all drop-ins.
/systemd-251/src/delta/
Ddelta.c193 const char *toppath, const char *drop) { in enumerate_dir_d() argument
201 assert(!endswith(drop, "/")); in enumerate_dir_d()
203 path = path_join(toppath, drop); in enumerate_dir_d()
209 unit = strdup(drop); in enumerate_dir_d()
/systemd-251/docs/
DDESKTOP_ENVIRONMENTS.md76 adjusted using desktop environment specific drop-in files.
84 currently using a drop-in to configure `BindTo=graphical-session.target`,
91 * Could we maybe add a default `app-.service.d` drop-in configuration?
DBOOT_LOADER_SPECIFICATION.md14 single boot configuration format that is based on drop-in files, and thus is
20 drop-in files for boot menu items that are defined in a format that is shared
26 configuration at runtime from these drop-in snippets
34 up the initial drop-in directory
70 drop-in files exclusively.
134 was traditionally handled), all installed OS share the same place to drop in
181 * `$BOOT/loader/entries/` is the directory containing the drop-in
189 Inside the `$BOOT/loader/entries/` directory each OS vendor may drop one or
277 Each configuration drop-in snippet must include at least a `linux` or an `efi`
278 key and is otherwise not valid. Here's an example for a complete drop-in file:
DPORTABLE_SERVICES.md113 3. For each such unit file a drop-in file is created. Let's say
115 `/etc/systemd/system.attached/`, then a drop-in file
126 4. For each such unit a "profile" drop-in is linked in. This "profile" drop-in
139 written to the unit drop-in would point to an non-existent path, and break
143 the drop-ins and the unit files associated with the image, and removes them.
DBOOT_LOADER_INTERFACE.md119 [Boot Loader Specification](BOOT_LOADER_SPECIFICATION.md) drop-in files
120 the identifier should be derived directly from the drop-in snippet name, but
/systemd-251/network/
D80-wifi-adhoc.network7 # 1. add a drop-in file that extends this file by creating the
D99-default.link7 # 1. add a drop-in file that extends this file by creating the
D80-6rd-tunnel.network7 # 1. add a drop-in file that extends this file by creating the
D80-container-host0.network7 # 1. add a drop-in file that extends this file by creating the
D80-container-vb.network7 # 1. add a drop-in file that extends this file by creating the
D80-container-ve.network7 # 1. add a drop-in file that extends this file by creating the
D80-container-vz.network7 # 1. add a drop-in file that extends this file by creating the
D80-vm-vt.network7 # 1. add a drop-in file that extends this file by creating the
/systemd-251/shell-completion/zsh/
D_systemd-nspawn38 …'--drop-capability=[Specify one or more additional capabilities to drop for the containerm]:capabi…
/systemd-251/shell-completion/bash/
Dsystemd-nspawn67 …[ARG]='-D --directory -u --user --uuid --capability --drop-capability --link-journal --bind --bind…
95 --drop-capability)
/systemd-251/
DTODO96 * given that /etc/ssh/ssh_config.d/ is a thing now, ship a drop-in for that
137 LoadCredential=root.ssh.authorized-keys via drop-in to
185 * drop support for kernels that lack ambient capabilities support (i.e. make
186 4.3 new baseline). Then drop support for "!!" modifier for ExecStart= which
212 type #2 drop-in dir in the ESP.
227 anything else but what we drop in via kernel-install, i.e. by earlier EFI
312 drop it into the unified kernel dir in the ESP. And bam you have something
329 authenticated, atomic, additive configuration management primitive: drop in a
466 similar to /run/host/userdb/. Usecase: drop a root user JSON record there,
471 * drop dependency on libcap, replace by direct syscalls based on
[all …]

12