Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
This article describes what to do when Vision files are created without permissions on Linux.
Vision files are created with no permissions on a Linux server in a thin client environment. Files look like this:
---------- 1 user group 1024 Feb 10 16:49 filmografia.vix
---------- 1 user group 2048 Feb 10 16:49 filmografia
Vision files created via thin client assume permissions depending on the UMASK value set inside the AcuAccess file.
The default UMASK value is 002, which means that Vision files will be created in this manner:
-rw-rw---- 1 user group 1024 Feb 10 16:49 filmografia.vix
-rw-rw---- 1 user group 2048 Feb 10 16:49 filmografia
If UMASK has been modified, persmissions will be set accordingly with the value provided.
Setting UMASK to 777 causes files to be created with no permissions.
Incident Number: 2266524