Project

General

Profile

Actions

Bug #18592

closed

ncf_hash_file is created with incorrect group permission by system techniques

Bug #18592: ncf_hash_file is created with incorrect group permission by system techniques

Added by François ARMAND about 5 years ago. Updated about 5 years ago.

Status:
Released
Priority:
3
Category:
System techniques
Target version:
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


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #18347: Group owner of files under configuration-repository are inconsistentReleasedElaad FURREEDANActions

Updated by François ARMAND about 5 years ago Actions #1

  • Related to Bug #18347: Group owner of files under configuration-repository are inconsistent added

Updated by François ARMAND about 5 years ago Actions #2

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 5 years ago Actions #3

  • Status changed from New to In progress
  • Assignee set to Nicolas CHARLES

Updated by Nicolas CHARLES about 5 years ago Actions #4

  • 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 5 years ago Actions #5

  • Status changed from Pending technical review to Pending release

Updated by François ARMAND about 5 years ago Actions #6

  • Priority changed from N/A to 3

Updated by François ARMAND about 5 years ago Actions #7

  • Fix check changed from To do to Checked

Updated by Vincent MEMBRÉ about 5 years ago Actions #8

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 6.2.0~rc1 which was released today.

Actions

Also available in: PDF Atom