diff options
| author | Simon Rettberg | 2013-09-04 20:33:12 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-09-30 13:22:04 +0200 |
| commit | 5bf99f38a30af1ed335feab15ab4c3c6ccc252ff (patch) | |
| tree | 81744f6622666836e4be7c5677760be3ed5b2f73 /remote | |
| parent | Add udisks module (diff) | |
| download | tm-scripts-5bf99f38a30af1ed335feab15ab4c3c6ccc252ff.tar.gz tm-scripts-5bf99f38a30af1ed335feab15ab4c3c6ccc252ff.tar.xz tm-scripts-5bf99f38a30af1ed335feab15ab4c3c6ccc252ff.zip | |
[polkit] Fix integration with gnome/udisks2, fixes usb mount on Ubuntu 13.04
Diffstat (limited to 'remote')
| -rw-r--r-- | remote/modules/polkit/polkit.conf.opensuse | 1 | ||||
| -rw-r--r-- | remote/modules/polkit/polkit.conf.ubuntu | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/remote/modules/polkit/polkit.conf.opensuse b/remote/modules/polkit/polkit.conf.opensuse index 10cedbe9..e7c1f369 100644 --- a/remote/modules/polkit/polkit.conf.opensuse +++ b/remote/modules/polkit/polkit.conf.opensuse @@ -7,5 +7,6 @@ REQUIRED_CONTENT_PACKAGES=" " REQUIRED_DIRECTORIES+=" /usr/lib/polkit-1 + /var/lib/polkit " diff --git a/remote/modules/polkit/polkit.conf.ubuntu b/remote/modules/polkit/polkit.conf.ubuntu index 76d31b9e..eb2f88d1 100644 --- a/remote/modules/polkit/polkit.conf.ubuntu +++ b/remote/modules/polkit/polkit.conf.ubuntu @@ -4,9 +4,16 @@ REQUIRED_INSTALLED_PACKAGES=" REQUIRED_CONTENT_PACKAGES=" libmozjs185-1.0 policykit-1 + policykit-desktop-privileges " REQUIRED_DIRECTORIES+=" /usr/lib/policykit-1 /usr${ARCH_LIB_DIR}/polkit-1 + /var/lib/polkit-1 +" +# Module specific: Root of dirstructs we need directly from system +REQUIRED_DIR_STRUCT=" + /var/lib/polkit-1 + /etc/polkit-1 " |
