]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/core/bash/profile.d/umask.sh
naoki: Initial checkin.
[people/arne_f/ipfire-3.x.git] / pkgs / core / bash / 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