Project

General

Profile

Actions

Bug #18592

closed

ncf_hash_file is created with incorrect group permission by system techniques

Added by François ARMAND over 3 years ago. Updated over 3 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
Actions #1

Updated by François ARMAND over 3 years ago

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

Updated by François ARMAND over 3 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";
Actions #3

Updated by Nicolas CHARLES over 3 years ago

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

Updated by Nicolas CHARLES over 3 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
Actions #5

Updated by Nicolas CHARLES over 3 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by François ARMAND over 3 years ago

  • Priority changed from N/A to 3
Actions #7

Updated by François ARMAND over 3 years ago

  • Fix check changed from To do to Checked
Actions #8

Updated by Vincent MEMBRÉ over 3 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

Also available in: Atom PDF