Re: Bug#80343: general: Lack of policy on which files should be owned by which user
>>>>> "Eray" == Eray Ozkural exa <erayo@cs.bilkent.edu.tr> writes:
Eray> Yep. I discovered that umask issue. I guess it's still a
Eray> problem.
zsh has in /etc/zshrc:
[[ $UID == $GID ]] && umask 002 || umask 022
My only dislike is it overrides my default setup in ~/.zshenv of 077.
It seems wrong to put this stuff in zshrc, that only gets used for
interactive shells. zshenv gets processed for all shells, but is run
before zshrc.
--
Brian May <bam@debian.org>
Reply to: