00-mount-internal.rules 218 B

123456
  1. polkit.addRule(function(action, subject) {
  2. if ((action.id == "org.freedesktop.udisks2.filesystem-mount-system" && subject.local && subject.active && subject.isInGroup("storage")))
  3. {
  4. return polkit.Result.YES;
  5. }
  6. });