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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-09 16:16:24 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-09 16:16:24 +0300
commitd719706ecd08560d96de86bcc824507d4a007ca9 (patch)
tree200de9e06da79be204b9152a9dcfde3f62c19943
parentf4344329548653f8a50382323f6dcc8435e6b882 (diff)
parenta7b11aea5651543755a139ce2da7f54f63258271 (diff)
Merge branch 'master' of https://github.com/CISOfy/lynis
-rw-r--r--db/languages/hu38
-rw-r--r--include/consts5
-rwxr-xr-xlynis1
3 files changed, 43 insertions, 1 deletions
diff --git a/db/languages/hu b/db/languages/hu
new file mode 100644
index 00000000..bcdb3ec6
--- /dev/null
+++ b/db/languages/hu
@@ -0,0 +1,38 @@
+ERROR_NO_LICENSE="Nincs licenc kulcs konfigurálva"
+ERROR_NO_UPLOAD_SERVER="Nincs feltöltő szerver konfigurálva"
+GEN_CHECKING="Checking"
+GEN_CURRENT_VERSION="Jelenlegi verzió"
+GEN_DEBUG_MODE="Debug mode"
+GEN_INITIALIZE_PROGRAM="Initializing program"
+GEN_PHASE="szakasz"
+GEN_PLUGINS_ENABLED="Bővitmények engedelyézve"
+GEN_VERBOSE_MODE="Verbose mode"
+GEN_UPDATE_AVAILABLE="frissítés elérhető"
+GEN_WHAT_TO_DO="What to do"
+NOTE_EXCEPTIONS_FOUND="Exceptions found"
+NOTE_EXCEPTIONS_FOUND_DETAILED="Some exceptional events or information was found"
+NOTE_PLUGINS_TAKE_TIME="Note: plugins have more extensive tests and may take several minutes to complete"
+NOTE_SKIPPED_TESTS_NON_PRIVILEGED="Skipped tests due to non-privileged mode"
+SECTION_CUSTOM_TESTS="Egyedi Tesztek"
+SECTION_MALWARE="Malware"
+SECTION_MEMORY_AND_PROCESSES="Memória és Folyamatok"
+STATUS_DISABLED="LETILTOTT"
+STATUS_DONE="KÉSZ"
+STATUS_ENABLED="ENGEDÉLYEZETT"
+STATUS_ERROR="HIBA"
+STATUS_FOUND="FOUND"
+STATUS_YES="IGEN"
+STATUS_NO="NEM"
+STATUS_OFF="KI"
+STATUS_OK="OK"
+STATUS_ON="BE"
+STATUS_NONE="NONE"
+STATUS_NOT_FOUND="NOT FOUND"
+STATUS_NOT_RUNNING="NOT RUNNING"
+STATUS_RUNNING="RUNNING"
+STATUS_SKIPPED="SKIPPED"
+STATUS_SUGGESTION="JAVASLAT"
+STATUS_UNKNOWN="UNKNOWN"
+STATUS_WARNING="FIGYELMEZTETÉS"
+TEXT_YOU_CAN_HELP_LOGFILE="You can help by providing your log file"
+TEXT_UPDATE_AVAILABLE="frissítés elérhető"
diff --git a/include/consts b/include/consts
index 8271a4b8..8dda8540 100644
--- a/include/consts
+++ b/include/consts
@@ -138,7 +138,10 @@ unset LANG
NTPD_ROLE=""
OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY=0
ORACLE_RUNNING=0
- OS=""; OS_MODE=""
+ OS=""
+ OS_KERNELVERSION=""
+ OS_KERNELVERSION_FULL=""
+ OS_MODE=""
OS_REDHAT_OR_CLONE=0
OSIRISBINARY=""
PACMANBINARY=""
diff --git a/lynis b/lynis
index 5932baf2..9f7353f7 100755
--- a/lynis
+++ b/lynis
@@ -112,6 +112,7 @@ Make sure to execute ${PROGRAM_NAME} from untarred directory or check your insta
#Debug "Result: no (valid) language found, setting to default language (en)"
LANGUAGE="en"
fi
+
#
#################################################################################
#