## SECTION=system_libraries menuconfig POLKIT tristate prompt "policykit-1 " select HOST_MESON select HOST_GETTEXT select LIBC_CRYPT select DUKTAPE select EXPAT select GLIB select SYSTEMD if POLKIT_SYSTEMD select SYSTEMD_LOGIND if POLKIT_SYSTEMD select ROOTFS_VAR_LIB if RUNTIME help PolicyKit offers an infrastructure for security policies for dbus applications. Note: on a read-only root filesystem this package still requires a writable '/var/lib' for its run-time information. if POLKIT config POLKIT_SYSTEMD bool "systemd based session tracking" depends on INITMETHOD_SYSTEMD default y help Use systemd for session tracking, else ConsoleKit is used comment "install options ---" config POLKIT_PKEXEC bool prompt "Install pkexec" help pkexec - Execute a command as another user or with elevated privileges. Old and obsolete tool. Use 'sudo' for this kind of task. endif