=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libcap2-2.44/contrib/pcaps4suid0-106- # well symlinks to apps, so we use -a ... libcap2-2.44/contrib/pcaps4suid0:107: APP=`which -a $1 2>/dev/null` libcap2-2.44/contrib/pcaps4suid0-108- if [ "$APP" != "" ]; then ############################################## libcap2-2.44/contrib/pcaps4suid0-133- # $1 is app name libcap2-2.44/contrib/pcaps4suid0:134: APP=`which -a $1 2>/dev/null` libcap2-2.44/contrib/pcaps4suid0-135- if [ "$APP" != "" ]; then ############################################## libcap2-2.44/contrib/pcaps4convenience-91- # well symlinks to apps, so we use -a ... libcap2-2.44/contrib/pcaps4convenience:92: APP=`which -a $1 2>/dev/null` libcap2-2.44/contrib/pcaps4convenience-93- if [ "$APP" != "" ]; then ############################################## libcap2-2.44/contrib/pcaps4convenience-117- # $1 is app name libcap2-2.44/contrib/pcaps4convenience:118: APP=`which -a $1 2>/dev/null` libcap2-2.44/contrib/pcaps4convenience-119- if [ "$APP" != "" ]; then ############################################## libcap2-2.44/debian/tests/executables-137- libcap2-2.44/debian/tests/executables:138:if [ `stat -c '%u:%g' "$testfile"` != "`id -u $testuser`:`id -g $testuser`" ] libcap2-2.44/debian/tests/executables-139-then