Advertisement
GroupXyz

Untitled

Jul 9th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. polkit.addRule(function(action, subject) {
  2. if (action.id == "org.freedesktop.DisplayManager") {
  3. return polkit.Result.YES;
  4. }
  5. });
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement