openbsd-ports/sysutils/polkit/pkg
2011-06-02 13:41:36 +00:00
..
DESCR Import polkit-0.97. 2010-07-01 07:46:21 +00:00
PFRAG.shared Update to polkit-0.101. 2011-04-28 13:09:07 +00:00
PLIST MESSAGE -> README and greatly extend documentation in the process. 2011-06-01 12:23:53 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.2 2011/06/02 13:41:41 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

In most situations, PolicyKit will require a session to be marked as
"active" before granting privileges. This is done using ConsoleKit, so
you will most likely want to install the consolekit package along with
polkit.

On OpenBSD, the following identities are setup by default:
Administrative users	-> "wheel" group
Standard users 		-> "users" group

Disabling polkit
================
If you'd like to completely disable privilege granting through the
PolicyKit framework, create the file:
    ${SYSCONFDIR}/polkit-1/nullbackend.conf.d/99-nullbackend.conf
containing the following lines:
[Configuration]
Priority=99

Security considerations
=======================
polkitd(8) runs setuid(2) root in order to allow applications
to request additional fine-grained privileges (e.g. adjust the clock,
change the timezone...). Access to these privileges is controlled by
policy files and user passwords.