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
I don't see any discussion of this in the original change to add directory creation: #1226. It does seem like the permissions are overly broad. The best workaround I've thought of is to make sure /var/openebs is set to 0700.
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
What happened:
Entries created in
/var/openebs/local
have not only a universal read permission but a write permission as well for local users on the host system:Entries in
/var/openebs/sparse
are still readable by local users:What you expected to happen:
I expected the default permissions to be
0700
for directories and0600
for files.How to reproduce it (as minimally and precisely as possible):
Install OpenEBS, create a localpv PVC, look at the permissions under
/var/openebs
.Anything else we need to know?:
The culprit for localpv is in provisioner_hostpath.go.
The text was updated successfully, but these errors were encountered: