This file is indexed.

/usr/bin/gsmartcontrol-root is in gsmartcontrol 0.8.7-1.2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
#!/bin/sh
if test $# -gt 0; then
	shift;
fi
su-to-root -X -c 'gsmartcontrol $@'
exit $?