-
Story
-
Resolution: Unresolved
-
Undefined
-
rhel-10.0.beta
-
gssproxy-0.9.2-7.el10
-
2
-
rhel-sst-idm-ipa
-
ssg_idm
-
26
-
5
-
False
-
-
No
-
Red Hat Enterprise Linux
-
2024-Q3-Bravo-S3, 2024-Q3-Bravo-S4
-
Pass
-
RegressionOnly
-
None
Goal
- As a RHEL 10 user I want to be sure that permissions of rpm owned directories are consistent
Acceptance Criteria
A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.
- Verify gssproxy is installed and not active:
# systemctl status gssproxy ○ gssproxy.service - GSSAPI Proxy Daemon Loaded: loaded (/usr/lib/systemd/system/gssproxy.service; disabled; preset: disabled) Active: inactive (dead)
- Verify gssproxy owned files permissions are as expected:
# rpm -qV gssproxy
- Start gssproxy
# systemctl enable gssproxy Created symlink '/etc/systemd/system/multi-user.target.wants/gssproxy.service' → '/usr/lib/systemd/system/gssproxy.service'. # systemctl start gssproxy # systemctl status gssproxy ● gssproxy.service - GSSAPI Proxy Daemon Loaded: loaded (/usr/lib/systemd/system/gssproxy.service; enabled; preset: disabled) Active: active (running) since Fri 2024-08-02 10:03:29 CEST; 2s ago Invocation: ad5c71353c444a1188d621ef94349815 Process: 2548 ExecStart=/usr/sbin/gssproxy -D (code=exited, status=0/SUCCESS) Main PID: 2549 (gssproxy) Tasks: 6 (limit: 48945) Memory: 1.9M (peak: 5.3M) CPU: 19ms CGroup: /system.slice/gssproxy.service └─2549 /usr/sbin/gssproxy -D
Affected version gssproxy-0.9.2-4.el10.x86_64 at this point gives:
# rpm -qV gssproxy
.M....... /var/lib/gssproxy/clients
.M....... /var/lib/gssproxy/rcache
Expected no output from a fixed version:
# rpm -qV gssproxy
Affects also Fedora ELN/Rawhide/40: https://bugzilla.redhat.com/show_bug.cgi?id=2281467
This is a regression as in RHEL 9 this is not reproducible with gssproxy-0.8.4-6.el9.x86_64
- links to
-
RHBA-2024:136483 gssproxy bug fix and enhancement update