Polkit

From NixOS Wiki
Revision as of 14:11, 21 November 2021 by imported>Coolshaurya (Add polkit page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Polkit is used for controlling system-wide privileges. It provides an organized way for non-privileged processes to communicate with privileged ones. In contrast to sudo, it does not grant root permission to an entire process, but rather allows a finer level of control of centralized system policy.

Enable polkit

Polkit is enabled by default. If you wish to disable it, you can set `security.polkit.enable` to false.