Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): systemd-219-19.el7.x86_64 How reproducible: Always Steps to Reproduce: 1. Create a service unit with RuntimeDirectory=, User= and Group= all set 2. Ensure the chosen group is not the primary group of the user 3. Start the service Actual results: The /run/service directory is created, but owned by the primary group of the User, not the group defined in the Group= directive in the service unit. Expected results: The /run/service directory is created with group set to that defined in the Group= directive in the service unit. Additional info: This appears to be the same issue as <https://github.com/systemd/systemd/issues/1231>
Looks like we might need to backport https://github.com/systemd/systemd/pull/1320/commits/5bc7452b3219456e07f931e40da30bb94a884293 , but it needs a closer look.
qa_acking.
pushed to staging -> https://github.com/lnykryn/systemd-rhel/commit/f2300a5c3226d3a66d77c34ae811401c638f430f https://github.com/lnykryn/systemd-rhel/commit/fb798a267d2bad8df98f49c2a4a309efa5569759 -> post
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2216.html