summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <david@fubar.dk>2006-03-15 00:33:35 +0000
committerDavid Zeuthen <david@fubar.dk>2006-03-15 00:33:35 +0000
commitfcb7e7f45ad8c92844a019c318f7add4accea3e6 (patch)
tree3c449e6194d84b2d5a7c54eabdb784d11f374d0a
parent4203c0a966ec2b8004334cf36ca5123384c93657 (diff)
downloadpolkit-fcb7e7f45ad8c92844a019c318f7add4accea3e6.tar.gz
Change priorities from 90 10 to 98 02 to make this work
Remove user="@POLKIT_USER@" bits as I'm not sure we need a dedicated user Cosmetic things
-rw-r--r--ChangeLog10
-rw-r--r--configure.in4
-rw-r--r--polkitd/PolicyKit.conf.in3
-rwxr-xr-xpolkitd/PolicyKit.in2
4 files changed, 13 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f140e..ff409b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-03-14 David Zeuthen <davidz@redhat.com>
+
+ * polkitd/PolicyKit.in: Change priorities from 90 10 to 98 02 to make
+ this work
+
+ * polkitd/PolicyKit.conf.in: Remove user="@POLKIT_USER@" bits as I'm
+ not sure we need a dedicated user
+
+ * configure.in: Cosmetic things
+
2006-03-15 Kay Sievers <kay.sievers@vrfy.org>
Add SUSE distro bits.
diff --git a/configure.in b/configure.in
index a5fb912..f253620 100644
--- a/configure.in
+++ b/configure.in
@@ -330,7 +330,7 @@ privileges/Makefile
dnl ==========================================================================
echo "
PolicyKit $VERSION
- =================
+ =================
prefix: ${prefix}
libdir: ${LIBDIR}
@@ -350,7 +350,7 @@ echo "
group for PolicyKit: ${POLKIT_GROUP}
pidfile for polkitd: ${POLKITD_PID_FILE}
- distribution ${with_os_type}
+ Distribution/OS: ${with_os_type}
PAM support: ${have_pam}
PAM file auth: ${PAM_FILE_INCLUDE_AUTH}
diff --git a/polkitd/PolicyKit.conf.in b/polkitd/PolicyKit.conf.in
index 95c37a2..61b3486 100644
--- a/polkitd/PolicyKit.conf.in
+++ b/polkitd/PolicyKit.conf.in
@@ -4,9 +4,6 @@
<busconfig>
<!-- Only uid 0 or user @POLKIT_USER@ can own the org.freedesktop.PolicyKit service -->
- <policy user="@POLKIT_USER@">
- <allow own="org.freedesktop.PolicyKit"/>
- </policy>
<policy user="0">
<allow own="org.freedesktop.PolicyKit"/>
</policy>
diff --git a/polkitd/PolicyKit.in b/polkitd/PolicyKit.in
index e2c2da2..104386b 100755
--- a/polkitd/PolicyKit.in
+++ b/polkitd/PolicyKit.in
@@ -2,7 +2,7 @@
#
# PolicyKit: PolicyKit daemon
#
-# chkconfig: 345 90 10
+# chkconfig: 345 98 02
# description: The PolicyKit maintains a list of privileges and \
# provides interfaces for changing it. \
# See http://www.freedesktop.org/Software/hal