LinuxCommandLibrary

polkitd

PolicyKit authorization daemon

TLDR

Start PolicyKit daemon

$ polkitd
copy
Run with debug output
$ polkitd --debug
copy
Specify config directory
$ polkitd --config-dir=[/etc/polkit-1]
copy

SYNOPSIS

polkitd [options]

DESCRIPTION

polkitd is the PolicyKit authorization daemon that processes authorization requests from applications. It evaluates policy rules defined in JavaScript or .pkla files to determine whether a user or process is authorized to perform a specific action.
The daemon is typically started automatically by D-Bus or systemd when an authorization check is needed. The --debug flag enables verbose logging for troubleshooting policy issues.

PARAMETERS

--debug

Enable debug output.
--config-dir DIR
Configuration directory.
--no-debug
Disable debug output.

CAVEATS

Usually started by systemd. System service.

HISTORY

polkitd is the daemon component of PolicyKit authorization framework.

SEE ALSO

polkit(8), pkexec(1), systemd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community