summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2012-05-22 09:57:20 -0400
committerDavid Zeuthen <davidz@redhat.com>2012-05-22 09:57:20 -0400
commitfc2bb7af79b5c45521d71ca1b1e7b35c1824f86c (patch)
treed1105a0b55629e0080fe6b1cd9a916e336cba486 /configure.ac
parent28ce5634df0a109d15f2b307e56fbfac92d7c876 (diff)
downloadpolkit-fc2bb7af79b5c45521d71ca1b1e7b35c1824f86c.tar.gz
Create rules.d directories
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4f2ac6f..7b7f3eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -518,3 +518,10 @@ echo "NOTE: The file ${bindir}/pkexec must be owned by root and"
echo " have mode 4755 (setuid root binary)"
echo
+echo "NOTE: The directory ${sysconfdir}/polkit-1/rules.d"
+echo " should have mode 700"
+echo
+
+echo "NOTE: The directory ${datadir}/polkit-1/rules.d"
+echo " should have mode 700"
+echo