Bug 2181560

Summary: Imjournal module ignores $FileCreateMode parameter
Product: Red Hat Enterprise Linux 9 Reporter: Jesús Pérez Martínez <jeperez>
Component: rsyslogAssignee: Attila Lakatos <alakatos>
Status: CLOSED MIGRATED QA Contact: BaseOS QE Security Team <qe-baseos-security>
Severity: medium Docs Contact:
Priority: medium    
Version: 9.1CC: alakatos, qe-baseos-security, rmetrich, rsroka, sbroz
Target Milestone: rcKeywords: MigratedToJIRA, Patch, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 2181552 Environment:
Last Closed: 2023-08-03 12:52:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2181552    
Bug Blocks: 2181559    

Description Jesús Pérez Martínez 2023-03-24 14:15:17 UTC
+++ This bug was initially created as a clone of Bug #2181552 +++

Description of problem:
 
The imjournal module is not checking the Legacy $FileCreateMode parameter, and in consequence the imjournal state file is being created with a different mode than the expected.
 
Currently, defining the mode for this file is not possible.
 
Version-Release number of selected component (if applicable):
From at least rsyslog-8.2102.0-105.el9 to latest.
 
How reproducible:
Always
 
Steps to Reproduce:
1. Set $umask 0000
2. Set the desired $FileCreateMode
3. Configure the imjournal module and $imjournalStateFile
4. Check the mode of the imjournal state file
 
Actual results:
The mode is not the expected because $FileCreateMode is not being checked.
 
Expected results:
The imjournal state file is created with the mode declared with $FileCreateMode.