Guest User

Untitled

a guest
Jan 17th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. authentication is required to create a color profile
  2.  
  3. polkit.addRule(function(action, subject) { if ((action.id ==
  4. “org.freedesktop.color-manager.create-device” || action.id ==
  5. “org.freedesktop.color-manager.create-profile” || action.id ==
  6. “org.freedesktop.color-manager.delete-device” || action.id ==
  7. “org.freedesktop.color-manager.delete-profile” || action.id ==
  8. “org.freedesktop.color-manager.modify-device” || action.id ==
  9. “org.freedesktop.color-manager.modify-profile”) &&
  10. subject.isInGroup(“{group}”)) { return polkit.Result.YES; } });
Add Comment
Please, Sign In to add comment