diff options
| author | Christian Rößler | 2013-09-04 13:08:20 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-04 13:08:20 +0200 |
| commit | 90f0940439be9d1bcc6db3c198c20d299dd0e701 (patch) | |
| tree | eb80c725122d02ec5c41cbcef3e38ad960789809 /remote/modules/udisks/data | |
| parent | [vbox] README file updated: systemd-udevd limitation ENV{DEVTYPE}=="usb_device" (diff) | |
| parent | Add udisks module (diff) | |
| download | tm-scripts-90f0940439be9d1bcc6db3c198c20d299dd0e701.tar.gz tm-scripts-90f0940439be9d1bcc6db3c198c20d299dd0e701.tar.xz tm-scripts-90f0940439be9d1bcc6db3c198c20d299dd0e701.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/udisks/data')
| -rw-r--r-- | remote/modules/udisks/data/usr/share/polkit-1/rules.d/10-drives.rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/remote/modules/udisks/data/usr/share/polkit-1/rules.d/10-drives.rules b/remote/modules/udisks/data/usr/share/polkit-1/rules.d/10-drives.rules new file mode 100644 index 00000000..72c4fb16 --- /dev/null +++ b/remote/modules/udisks/data/usr/share/polkit-1/rules.d/10-drives.rules @@ -0,0 +1,6 @@ +polkit.addRule(function(action, subject) { + if (action.id.indexOf("org.freedesktop.udisks") == 0) { + return polkit.Result.YES; + } +}); + |
