centerforaisafety / cerberus-cluster

HPC cluster code and configurations for running on OCI
Universal Permissive License v1.0
4 stars 0 forks source link

Isolate /tmp on each node #230

Open steven-safeai opened 1 year ago

steven-safeai commented 1 year ago

Currently every user is able to write to tmp. This can create conflicts sometimes especially since the files aren't cleared once the user's job is finished.

The other thing this should accomplish is removing the 777 permissions on every /tmp node.