Searched refs:require (Results 1 – 25 of 29) sorted by relevance
12
/systemd-251/test/TEST-06-SELINUX/ |
D | systemd_test.te | 15 require { 44 require {
|
/systemd-251/test/test-path/ |
D | basic.target | 12 # require /var and /var/tmp, but only add a Wants= type dependency on /tmp, as
|
/systemd-251/docs/ |
D | ARCHITECTURE.md | 89 require privileges, and will attempt to clearly log about what they need 125 libraries and daemons that are shipped by the project. They require privileges 130 orders-of-magnitude faster than `qemu`, but some tests require privileged
|
D | RANDOM_SEEDS.md | 15 Today's computer systems require random number generators for numerous 104 Various other components run during early boot that require random bytes. For 134 Note that these cases generally do not require a cryptographic-grade random 137 require "medium-grade" random data. For example: systemd's hash-maps are 146 Since most of systemd's own use of random numbers do not require 183 require an initialized entropy pool to operate correctly.
|
D | CONTRIBUTING.md | 56 It is fine for new features/functionality/tools/daemons to require bleeding edge external dependenc… 75 Same principles as with other dependencies should be applied. It is fine to require newer kernel ve…
|
D | NETWORK_ONLINE.md | 125 IMAP server might just require a certain IP to be assigned so that it can 216 An exception to the above recommendations is services which require network
|
D | ROOT_STORAGE_DAEMONS.md | 15 management, networked storage) require user space services to run while the
|
D | USERDB_AND_DESKTOPS.md | 155 fields desktop environments require. For example pattern-based authentication
|
D | BUILDING_IMAGES.md | 11 require no further installation process beyond simple `dd`-ing the image to
|
D | TEMPORARY_DIRECTORIES.md | 197 that no space is available. Essential programs might require a fallback logic
|
D | PORTABLE_SERVICES.md | 190 7. The OS might require other files or directories to be in place. For example,
|
D | UIDS-GIDS.md | 312 providers of the user database and consumers of it. Services that require that
|
D | BOOT_LOADER_SPECIFICATION.md | 304 by design, as referencing other partitions or devices would require a
|
D | USER_RECORD.md | 695 properties as they tend to require a per-system focus, however they may be used 955 for unlocking security tokens that require that. (The field `pkcs11Pin` should
|
D | CODING_STYLE.md | 187 break in threaded programs, and usually would require locking there), and as
|
/systemd-251/ |
D | .lgtm.yml | 36 - pip3 install -r .github/workflows/requirements.txt --require-hashes
|
D | TODO | 108 into the kernel/initrd itself, because that would require a time machine. 237 while we are at it, also maybe extend the logic to require handling of some 504 be ANY (to mount anything), TRUSTED (to require that /usr is on signed 505 verity, but rest doesn't matter), LOCKEDDOWN (to require that everything is 1091 * optionally, also require WATCHDOG=1 notifications during service start-up and shutdown
|
/systemd-251/test/units/ |
D | basic.target | 19 # require /var and /var/tmp, but only add a Wants= type dependency on /tmp, as
|
/systemd-251/units/ |
D | basic.target | 19 # require /var and /var/tmp, but only add a Wants= type dependency on /tmp, as
|
D | systemd-random-seed.service.in | 29 # used as ordering barrier for service that require an initialized entropy
|
/systemd-251/shell-completion/bash/ |
D | systemd-analyze | 57 [STANDALONE]='-h --help --version --system --user --global --order --require --no-pager 125 … comps='--help --version --system --user --global --from-pattern --to-pattern --order --require'
|
/systemd-251/src/gpt-auto-generator/ |
D | gpt-auto-generator.c | 109 static int add_cryptsetup(const char *id, const char *what, bool rw, bool require, char **device) { in add_cryptsetup() argument 160 if (require) { in add_cryptsetup()
|
/systemd-251/src/rpm/ |
D | macros.systemd.in | 127 # This should be used by package installation scripts which require users or
|
/systemd-251/test/ |
D | README.testsuite | 61 Run only tests that require qemu 67 Run all tests that do not require qemu under systemd-nspawn
|
/systemd-251/shell-completion/zsh/ |
D | _systemd-analyze | 106 '--require[When generating graph for dot, show only requirement]' \
|
12