Makefile: fix MOCKCHAINREPO directory permissions
ClosedPublic

Authored by kparal on Apr 7 2015, 3:39 PM.

Details

Summary

Recently introduced tmpfiles.d config file started creating
/var/tmp/taskotron-mockchain as root with 777. Mockchain tries to do
chmod on it and crashes (RHBZ 1209532). The solution is to add a
subdirectory and mockchain is now happy.

As a polish change, adjust group ownership of
/var/tmp/taskotron-mockchain. That does not work around the bug, but
seems more correct.

Test Plan

make mockchain works now

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kparal retitled this revision from to Makefile: fix MOCKCHAINREPO directory permissions.Apr 7 2015, 3:39 PM
kparal updated this object.
kparal edited the test plan for this revision. (Show Details)
kparal added reviewers: tflink, jskladan, mkrizek.
tflink accepted this revision.Apr 7 2015, 4:03 PM
This revision is now accepted and ready to land.Apr 7 2015, 4:03 PM
mkrizek accepted this revision.Apr 8 2015, 6:07 AM
This revision was automatically updated to reflect the committed changes.