The tiger script check_suid does the equivalent of: strings dbus-daemon-launch-helper | grep -E '\.\./' And finds: ../../dbus/dbus-connection.c ../../dbus/dbus-errors.c ../../dbus/dbus-message.c ../../dbus/dbus-pending-call.c ../../dbus/dbus-signature.c ../../dbus/dbus-watch.c ../../dbus/dbus-bus.c ../../dbus/dbus-server.c Please remove these strings. Thanks, Ian
...
This tool is presumably looking for attempts to read, write or execute
relative paths. This output looks very much like a false positive: the
strings appear in debug or warning messages to identify the module
emitting the message.
S