In my project, we're not allowed to use any modified open-source code or libraries. However, during some security risk assessments, it's been specified that file permissions should be set to "644". The issue is that the files I generate always default to "666" permissions. I've combed through all the code but couldn't find any configuration options that would let me change the permissions of my log files without altering any library files.
I attempted to adjust the umask value before launching dlt-daemon, but unfortunately, that didn't do the trick.
Could I please get some assistance with this?
In my project, we're not allowed to use any modified open-source code or libraries. However, during some security risk assessments, it's been specified that file permissions should be set to "644". The issue is that the files I generate always default to "666" permissions. I've combed through all the code but couldn't find any configuration options that would let me change the permissions of my log files without altering any library files.
I attempted to adjust the umask value before launching dlt-daemon, but unfortunately, that didn't do the trick.
Could I please get some assistance with this?