Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Scott Cantor
Scott CantorReporter
Former user
Former user(Deactivated)Components
Fix versions
Affects versions
Created February 23, 2015 at 9:51 AM
Updated March 20, 2015 at 1:12 AM
Resolved March 4, 2015 at 2:51 AM
With https://shibboleth.atlassian.net/browse/SSPCPP-353#icft=SSPCPP-353 (i.e. version 2.5.0), the packaging was changed to run
shibd
under its own unprivileged account."Inadvertently" running
shibd -t
with root can break things like metadata updates, since files under/var/cache/shibboleth
have their owner changed toroot
on this occasion.Would it be possible to adjust the init scripts for the RPM-based scripts to (also) recursively change the owner of
/var/cache/shibboleth
(in addition to/var/run/shibboleth
) in thestart()
function, as shown in the attached patch? (untested, but hopefully illustrates the idea)