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:
authormboelen <michael@cisofy.com>2015-07-22 17:28:11 +0300
committermboelen <michael@cisofy.com>2015-07-22 17:28:11 +0300
commit66fb36959339c2b6b4594ca11ffdb0e279164e50 (patch)
tree11c7135141b4933dd7b8a0a7f1558d4ca757a76d /include/tests_mac_frameworks
parent1775590ba70ce52d6362141e395ecc1e80ddc4fa (diff)
Copyright line changes and cleanups
Diffstat (limited to 'include/tests_mac_frameworks')
-rw-r--r--include/tests_mac_frameworks24
1 files changed, 8 insertions, 16 deletions
diff --git a/include/tests_mac_frameworks b/include/tests_mac_frameworks
index 23e75e5e..4a0bc6dc 100644
--- a/include/tests_mac_frameworks
+++ b/include/tests_mac_frameworks
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2015, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -48,11 +48,11 @@
if [ ${SKIPTEST} -eq 0 ]; then
if [ ! "${AASTATUSBINARY}" = "" ]; then
# Checking AppArmor status
- #0 if apparmor is enabled and policy is loaded.
- #1 if apparmor is not enabled/loaded.
- #2 if apparmor is enabled but no policy is loaded.
- #3 if control files are not available
- #4 if apparmor status can't be read
+ # 0 if apparmor is enabled and policy is loaded.
+ # 1 if apparmor is not enabled/loaded.
+ # 2 if apparmor is enabled but no policy is loaded.
+ # 3 if control files are not available
+ # 4 if apparmor status can't be read
FIND=`${AASTATUSBINARY} > /dev/null; echo $?`
if [ ${FIND} -eq 0 ]; then
MAC_FRAMEWORK_ACTIVE=1
@@ -187,14 +187,6 @@ report "framework_selinux=${SELINUXFOUND}"
wait_for_keypress
-# To implement:
-# FMAC (OpenSolaris, MAC)
-# LSM (Linux Security Modules)
-# TrustedBSD (MAC)
-# RSBAC (RBAC)
-# Apple sandbox technology
-# PAX
-
#
#================================================================================
-# Lynis - Copyright 2007-2015, Michael Boelen - www.rootkit.nl - The Netherlands
+# Lynis - Copyright 2007-2015, Michael Boelen, CISOfy - https://cisofy.com