summaryrefslogtreecommitdiffstats
path: root/core/modules/polkit/module.conf.ubuntu.18
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/polkit/module.conf.ubuntu.18')
-rw-r--r--core/modules/polkit/module.conf.ubuntu.1819
1 files changed, 19 insertions, 0 deletions
diff --git a/core/modules/polkit/module.conf.ubuntu.18 b/core/modules/polkit/module.conf.ubuntu.18
new file mode 100644
index 00000000..27af83af
--- /dev/null
+++ b/core/modules/polkit/module.conf.ubuntu.18
@@ -0,0 +1,19 @@
+#!/bin/bash
+REQUIRED_INSTALLED_PACKAGES=""
+# libmozjs185-1.0
+REQUIRED_CONTENT_PACKAGES="
+ policykit-1
+ policykit-desktop-privileges
+"
+REQUIRED_DIRECTORIES+="
+ /usr/lib/policykit-1
+ /usr${ARCH_LIB_DIR}/polkit-1
+ /var/lib/polkit-1
+ /etc/dbus-1/system.d
+"
+# Module specific: Root of dirstructs we need directly from system
+REQUIRED_DIR_STRUCT="
+ /var/lib/polkit-1
+ /etc/polkit-1
+"
+