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
   231         kx polkit.addRule(
   231         kx   function(action, subject) {
   231         kx     if ( (action.id == "org.freedesktop.upower.suspend" ||
   231         kx           action.id == "org.freedesktop.upower.hibernate")
   231         kx           && subject.isInGroup("power") ) {
   231         kx       return polkit.Result.YES;
   231         kx     }
   231         kx   }
   231         kx );