service/polkit: add service module to write Polkit agents

This commit is contained in:
Cu3PO42 2025-10-09 23:50:08 +02:00 committed by outfoxxed
parent 1b147a2c78
commit db1777c20b
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
23 changed files with 1557 additions and 1 deletions

View file

@ -192,6 +192,13 @@ To disable: `-DSERVICE_PAM=OFF`
Dependencies: `pam`
### Polkit
This feature enables creating Polkit agents that can prompt user for authentication.
To disable: `-DSERVICE_POLKIT=OFF`
Dependencies: `polkit`, `glib`
### Hyprland
This feature enables hyprland specific integrations. It requires wayland support
but has no extra dependencies.