mkfifo fail when running as non root user #125906
Labels
branch-master
Failures and bugs on the master branch.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
T-dev-inf
X-blathers-triaged
blathers was able to find an owner
Describe the problem
When running crdb docker container with the option
user: 1000:1000
the container fails with the following log error:which i think originates from here:
cockroach/build/deploy/cockroach.sh
Line 134 in 6d36207
To Reproduce
mycrdb/certs
andmycrdb/data
(owned by user 1000, and default perms 755) to avoid "could not write CAs" cockroach error when initializing.Expected behavior
The cockroachdb container gets generated without errors, and the generated content in the bind volumes are owned by the user with id 1000 instead of root.
Additional data / screenshots
Related to:
Environment:
Additional context
What was the impact?
Can't proceed with container hardening.
Jira issue: CRDB-39655
The text was updated successfully, but these errors were encountered: