This file is indexed.

/usr/share/doc/lastpass-cli/examples/lpass-sudo.sh is in lastpass-cli 0.7.0-1.

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
 9
10
#!/bin/sh
#
# Run sudo using lpass-sudo-askpass
#
# Copyright (c) 2014 LastPass.
#
PREFIX=/usr/bin
SUDO_ASKPASS=$PREFIX/lpass-sudo-askpass.sh
export SUDO_ASKPASS
exec $PREFIX/sudo -A "$@"