You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
georgemarselis-nvi
changed the title
new feature: mechanism to perform file and directory normalization within /rawdata
new feature: mechanism to perform file and directory permission normalization within /rawdata
Oct 17, 2023
All files under /rawdata should be 644 and directories should be 755 . that way we prevent random executables within the raw data.
this should be done in some other way, other than the half-hour script running os.chmod() itself.
pushing this down when this is daemonized and fork()ing for the responsible user.
The text was updated successfully, but these errors were encountered: