fontblock.sh

kenergy
Contributor

If you want to block users from installing fonts in their local fonts folder this will do the trick.

#!/bin/bash
#disable's non admin users to install fonts

chown -R root /Users/$3/Library/Fonts
chmod -R 755 /Users/$3/Library/Fonts
exit 0
0 REPLIES 0