Actions
Bug #18592
closedncf_hash_file is created with incorrect group permission by system techniques
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
It should be 660 and root:rudder
Updated by François ARMAND about 4 years ago
- Related to Bug #18347: Group owner of files under configuration-repository are inconsistent added
Updated by François ARMAND about 4 years ago
It seems to be around l. 100 of system/distributePolicy/1.0/propagatePromises.cf
# each run, update the hash files of ncf # these hashes are used by node to know if they should update their copy of ncf root_server.pass2:: "${g.rudder_ncf_origin_common_hash}" create => "true", edit_defaults => empty, edit_line => insert_lines("${ncf_common_sha_sum}"), comment => "Update the hash of ncf common"; "${g.rudder_ncf_origin_local_hash}" create => "true", edit_defaults => empty, edit_line => insert_lines("${ncf_local_sha_sum}"), comment => "Update the hash of ncf local";
Updated by Nicolas CHARLES about 4 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES about 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1644
Updated by Nicolas CHARLES about 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|0f3d871302162338433deb475f9ee11eefecf8d1.
Updated by François ARMAND about 4 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.0~rc1 which was released today.
Actions