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>2020-03-20 16:00:57 +0300
committerGitHub <noreply@github.com>2020-03-20 16:00:57 +0300
commit8c0b42cdae398c063ea4e1301d88a5b1dabc2bf9 (patch)
tree34edbf51a424413fa128f45be38029b336d99157 /include/binaries
parentbf7bd1415b837180b280e5cf3598177274d95179 (diff)
parentfb9cdb5c435963b24ea98a729b133fb7714c1592 (diff)
Merge pull request #861 from topimiettinen/enhance-selinux-check
Enhance SELinux checks
Diffstat (limited to 'include/binaries')
-rw-r--r--include/binaries3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/binaries b/include/binaries
index cd91cab1..7c8477e7 100644
--- a/include/binaries
+++ b/include/binaries
@@ -250,7 +250,8 @@
samhain) SAMHAINBINARY="${BINARY}"; LogText " Found known binary: samhain (integrity tool) - ${BINARY}" ;;
service) SERVICEBINARY="${BINARY}"; LogText " Found known binary: service (system services) - ${BINARY}" ;;
sed) SEDBINARY="${BINARY}"; LogText " Found known binary: sed (text stream editor) - ${BINARY}" ;;
- sestatus) SESTATUSBINARY="${BINARY}"; LogText " Found known binary: sestatus (SELinux client) - ${BINARY}" ;;
+ semanage) SEMANAGEBINARY="${BINARY}"; LogText " Found known binary: semanage (SELinux policy management tool) - ${BINARY}" ;;
+ sestatus) SESTATUSBINARY="${BINARY}"; LogText " Found known binary: sestatus (SELinux status tool) - ${BINARY}" ;;
slocate) LOCATEBINARY="${BINARY}"; LogText " Found known binary: slocate (file database) - ${BINARY}" ;;
smbd) SMBDBINARY="${BINARY}"; if [ "${OS}" = "macOS" ]; then SMBDVERSION="unknown"; else SMBDVERSION=$(${BINARY} -V | grep "^Version" | awk '{ print $2 }'); fi; LogText "Found ${BINARY} (version ${SMBDVERSION})" ;;
smtpctl) SMTPCTLBINARY="${BINARY}"; LogText " Found known binary: smtpctl (OpenSMTPD client) - ${BINARY}" ;;