1. Home
  2. Security Hardening
  3. CIS Apple MacOS 10.12 L1 V1.2.0
  4. Check System Wide Applications for appropriate permissions

Check System Wide Applications for appropriate permissions

Details

Applications in the System Applications Directory (/Applications) should be world executable since that is their reason to be on the system. They should not be world writable and allow any process or user to alter them for other processes or users to then execute modified versions

Rationale:

Unauthorized modifications of applications could lead to the execution of malicious code.

Impact:

Applications changed will no longer be world writable

Solution

Change permissions so that ‘Others’ can only execute. (Example Below)

sudo chmod -R o-w /Applications/BadPermissions.app/

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles