You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sysctl -n kern.boottime | cut -d\} -f2- | xargs -I{} date -jf "%a %b %d %T %Y" {} "+%FT%T%z"# "+%FT%T%z" returns ISO 8601 date. For use in Jamf Pro Extension Attributes, use "+%F %T" instead
find -x / /System/Library/* -flags restricted -prune -print 2>/dev/null
# Apple does not regularly maintain /System/Librarty/Sandbox/rootless.conf, so this will print every file/directory that is protected by System Integrity Protection. This is mostly for if you're curious as this will take a long time to run & will dump a lot of output