Performance tuning by removing full listing of binaries from log

This commit is contained in:
mboelen 2015-04-29 11:57:30 +02:00
parent b5636db587
commit aa8410477e
1 changed files with 0 additions and 1 deletions
include

View File

@ -78,7 +78,6 @@
N=`expr ${N} + 1`
BINARY="${SCANDIR}/${I}"
DISCOVERED_BINARIES="${DISCOVERED_BINARIES}${BINARY} "
logtext "Binary: ${BINARY}"
# Optimized, much quicker (limited file access needed)
case ${I} in
aa-status) APPARMORFOUND=1; AASTATUSBINARY=${BINARY}; logtext " Found known binary: aa-status (apparmor component) - ${BINARY}" ;;