334 kx /* http://udisks.freedesktop.org/docs/latest/udisks-polkit-actions.html */
334 kx
334 kx polkit.addRule(function(action, subject) {
334 kx if (action.id == "org.freedesktop.udisks2.filesystem-mount" &&
334 kx subject.isInGroup("plugdev")) {
334 kx return polkit.Result.YES;
334 kx }
334 kx });
334 kx
334 kx polkit.addRule(function(action, subject) {
334 kx if (action.id == "org.freedesktop.udisks2.eject-media" &&
334 kx subject.isInGroup("plugdev")) {
334 kx return polkit.Result.YES;
334 kx }
334 kx });
334 kx