mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Prohibit execution from /tmp #129
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nihil-admirari on GitHub.
Problem to solve
os_user_app_installation_prohibitprohibits running software from user profile. Unfortunately, users can still install software to/tmpand run it from there.Further details
doesn't work.
@brodjieski commented on GitHub:
Hello!
This rule has a note regarding the functionality, and that it requires third party tools in order to fully implement. Unfortunately, there isn't a good built-in solution for this. It's also limited to only a couple of baselines, so depending on your organization, you may consider omitting the rule altogether.
Apple has deprecated the use of link:
eb51fb0cb9/mdm/profiles/com.apple.applicationaccess.new.yaml (L67-L70)[application restriction controls], using these controls may not work as expected. Third party software may be required to fulfill the compliance requirements.