Displaying 1 result from an estimated 1 matches for "rsync_daemon_chroot".
2017 Jun 04
5
[Bug 12817] New: [PATCH] Allow daemon itself to chroot
...Severity: normal
          Priority: P5
         Component: core
          Assignee: wayned at samba.org
          Reporter: ben.rubson at gmail.com
        QA Contact: rsync-qa at samba.org
Created attachment 13248
  --> https://bugzilla.samba.org/attachment.cgi?id=13248&action=edit
rsync_daemon_chroot
Hello,
Here is a patch which adds 3 new parameters to rsyncd.conf :
daemon chroot
daemon gid
daemon uid
The first one is a path to a directory the daemon itself will chroot to before
beginning communication with clients.
The 2 others are the uid/gid the daemon itself will switch to before beginn...