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
{{ message }}
This repository was archived by the owner on Jan 23, 2020. It is now read-only.
The newly created containers should properly inherent all perms (including mask!) from the parent directory, but they do not. It is not clear to me why this is happening.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered:
Expected behavior
mask should be inherited
Actual behavior
mask is not inherited
Information
file: var/lib/docker/containers
getfacl for it
owner: root
group: root
user::rwx
user:splunk:r-x
group::---
mask::r-x
other::---
default:user::rwx
default:user:splunk:r-x
default:group::---
default😷:r-x
default:other::---
file: var/lib/docker/containers/0defb67a91a6ba373482c013194f2a1b1c3fb737e617d36f6897451b3e0be418
getfacl on it
owner: root
group: root
user::rwx
user:splunk:r-x #effective:---
group::---
mask::---
other::---
default:user::rwx
default:user:splunk:r-x
default:group::---
default😷:r-x
default:other::---
The newly created containers should properly inherent all perms (including mask!) from the parent directory, but they do not. It is not clear to me why this is happening.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: