diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/org.freedesktop.systemd1.policy.in (renamed from src/org.freedesktop.systemd1.policy) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org.freedesktop.systemd1.policy b/src/org.freedesktop.systemd1.policy.in index a9958c2e33..b8b354726b 100644 --- a/src/org.freedesktop.systemd1.policy +++ b/src/org.freedesktop.systemd1.policy.in @@ -24,7 +24,7 @@ <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/lib/systemd/systemd-reply-password</annotate> + <annotate key="org.freedesktop.policykit.exec.path">@rootlibexecdir@/systemd-reply-password</annotate> </action> <action id="org.freedesktop.systemd1.BusAccess"> @@ -35,7 +35,7 @@ <allow_inactive>no</allow_inactive> <allow_active>auth_admin_keep</allow_active> </defaults> - <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/systemd-stdio-bridge</annotate> + <annotate key="org.freedesktop.policykit.exec.path">@bindir@/systemd-stdio-bridge</annotate> </action> </policyconfig> |