]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "machine: restrict register-machine action again"
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 14 Oct 2025 17:07:50 +0000 (18:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 15 Oct 2025 10:02:34 +0000 (12:02 +0200)
Now that we have landed several fixes, this should be safe to do
again, so allow logged in users to register machines without
authentication prompts

This reverts commit 65badde82e0c77875a23f084cf3251c052e042e2.

src/machine/org.freedesktop.machine1.policy

index bba3da906ad243a82d4d47d15b3683ca484bc933..d5b8d83d2aade22c1450b6b4aacda9453d520030 100644 (file)
                 <defaults>
                         <allow_any>auth_admin</allow_any>
                         <allow_inactive>auth_admin</allow_inactive>
-                        <allow_active>auth_admin_keep</allow_active>
+                        <allow_active>yes</allow_active>
                 </defaults>
         </action>