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:
authorDeon Spengler <deonspengler@users.noreply.github.com>2018-10-17 15:20:52 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-17 15:20:52 +0300
commit72796f57574bfc0e31051bd2e3602fd9531bbae9 (patch)
tree6037d6bd4111c57932e369ef356ddba2692b66e8 /include/binaries
parent823ebd8268ea603a00b4c582b95eb43449948b3c (diff)
Added support for TOMOYO Linux Mandatory Access Control (#589)
* Added binary for TOMOYO Linux * Added support for TOMOYO Linux Mandatory Access Control
Diffstat (limited to 'include/binaries')
-rw-r--r--include/binaries1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/binaries b/include/binaries
index cfa2f5fd..a33e610f 100644
--- a/include/binaries
+++ b/include/binaries
@@ -225,6 +225,7 @@
syslog-ng) SYSLOGNGBINARY="${BINARY}"; SYSLOGNGVERSION=$(${BINARY} -V 2>&1 | grep "^syslog-ng" | awk '{ print $2 }'); LogText "Found ${BINARY} (version ${SYSLOGNGVERSION})" ;;
systemctl) SYSTEMCTLBINARY="${BINARY}"; LogText " Found known binary: systemctl (client to systemd) - ${BINARY}" ;;
timedatectl) TIMEDATECTL="${BINARY}"; LogText " Found known binary: timedatectl (timedate client) - ${BINARY}" ;;
+ tomoyo-init) TOMOYOINITBINARY=${BINARY}; LogText " Found known binary: tomoyo-init (tomoyo component) - ${BINARY}" ;;
tr) TRBINARY="${BINARY}"; LogText " Found known binary: tr (text transformation) - ${BINARY}" ;;
tripwire) TRIPWIREBINARY="${BINARY}"; LogText " Found known binary: tripwire (file integrity) - ${BINARY}" ;;
tune2fs) TUNE2FSBINARY="${BINARY}"; LogText " Found known binary: tune2fs (file system tool) - ${BINARY}" ;;