Did setting UMASK through launchctl work for anyone ?
Setting the umask that way did not work.
The following line shows the umask set to "007" using launchctl:
rallidae:~ myname$ sudo defaults read /private/var/db/com.apple.xpc.launchd/config/user.plist { Umask = 7; }After a reboot, as required, the next lines show that the umask for my user does not respect the entry in the PLIST:
rallidae:~ myname$ umask
0022The next lines show that the umask in the PLIST isn't respected for SUDO either:
rallidae:~ myname$ sudo umask
0022Anyone else get a similar result?