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:08:43 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-27 11:08:43 +0300
commita1f9f902a19721e0849a2be22287a5ef700b11e8 (patch)
tree475c0a2691f9ee4c5910ceecad3bc47360e52a5f /include/tests_firewalls
parentedeae38f4dfe34512f335200e50ae191d3c50136 (diff)
[FIRE-4518] mark as a root-only test - correction
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 726aeb81..262aa8d3 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 --root-only --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 YES --category security --description "Check pf firewall components"
if [ ${SKIPTEST} -eq 0 ]; then
PFFOUND=0; PFLOGDFOUND=0