How can one set the executable bit on files using umask? According to documentation, a umask of 000 should work, but in practice this only works on directories.
Also open to other methods of automatically setting +rwx on a particular user's created files if you have any.