您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

enable-mount.rules.polkit 193 B

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