3.2 Ensure group write permission are removed from default groups

Information

The system is audited for group writable files.

An audit should be performed on the system to search for the presence of group writable files.

In an extreme case - where this permission is required - the file needs to be added to the TSD and audit configurations.

The preference is no group writeable files.

Solution

- Review the currently mounted local filesystems using the following to find all group writable files on local JFS/JFS2 filesystems only:

find / ( -fstype jfs -o -fstype jfs2 ) -type f -perm -g+w -ls
- Remedy any files in the list, e.g., chmod g-w {filename}
- Document any files, and motivate why they are group writeable, and also add documentation re: when/why this exception ceases.

See Also

https://workbench.cisecurity.org/benchmarks/10385

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: Unix

Control ID: b5ad2886108c81f50f42d07d59cb1ac22f592e8e60f29ab54d58a86d4849447a