Check: RHEL-06-000044
      
      
        
  Red Hat Enterprise Linux 6 STIG:
  RHEL-06-000044
  
    (in versions v2 r2 through v1 r14)
  
      
      
    
  Title
The /etc/group file must have mode 0644 or less permissive. (Cat II impact)
Discussion
The "/etc/group" file contains information regarding groups that are configured on the system. Protection of this file is important for system security.
Check Content
To check the permissions of "/etc/group", run the command: $ ls -l /etc/group If properly configured, the output should indicate the following permissions: "-rw-r--r--" If it does not, this is a finding.
Fix Text
To properly set the permissions of "/etc/group", run the command: # chmod 644 /etc/group
Additional Identifiers
Rule ID: SV-217882r603264_rule
Vulnerability ID: V-217882
Group Title: SRG-OS-000480
Expert Comments
      Expert comments are only available to logged-in users.
    
  
  
      
        
        
      
      
        
  CCIs
      
      
        
        
      
    
  
    
  CCIs tied to check.
  
  
  | Number | Definition | 
|---|---|
| CCI-000366 | Implement the security configuration settings. | 
      
        
        
      
      
        
  Controls
      
      
        
        
      
    
  
    
  Controls tied to check. These are derived from the CCIs shown above.
  
  
  | Number | Title | 
|---|---|
| CM-6 | Configuration Settings |