From 4d140eb49f0044d4e3d4488ca2e7a0d01538de51 Mon Sep 17 00:00:00 2001 From: Mateus Melchiades Date: Mon, 22 Jul 2024 11:34:39 -0300 Subject: [PATCH] fix: Remember polkit auth --- recipe.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/recipe.yml b/recipe.yml index f5f515a..6307159 100644 --- a/recipe.yml +++ b/recipe.yml @@ -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"