diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-12 01:15:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-12 01:15:30 +0100 |
commit | 25705583af79130d2692de297ac971f3cf165619 (patch) | |
tree | 31ef085d558ef318a190c26565f25c34b8dea285 /src | |
parent | a8f11321c209830a35edd0357e8def5d4437d854 (diff) |
polkit: autogenerate polkit policy with correct paths
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> |