dotfiles/macos/USB Prober.app/Contents/Resources/SetKLogPermissions.sh
2024-11-07 16:25:41 -07:00

4 lines
173 B
Bash

cd /System/Library/Extensions/
/usr/sbin/chown -R root:wheel KLog.kext
find KLog.kext -type d -exec /bin/chmod 0755 {} \;
find KLog.kext -type f -exec /bin/chmod 0644 {} \;