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-10-27 11:07:03 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 11:07:03 +0300
commit3a57b628d6947a5d7987d7769b5d793e6657fa7c (patch)
tree5e28fc64a00c95e575beac9c5936a963eaa85fe5 /include/tests_firewalls
parente0ea967f0173079c79cc45ac2934a7d6eae776eb (diff)
[FIRE-4518] mark as a root-only test
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index d92e28cc..726aeb81 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -192,7 +192,7 @@
# Description : Checking status of pf firewall components
# Notes : Use /dev/pf as first detection method if pf is available
if [ -e /dev/pf ]; then PREQS_MET="YES"; SKIPREASON=""; else PREQS_MET="NO"; SKIPREASON="No /dev/pf device"; fi
- Register --test-no FIRE-4518 --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight L --network NO --category security --description "Check pf firewall components"
+ Register --test-no FIRE-4518 --preqs-met ${PREQS_MET} --skip-reason "${SKIPREASON}" --weight L --network NO --root-only --category security --description "Check pf firewall components"
if [ ${SKIPTEST} -eq 0 ]; then
PFFOUND=0; PFLOGDFOUND=0