Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile: Set recursive ACLS #5

Closed
JohannesWiesner opened this issue Apr 28, 2023 · 4 comments
Closed

Dockerfile: Set recursive ACLS #5

JohannesWiesner opened this issue Apr 28, 2023 · 4 comments

Comments

@JohannesWiesner
Copy link
Owner

https://wiki.ubuntuusers.de/ACL/

acl has to be installed first (add to apt-get at the beginning of Dockerfile)

Then use setfacl to set full permission (read+write+execute) on all the folders (/home/csp/data, /home/csp/output, etc.)

https://wiki.ubuntuusers.de/ACL/#Setzen-und-Loeschen-von-ACLs

@JohannesWiesner
Copy link
Owner Author

The -d flag and -R flag are important: https://serverfault.com/a/445096

@JohannesWiesner
Copy link
Owner Author

@JohannesWiesner
Copy link
Owner Author

Related: moby/moby#40553

@JohannesWiesner
Copy link
Owner Author

Ausversehen geschlossen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant