Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 2 insertions, 1 deletions
diff --git a/lynis b/lynis
index 35a023ef..992fb3dd 100755
--- a/lynis
+++ b/lynis
@@ -129,7 +129,8 @@
PRIVILEGED=1
PENTESTINGMODE=0
else
- # Set to pentesting mode if scan is with root privileges
+ PRIVILEGED=0
+ # Set to pentesting mode if scan is without root privileges
PENTESTINGMODE=1
fi