garcard Public
Go to file
T
Code
Use Git or checkout with SVN using the web URL.
No matching headings.
garcard
garcard is the in-progress Polkit authentication agent for the gar desktop suite.
Workspace
garcard: daemon runtimegarcard-ipc: shared protocol typesgarcardctl: control/debug CLI
Quick Start
cargo run -p garcard -- daemoncargo run -p garcardctl -- statuscargo run -p garcard -- prompt --mode secret --message "Validation prompt"
Config
Default config path: ~/.config/garcard/config.toml
Environment overrides:
GARCARD_SOCKETGARCARD_SOCKET_MODEGARCARD_CONFIGGARCARD_AGENT_BACKENDGARCARD_POLKIT_OBJECT_PATHGARCARD_LOCALEGARCARD_POLKIT_HELPER_SOCKETGARCARD_PROMPT_COMMANDGARCARD_PROMPT_TIMEOUT_SECS
See examples/config.toml for a starter file.
GARCARD_PROMPT_COMMAND is optional. If unset, garcard runs the built-in
garcard prompt gartk dialog path and falls back to systemd-ask-password
when the X11 prompt backend is unavailable.