mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-25 23:05:01 +02:00
Don't show umask exception, as it will trigger on Debian 8
This commit is contained in:
parent
a427eb6fa7
commit
b9dba2f3be
@ -914,11 +914,9 @@
|
||||
AddHP 0 2
|
||||
fi
|
||||
else
|
||||
LogText "Result: found no umask. Please check if this is correct"
|
||||
Display --indent 4 --text "- Checking umask (/etc/profile)" --result "NOT FOUND" --color YELLOW
|
||||
ReportException "${TEST_NO}:01"
|
||||
ReportManual "AUTH-9328:01"
|
||||
AddHP 0 2
|
||||
# Some operating systems don't have a default umask defined in /etc/profile (Debian)
|
||||
LogText "Result: found no umask. Please check if this is correct"
|
||||
Display --indent 4 --text "- Checking umask (/etc/profile)" --result "NOT FOUND" --color YELLOW
|
||||
fi
|
||||
else
|
||||
LogText "Result: file /etc/profile does not exist"
|
||||
|
Loading…
x
Reference in New Issue
Block a user