This file is indexed.

/etc/lockout/unlock.sh is in lockout 0.2.3-3.

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
7
8
#!/bin/sh
#
# This file contains all the commands that are required to undo the effects
# of the /etc/lockout/lock.sh script.
#
# See the lockout(1) manual for an example.
#
echo "Doing nothing.  Edit /etc/lockout/unlock.sh"