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 2182948 - Request to backport "Don't change permissions of netrules target (#2076)" on RHEL9
Summary: Request to backport "Don't change permissions of netrules target (#2076)" on ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: cloud-init
Version: 9.3
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Emanuele Giuseppe Esposito
QA Contact: Huijuan Zhao
URL:
Whiteboard:
Depends On: 2182947
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-30 02:22 UTC by YongkuiGuo
Modified: 2024-11-20 07:49 UTC (History)
12 users (show)

Fixed In Version: cloud-init-23.1.1-3.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2182947
Environment:
Last Closed: 2023-11-07 08:28:38 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gitlab redhat/centos-stream/src cloud-init merge_requests 45 0 None opened Don't change permissions of netrules target (#2076) 2023-04-17 08:29:13 UTC
Red Hat Issue Tracker RHELPLAN-153494 0 None None None 2023-03-30 02:24:58 UTC
Red Hat Product Errata RHSA-2023:6371 0 None None None 2023-11-07 08:29:29 UTC

Description YongkuiGuo 2023-03-30 02:22:56 UTC
+++ This bug was initially created as a clone of Bug #2182947 +++

Description of problem:
When linking the '/etc/udev/rules.d/70-persistent-net.rules' file to /dev/null to disable this udev rule,  cloud-init still tries to write this file and modify the permission, which causes the permission changes of /dev/null from 666 to 644. In this case, the non-root users will have no write permission to /dev/null. 


This issue has been resolved upstream.  The commit summary is as below:
------------------------------
commit 56c88cafd1b3606e814069a79f4ec265fc427c87
Author: James Falcon <james.falcon>
Date:   Thu Mar 23 10:21:56 2023 -0500

    Don't change permissions of netrules target (#2076)
   
    Set permissions if file doesn't exist. Leave them if it does.
 
    LP: #2011783
    Co-authored-by: Chad Smith <chad.smith>
--------------------------------


Version-Release number of selected components (if applicable):
cloud-init-22.1-8.el8.noarch


How reproducible:
100%


Steps to Reproduce:
1. Create an instance with RHEL-8.8 guest image on PSI OpenStack env
2. Create the symbolic link file as follows
# ln -sf /dev/null /etc/udev/rules.d/70-persistent-net.rules
# ll /etc/udev/rules.d/
total 0
lrwxrwxrwx. 1 root root 9 Mar 29 05:32 70-persistent-net.rules -> /dev/null
3. Rerun cloud-init
# cloud-init clean
# reboot
4. Login to the instance and check the mode of /dev/null
# ll /dev/null
crw-r--r--. 1 root root 1, 3 Mar 29 05:33 /dev/null
The mode bits have been changed from 666 to 644. And the non-root users will hit "/dev/null: Permission denied" error.
5. Check the cloud-init log
# cat /var/log/cloud-init.log
...
util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 96 bytes


Actual results:
As above

Expected results:
Backport the upstream patch to fix this issue

Additional info:
This issue also exists in RHEL9.

Comment 6 Huijuan Zhao 2023-05-04 06:07:50 UTC
Moving to VERIFIED per comment 3

Comment 8 errata-xmlrpc 2023-11-07 08:28:38 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: cloud-init security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2023:6371


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