The rsyncd service can be used to synchronize files between systems over network links.
The rsync-daemon package should not be present in the container or container image.
Remove the rsync-daemon package from Containerfile and rebuild the container image.
The rsyncd service presents a security risk as it uses unencrypted protocols for communication.
The rsyncd service can be disabled with the following command:
$ sudo systemctl mask --now rsyncd.service
The rsyncd service presents a security risk as it uses unencrypted protocols for communication.