EugenMayer / docker-image-rsyncd

A rsyncd image used with docker-sync
3 stars 4 forks source link

[BUGFIX] disable munge symlinks #6

Closed Duske closed 8 years ago

Duske commented 8 years ago

To resolve EugenMayer/docker-sync#85

Since we're using use chroot = no, munge symlinks is activated by default (see this page). This can lead to messed up symlinks, so we disable it explicitly.

EugenMayer commented 8 years ago

tested, eventhough we get a small warning when trying to change the ownership on symlinks, its still works just fine