Skip to content

Instantly share code, notes, and snippets.

@tkirkland
Created April 12, 2023 18:32
Show Gist options
  • Select an option

  • Save tkirkland/730701b195690eb2a86badb86dddb634 to your computer and use it in GitHub Desktop.

Select an option

Save tkirkland/730701b195690eb2a86badb86dddb634 to your computer and use it in GitHub Desktop.
Allow all policykit actions to prevent extra password prompting in remote sessions (place here: /etc/polkit-1/localauthority/50-local.d)
[Allow access to anything for remote users]
Identity=unix-user:*
Action=*
ResultAny=yes
ResultInactive=yes
ResultActive=yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment