mandos-ctl: Fix --secret when using the dbus-python module
* mandos-ctl (dbus_python_adapter.SystemBus.set_client_property): New; force ByteArray type to be sent for the client property "Secret". (Test_dbus_python_adapter_SystemBus.MockDBusPython_func .mock_dbus_python.SystemBus.get_object.DBusObject.Set): New. (Test_dbus_python_adapter_SystemBus.MockDBusPython_func .mock_dbus_python.SystemBus.get_object.set_property): - '' - (Test_dbus_python_adapter.SystemBus.MockDBusPython_func .mock_dbus_python.ByteArray): - '' - (Test_dbus_python_adapter_SystemBus .test_Set_Secret_sends_bytearray): - '' -
if ! dpkg-statoverride --list "/var/lib/mandos" >/dev/null \
54
2>&1; then
55
chown _mandos:_mandos /var/lib/mandos
56
chmod u=rwx,go= /var/lib/mandos
57
fi
58
59
if dpkg --compare-versions "$2" eq "1.8.0-1" \
60
|| dpkg --compare-versions "$2" eq "1.8.0-1~bpo9+1"; then
61
if grep --quiet --regexp='^[[:space:]]*key_id[[:space:]]*=[[:space:]]*[Ee]3[Bb]0[Cc]44298[Ff][Cc]1[Cc]149[Aa][Ff][Bb][Ff]4[Cc]8996[Ff][Bb]92427[Aa][Ee]41[Ee]4649[Bb]934[Cc][Aa]495991[Bb]7852[Bb]855[[:space:]]*$' /etc/mandos/clients.conf; then