]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
login1: policy: Authorize active users to boot to firmware
authorCarlo Caione <carlo@endlessm.com>
Fri, 20 Jul 2018 21:22:50 +0000 (22:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 23 Jul 2018 09:12:33 +0000 (11:12 +0200)
Currently to set the flag to reboot into the firmware setup an
authentication by an administrative user is required. Since we are
already enabling active users to reboot the system, it is advisable to
let the user decide if he wants to boot into the firmware setup without
any more hassle.

src/login/org.freedesktop.login1.policy

index f1d1f956d33abcdd9c121ffe14e3e1607e711e6d..78bee24b0524c98565f5963c94412780359b74ac 100644 (file)
                 <defaults>
                         <allow_any>auth_admin_keep</allow_any>
                         <allow_inactive>auth_admin_keep</allow_inactive>
-                        <allow_active>auth_admin_keep</allow_active>
+                        <allow_active>yes</allow_active>
                 </defaults>
         </action>