iamflaurian

Results 5 comments of iamflaurian

+1 for restart as well, I would appreciate to see the restart as "finalAction" key.

Hey @golbiga I add the command in various formats into a script that will be deployed using Jamf Pro. I did not touch it because it worked before updating the...

Does it mean, CIS has to remove these rule because of SIP block? I'll create an account and also a ticket :) Thanks @golbiga

Hey @golbiga first of all, pretty appreciated you for answering my question. I would like add 2>&1 in find command will give the result "11" but does not mean the...

CIS recommendation: Audit: ``` % /usr/bin/sudo /usr/bin/find /Library -type d -perm -002 ! -perm -1000 ! -xattrname com.apple.rootless 2>/dev/null | /usr/bin/wc -l | /usr/bin/xargs ``` Fix: ``` /usr/bin/sudo IFS=$'\n' for...