33380d61b2
PolicyKit is an application-level toolkit for defining and handling the policy that allows unprivileged processes to speak to privileged processes: It is a framework for centralizing the decision making process with respect to granting access to privileged operations for unprivileged applications. PolicyKit is specifically targeting applications in rich desktop environments on multi-user UNIX-like operating systems. It does not imply or rely on any exotic kernel features.
18 lines
671 B
Text
18 lines
671 B
Text
$NetBSD: patch-ac,v 1.1.1.1 2008/11/22 03:33:38 jmcneill Exp $
|
|
|
|
--- data/Makefile.in.orig 2008-07-22 12:15:07.000000000 -0400
|
|
+++ data/Makefile.in
|
|
@@ -245,11 +245,11 @@ top_srcdir = @top_srcdir@
|
|
|
|
# See polkit-grant/Makefile.am for discussion
|
|
#
|
|
-@POLKIT_AUTHFW_PAM_TRUE@pamdir = $(sysconfdir)/pam.d
|
|
+@POLKIT_AUTHFW_PAM_TRUE@pamdir = $(PREFIX)/share/examples/policykit
|
|
@POLKIT_AUTHFW_PAM_TRUE@pam_DATA = polkit
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = polkit.pc polkit-dbus.pc polkit-grant.pc
|
|
-confdir = $(sysconfdir)/PolicyKit
|
|
+confdir = $(PREFIX)/share/examples/policykit
|
|
conf_DATA = PolicyKit.conf
|
|
dtddir = $(datadir)/PolicyKit
|
|
dtd_DATA = config.dtd
|