Searched refs:ask (Results 1 – 25 of 47) sorted by relevance
12
/systemd-251/units/ |
D | systemd-ask-password-wall.service | 12 Documentation=man:systemd-ask-password-wall.service(8) 16 …ystemctl stop systemd-ask-password-console.path systemd-ask-password-console.service systemd-ask-p… 17 ExecStart=systemd-tty-ask-password-agent --wall
|
D | systemd-ask-password-wall.path | 12 Documentation=man:systemd-ask-password-wall.path(8) 18 DirectoryNotEmpty=/run/systemd/ask-password
|
D | systemd-ask-password-console.path | 12 Documentation=man:systemd-ask-password-console.path(8) 20 DirectoryNotEmpty=/run/systemd/ask-password
|
D | systemd-ask-password-console.service | 12 Documentation=man:systemd-ask-password-console.service(8) 20 ExecStart=systemd-tty-ask-password-agent --watch --console
|
D | meson.build | 103 ['systemd-ask-password-console.path', '', 105 ['systemd-ask-password-console.service', ''], 106 ['systemd-ask-password-wall.path', '', 108 ['systemd-ask-password-wall.service', ''],
|
/systemd-251/docs/ |
D | PASSWORD_AGENTS.md | 10 …password entry can simply drop a simple .ini-style file into `/run/systemd/ask-password` which mul… 21 * Create an inotify watch on /run/systemd/ask-password, watch for `IN_CLOSE_WRITE|IN_MOVED_TO` 22 * Ignore all events on files in that directory that do not start with "`ask.`" 23 * As soon as a file named "`ask.xxxx`" shows up, read it. It's a simple `.ini` file that may be par… 25 * You'll find the question to ask the user in the `Message=` field in the `[Ask]` section. It is a … 31 * Make sure to hide a password query dialog as soon as a) the `ask.xxxx` file is deleted, watch thi… 35 Again, it is essential that you stop showing the password box/notification/status icon if the `ask.… 39 You may test this all with manually invoking the "`systemd-ask-password`" tool on the command line.… 41 … `.path` units. This will ensure that systemd will watch the `/run/systemd/ask-password` directory…
|
/systemd-251/shell-completion/zsh/ |
D | _systemd | 1 …ystemd-cat systemd-ask-password systemd-cgls systemd-cgtop systemd-detect-virt systemd-machine-id-… 6 systemd-ask-password) 69 systemd-tty-ask-password-agent)
|
D | _machinectl | 91 '--no-ask-password[Do not ask for system passwords.]' \
|
D | _loginctl | 179 '--no-ask-password[Do not ask for system passwords]' \
|
D | _timedatectl | 64 '--no-ask-password[Do not prompt for password]' \
|
D | _hostnamectl | 91 '--no-ask-password[Do not prompt for password]' \
|
D | _localectl | 95 '--no-ask-password[Do not prompt for password]' \
|
D | _systemd-run | 33 '--no-ask-password[Do not query the user for authentication]' \
|
/systemd-251/test/fuzz/fuzz-unit-file/ |
D | systemd-ask-password-console.path | 13 Documentation=man:systemd-ask-password-console.service(8) 21 DirectoryNotEmpty=/run/systemd/ask-password
|
/systemd-251/man/rules/ |
D | meson.build | 842 ['systemd-ask-password-console.service', 844 ['systemd-ask-password-console.path', 845 'systemd-ask-password-wall.path', 846 'systemd-ask-password-wall.service'], 848 ['systemd-ask-password', '1', [], ''], 1027 ['systemd-tty-ask-password-agent', '1', [], ''],
|
/systemd-251/.github/ISSUE_TEMPLATE/ |
D | config.yml | 9 about: Please ask (and answer) questions here, use the issue tracker only for issues.
|
/systemd-251/src/shared/ |
D | meson.build | 9 'ask-password-api.c', 10 'ask-password-api.h', 291 'spawn-ask-password-agent.c', 292 'spawn-ask-password-agent.h',
|
/systemd-251/po/ |
D | tr.po | 253 "Uygulamaların sistemin otomatik olarak askıya alınmasını engellemesine izin " 261 "Bir uygulamanın sistemin otomatik olarak askıya alınmasına engel olması için " 286 "Bir uygulamanın sistemin askıya alma tuşunu idare etmesine engel olması için " 467 msgstr "Sistemi askıya al" 471 msgstr "Sistemi askıya almak kimlik doğrulaması gerektiriyor." 475 msgstr "Diğer kullanıcılar oturum açmışken sistemi askıya al" 482 "Diğer kullanıcılar oturum açmışken sistemi askıya almak kimlik doğrulaması " 487 msgstr "Bir uygulama engellenmesini isterken sistemi askıya al" 494 "Bir uygulama engellenmesini isterken sistemi askıya almak kimlik doğrulaması "
|
/systemd-251/shell-completion/bash/ |
D | hostnamectl | 38 [STANDALONE]='-h --help --version --transient --static --pretty --no-ask-password'
|
D | timedatectl | 43 --no-ask-password -H --host -M --machine --monitor
|
D | localectl | 37 local OPTS='-h --help --version --no-convert --no-pager --no-ask-password
|
D | portablectl | 37 --no-ask-password --enable --now -h --help --version'
|
D | machinectl | 37 …[STANDALONE]='--all -a -l --full --help -h --no-ask-password --no-legend --no-pager --version --va…
|
D | loginctl | 44 --no-legend --no-ask-password -l --full --value'
|
D | systemd-run | 34 …local OPTS='--no-ask-password --scope -u --unit -p --property --description --slice --slice-inherit
|
12