core-agent-linux/passwordless-root/polkit-1-qubes-allow-all.pkla
Peter Gerber a8b29c3fa6 passwordless-root: policykit: restrict access to group qubes
Without this restriction system users can start processes with
root privileges:

  $ sudo -u mail systemd-run --pipe -q id
  uid=0(root) gid=0(root) groups=0(root)
2020-09-13 14:16:07 +00:00

7 lines
103 B
Plaintext

[Qubes allow all]
Identity=unix-group:qubes
Action=*
ResultAny=yes
ResultInactive=yes
ResultActive=yes