Permissions on the jobs directory allowed anyone to write into the directory - this commit simply allows only the `node` user to `rwx` on the jobs directory.
This commit is contained in:
Thomas Hobson 2022-06-12 16:19:02 +12:00 committed by GitHub
parent 80f033ee6d
commit c355abc4a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ services:
volumes:
- ./data/piston:/piston
tmpfs:
- /piston/jobs:exec
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
- /tmp:exec