Actions
Bug #2088
closedCommon PT spends it's time changing permissions back and forth
Status:
Released
Priority:
1 (highest)
Assignee:
Jonathan CLARKE
Category:
System techniques
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
As a result of #2035, we force all CFEngine inputs files to mode 600. However, when we copy them from the policy server, we preserve permissions, and they can have 644 there... So the common PT spends it's time switching back and forth, and reporting "Repaired" status for nothing.
I'm going to change this to not preserve permissions while copying, since we enforce them on the node, and they are wrong on the policy server.
Actions