Skip to content

Commit

Permalink
Installer creates claim.d but is run as root, patch to correct owners…
Browse files Browse the repository at this point in the history
…hip (netdata#8475)
  • Loading branch information
amoss authored and Saruspete committed May 21, 2020
1 parent f176e83 commit 6dbc7cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging/docker/Dockerfile
Expand Up @@ -89,6 +89,8 @@ RUN \
/var/cache/netdata \
/var/lib/netdata \
/var/log/netdata && \
chown -R netdata:netdata /etc/netdata/claim.d && \
chmod 0700 /etc/netdata/claim.d && \
chmod 0755 /usr/libexec/netdata/plugins.d/*.plugin && \
chmod 4755 \
/usr/libexec/netdata/plugins.d/cgroup-network \
Expand Down

0 comments on commit 6dbc7cc

Please sign in to comment.