We solved it by putting a umask in WorkspaceServer_usermods.sh. Change the line that says "USERMODS_OPTIONS=" to "USERMODS_OPTIONS= umask 022" Also, from SAS TS, note that the instructions located at http://support.sas.com/kb/38/040.html do not mention that the locations to put the umask option are hierarchical, meaning something in sasenv_local will override everything else, something in ObjectSpawner.sh will override anything other than sasenv_local, and so on, which is the problem I was having.
... View more