[Lunar-commits] <moonbase> polkit: This may cure some issues; chmod 700 /etc/polkit-1.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 7 19:34:14 CEST 2011
commit 69f436dacdd171cbd9908a8162f28d54086bd8fb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Sep 7 13:34:14 2011 -0400
polkit: This may cure some issues; chmod 700 /etc/polkit-1.
---
devel/polkit/BUILD | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/devel/polkit/BUILD b/devel/polkit/BUILD
index 5b37cee..0437dd8 100644
--- a/devel/polkit/BUILD
+++ b/devel/polkit/BUILD
@@ -1,6 +1,11 @@
(
OPTS+=" --disable-man-pages " &&
- default_build
+ default_build &&
+
+# The following notes are from the ./confiugre summary;
+# NOTE: The directory ${prefix}/etc/polkit-1/localauthority must be owned
+# by root and have mode 700
+ chmod 700 /etc/polkit-1
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list