]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/dbus-execute.c
core: fix values of BindPaths and BindReadOnlyPaths properties on 32-bit platforms...
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 10 Apr 2017 11:20:17 +0000 (14:20 +0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Apr 2017 11:20:17 +0000 (13:20 +0200)
commitc9b061085678a8b00cf3631b123378fc6104a56f
treea610da45c606f56fadd7fee022b9ab9457ef3855
parentddbf0d4b92733a54de50724c756fd48237ad70c9
core: fix values of BindPaths and BindReadOnlyPaths properties on 32-bit platforms (#5713)

$ busctl get-property \
    org.freedesktop.systemd1 \
    /org/freedesktop/systemd1/unit/run_2dr471de87550554a6dbb165501c33c5dab_2eservice \
    org.freedesktop.systemd1.Service BindReadOnlyPaths

a(ssbt) 1 "/etc" "/etc" false 9228635523571007488

The correct values are 0 and 16384
src/core/dbus-execute.c