Bug #18592
closed
ncf_hash_file is created with incorrect group permission by system techniques
Added by François ARMAND about 4 years ago.
Updated almost 4 years ago.
Category:
System techniques
Description
It should be 660 and root:rudder
- Related to Bug #18347: Group owner of files under configuration-repository are inconsistent added
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";
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
- 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
- Status changed from Pending technical review to Pending release
- Priority changed from N/A to 3
- Fix check changed from To do to Checked
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.2.0~rc1 which was released today.
Also available in: Atom
PDF