Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
   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