mirror of https://github.com/CISOfy/lynis.git
Fix description of CheckFilePermissions (#243)
* Fix description of CheckFilePermissions "Adds a system to a group, which can be used for categorizing" should belong to AddSystemGroup but not CheckFilePermissions * make description of IsVirtualMachine right "Check if a specific item exists in the report" should no be the description of IsVirtualMachien, change it.
This commit is contained in:
parent
1cbd419020
commit
3fdb949152
|
@ -166,7 +166,7 @@
|
|||
|
||||
################################################################################
|
||||
# Name : CheckFilePermissions()
|
||||
# Description : Adds a system to a group, which can be used for categorizing
|
||||
# Description : Check file permissions
|
||||
#
|
||||
# Input : full path to file or directory
|
||||
# Returns : PERMS (FILE_NOT_FOUND | OK | BAD)
|
||||
|
@ -1152,7 +1152,7 @@
|
|||
|
||||
################################################################################
|
||||
# Name : IsVirtualMachine()
|
||||
# Description : Check if a specific item exists in the report
|
||||
# Description : Determine whether it is a virtual machine
|
||||
# Returns : ISVIRTUALMACHINE (0-2)
|
||||
# VMTYPE
|
||||
# VMFULLTYPE
|
||||
|
|
Loading…
Reference in New Issue