]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/profile.d/umask.sh
Started core37.
[people/pmueller/ipfire-2.x.git] / config / profile.d / umask.sh
CommitLineData
71e32384
MT
1# By default we want the umask to get set.
2if [ "$(id -gn)" = "$(id -un)" -a $EUID -gt 99 ] ; then
3 umask 002
4else
5 umask 022
6fi