app.yaml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. annotations:
  2. min_scale_version: 24.10.2.2
  3. app_version: 1.0.2
  4. capabilities:
  5. - description: Rsyncd is able to change file ownership arbitrarily
  6. name: CHOWN
  7. - description: Rsyncd is able to bypass file permission checks
  8. name: DAC_OVERRIDE
  9. - description: Rsyncd is able to bypass permission checks for file operations
  10. name: FOWNER
  11. - description: Rsyncd is able to set file capabilities on other files
  12. name: SETFCAP
  13. - description: Rsyncd is able to change group ID of processes
  14. name: SETGID
  15. - description: Rsyncd is able to change user ID of processes
  16. name: SETUID
  17. - description: Rsyncd is able to use chroot() system call
  18. name: SYS_CHROOT
  19. categories:
  20. - storage
  21. date_added: '2024-08-28'
  22. description: Rsync is an open source utility that provides fast incremental file transfer.
  23. home: https://github.com/truenas/containers/tree/main/apps/rsyncd
  24. host_mounts: []
  25. icon: https://media.sys.truenas.net/apps/rsyncd/icons/icon.png
  26. keywords:
  27. - sync
  28. - rsync
  29. - file transfer
  30. lib_version: 2.1.49
  31. lib_version_hash: e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634
  32. maintainers:
  33. - email: dev@ixsystems.com
  34. name: truenas
  35. url: https://www.truenas.com/
  36. name: rsyncd
  37. run_as_context:
  38. - description: Rsync Daemon run as root user.
  39. gid: 0
  40. group_name: root
  41. uid: 0
  42. user_name: root
  43. screenshots: []
  44. sources:
  45. - https://github.com/truenas/containers/tree/master/apps/rsyncd
  46. - https://hub.docker.com/r/ixsystems/rsyncd
  47. title: Rsync Daemon
  48. train: community
  49. version: 1.2.7