957a8497e0
- Upgrade to v242 (commit 071c380dcc434dca2a0c8b6de0519cc9e816c6d6) See https://github.com/openSUSE/systemd/blob/SUSE/v242/NEWS for details. - Drop "BuildRequires: -post-build-checks" from the specfile (bsc#1130230) The syntax of this directive is obsolete and should be replaced by "#!BuildIgnore: post-build-checks". However there's no good reasons to disable these SUSE extra checks, so let's re-enable them and fix the few errors it detected. OBS-URL: https://build.opensuse.org/request/show/700167 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1059
52 lines
3.1 KiB
Diff
52 lines
3.1 KiB
Diff
diff --git a/src/login/org.freedesktop.login1.policy b/src/login/org.freedesktop.login1.policy
|
|
index 6dc79aa32a..398fb7bc21 100644
|
|
--- a/src/login/org.freedesktop.login1.policy
|
|
+++ b/src/login/org.freedesktop.login1.policy
|
|
@@ -337,17 +337,6 @@
|
|
</defaults>
|
|
</action>
|
|
|
|
- <action id="org.freedesktop.login1.set-reboot-parameter">
|
|
- <description gettext-domain="systemd">Set the reboot "reason" in the kernel</description>
|
|
- <message gettext-domain="systemd">Authentication is required to set the reboot "reason" in the kernel.</message>
|
|
- <defaults>
|
|
- <allow_any>auth_admin_keep</allow_any>
|
|
- <allow_inactive>auth_admin_keep</allow_inactive>
|
|
- <allow_active>yes</allow_active>
|
|
- </defaults>
|
|
- <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate>
|
|
- </action>
|
|
-
|
|
<action id="org.freedesktop.login1.set-reboot-to-firmware-setup">
|
|
<description gettext-domain="systemd">Indicate to the firmware to boot to setup interface</description>
|
|
<message gettext-domain="systemd">Authentication is required to indicate to the firmware to boot to setup interface.</message>
|
|
@@ -359,28 +348,6 @@
|
|
<annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate>
|
|
</action>
|
|
|
|
- <action id="org.freedesktop.login1.set-reboot-to-boot-loader-menu">
|
|
- <description gettext-domain="systemd">Indicate to the boot loader to boot to the boot loader menu</description>
|
|
- <message gettext-domain="systemd">Authentication is required to indicate to the boot loader to boot to the boot loader menu.</message>
|
|
- <defaults>
|
|
- <allow_any>auth_admin_keep</allow_any>
|
|
- <allow_inactive>auth_admin_keep</allow_inactive>
|
|
- <allow_active>yes</allow_active>
|
|
- </defaults>
|
|
- <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate>
|
|
- </action>
|
|
-
|
|
- <action id="org.freedesktop.login1.set-reboot-to-boot-loader-entry">
|
|
- <description gettext-domain="systemd">Indicate to the boot loader to boot a specific entry</description>
|
|
- <message gettext-domain="systemd">Authentication is required to indicate to the boot loader to boot into a specific boot loader entry.</message>
|
|
- <defaults>
|
|
- <allow_any>auth_admin_keep</allow_any>
|
|
- <allow_inactive>auth_admin_keep</allow_inactive>
|
|
- <allow_active>yes</allow_active>
|
|
- </defaults>
|
|
- <annotate key="org.freedesktop.policykit.imply">org.freedesktop.login1.reboot</annotate>
|
|
- </action>
|
|
-
|
|
<action id="org.freedesktop.login1.set-wall-message">
|
|
<description gettext-domain="systemd">Set a wall message</description>
|
|
<message gettext-domain="systemd">Authentication is required to set a wall message</message>
|