This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2181560 - Imjournal module ignores $FileCreateMode parameter
Summary: Imjournal module ignores $FileCreateMode parameter
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: rsyslog
Version: 9.1
Hardware: Unspecified
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Attila Lakatos
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On: 2181552
Blocks: 2181559
TreeView+ depends on / blocked
 
Reported: 2023-03-24 14:15 UTC by Jesús Pérez Martínez
Modified: 2023-08-03 12:52 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2181552
Environment:
Last Closed: 2023-08-03 12:52:21 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github rsyslog rsyslog pull 5109 0 None open imjournal: Add FileCreateMode module parameter 2023-03-30 12:37:58 UTC
Red Hat Issue Tracker   RHEL-949 0 None Migrated None 2023-08-25 16:56:02 UTC
Red Hat Issue Tracker RHELPLAN-164023 0 None None None 2023-08-01 14:08:08 UTC
Red Hat Issue Tracker SECENGSP-5337 0 None None None 2023-08-01 14:08:17 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.