mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-09 08:12:18 +00:00
os_world_writable_system_folder_configure new restricted folder #117
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 @golbiga on GitHub.
Originally assigned to: @golbiga on GitHub.
/System/Volumes/Data/System/Library/AssetsV2/locks/needs to be added to ignore list for the check:sudo /usr/bin/find /System/Volumes/Data/System -type d -perm -2 -ls | /usr/bin/grep -vE "downloadDir|locks" | /usr/bin/wc -l | /usr/bin/xargs@ww-adamb commented on GitHub:
@golbiga Would it be better to exclude SIP protected files by filtering on
restrictedinstead of maintaining an ignore list?@golbiga commented on GitHub:
Fixed.