]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/dbus-socket: check the socket path is absolute
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Feb 2023 09:03:50 +0000 (18:03 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Feb 2023 12:34:16 +0000 (21:34 +0900)
commit4de2b47bdec8bbb7df78678a152f18281b20e7b5
tree9e90c61d7a67045982ff8f710395219a0b353fe2
parent638fd8ccb84c0856ed0c95ab970aa00f72004aa0
core/dbus-socket: check the socket path is absolute

In config_parse_socket_listen(), we have checked the path is absolute,
however we have not in the dbus method.
src/core/dbus-socket.c