|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20231221] rsyncd: user config in /etc seems to be ignored | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | David Anes <david.anes> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P2 - High | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.opensuse.org/tests/3832319/modules/rsync_client/steps/14 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dominique Leuenberger
2023-12-22 10:42:42 UTC
the rsync.conf installed into /etc is https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/console/rsyncd.conf This actually seems to be a test bug in the past, the package installed an /etc/rsyncd.secrets file with mode 0600; the test then adds credentials there using cat user:pass > /etc/rsyncd.secrets (preserving the mode of the file) as the file now does not exist in /etc, cat creates a new file with mode 644 - which in turn is denied by rsync s default config (strict modes on) This finding makes the bug INVALID (will file as a test issue in progress.o.o) For reference: https://progress.opensuse.org/issues/152891 |