Skip to content

Commit f0cd05e

Browse files
committed
polkit: Allow remote upgrades
Fixes #1005
1 parent 85ef7fb commit f0cd05e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usr/share/polkit-1/actions/com.linuxmint.mint-release-upgrade.policy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<action id="com.linuxmint.mint-release-upgrade.upgrade">
1111
<icon_name>mintupdate</icon_name>
1212
<defaults>
13-
<allow_any>no</allow_any>
14-
<allow_inactive>no</allow_inactive>
13+
<allow_any>auth_admin_keep</allow_any>
14+
<allow_inactive>auth_admin_keep</allow_inactive>
1515
<allow_active>auth_admin_keep</allow_active>
1616
</defaults>
1717
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/mint-release-upgrade-root</annotate>

0 commit comments

Comments
 (0)