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
diff options
context:
space:
mode:
authorDavid <2069735+Marzal@users.noreply.github.com>2019-07-18 00:28:51 +0300
committerGitHub <noreply@github.com>2019-07-18 00:28:51 +0300
commitd1cb74e7d9c8a6e515cbd2760f552fa11485cccb (patch)
tree5244315282c9fbd4219f0b3c00a0829aabd5caf9 /include/consts
parent8de806c9a7e6eaf69a7c66c191f5c59a782ee7cc (diff)
Delete PRIVILEGED var from this file
if PRIVILEGED is set in the file, it will overwrite the value in the main program always to 0. This change depends in the other commit that set the variable in both cases.
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/consts b/include/consts
index 343567df..6df1ea56 100644
--- a/include/consts
+++ b/include/consts
@@ -219,7 +219,6 @@ unset LANG
POSTGRES_RUNNING=0
PREVIOUS_TEST="No test ID"
PREVIOUS_TS=0
- PRIVILEGED=0
PROFILES=""
PROFILEVALUE=""
PSBINARY="ps"