Skip to content

Commit

Permalink
fix: Remember polkit auth
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme authored Jul 22, 2024
1 parent e2c6855 commit 4d140eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ stages:
- apt autoremove -y
- apt clean

- name: polkit-remember-auth
type: shell
commands:
- sed -ie 's/auth_admin/auth_admin_keep/' /usr/share/polkit-1/actions/org.freedesktop.policykit.policy

- name: fsguard
type: fsguard
FsGuardLocation: "/usr/sbin/FsGuard"
Expand Down

0 comments on commit 4d140eb

Please sign in to comment.