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 2151202 - Bad permissions for files shipped by libvirt-client
Summary: Bad permissions for files shipped by libvirt-client
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: libvirt
Version: 9.2
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Michal Privoznik
QA Contact: yalzhang@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 2158208 2158209
TreeView+ depends on / blocked
 
Reported: 2022-12-06 10:31 UTC by Renaud Métrich
Modified: 2023-05-09 08:13 UTC (History)
6 users (show)

Fixed In Version: libvirt-9.0.0-1.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2153688 2158208 2158209 (view as bug list)
Environment:
Last Closed: 2023-05-09 07:27:43 UTC
Type: Bug
Target Upstream Version: 9.0.0
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-141413 0 None None None 2022-12-06 10:35:00 UTC
Red Hat Product Errata RHBA-2023:2171 0 None None None 2023-05-09 07:29:09 UTC

Description Renaud Métrich 2022-12-06 10:31:24 UTC
Description of problem:

The following files changed permissions to 775 since updating to libvirt-client-8.0.0-5.module+el8.6.0+14480+c0a3aa0f:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# ls -al /usr/bin/virt-*-validate
-rwxrwxr-x. 1 root root 9772 Mar 16  2022 /usr/bin/virt-pki-validate
-rwxrwxr-x. 1 root root 2840 Mar 16  2022 /usr/bin/virt-xml-validate
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
All new releases are affected.

This was fine until the rebase happened. Last correct package is libvirt-client-6.0.0-37.1.module+el8.5.0+13858+39fdc467:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
# ls -al /usr/bin/virt-*-validate
-rwxr-xr-x. 1 root root 25568 Jan 13  2022 /usr/bin/virt-host-validate
-rwxr-xr-x. 1 root root  9772 Jan 13  2022 /usr/bin/virt-pki-validate
-rwxr-xr-x. 1 root root  2840 Jan 13  2022 /usr/bin/virt-xml-validate
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

This breaks DISA/STIG rule xccdf_org.ssgproject.content_rule_file_permissions_binary_dirs.

Version-Release number of selected component (if applicable):

libvirt-client-8.0.0-5.module+el8.6.0+14480+c0a3aa0f and later

How reproducible:

N/A

Comment 1 Michal Privoznik 2022-12-08 08:54:03 UTC
Merged upstream as:

commit e771e32f15ff2b263ca70306d93080541a96792b
Author:     Michal Prívozník <mprivozn>
AuthorDate: Thu Dec 8 08:39:24 2022 +0100
Commit:     Michal Prívozník <mprivozn>
CommitDate: Thu Dec 8 09:26:56 2022 +0100

    tools: Fix install_mode for some scripts
    
    Scripts from the following list were installed with group write
    bit set: virt-xml-validate, virt-pki-validate,
    virt-sanlock-cleanup, libvirt-guests.sh. This is very unusual and
    in contrast with the way other scripts/binaries are installed.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2151202
    Signed-off-by: Michal Privoznik <mprivozn>
    Reviewed-by: Peter Krempa <pkrempa>
    Reviewed-by: Jiri Denemark <jdenemar>

v8.10.0-81-ge771e32f15

Comment 12 yalzhang@redhat.com 2023-01-11 05:54:50 UTC
Test on upstream v9.0.0-rc1-5-ga5738ab74c, the result is as expected:
# ls -al /usr/bin/virt-*-validate 
-rwxr-xr-x. 1 root root 29392 Jan 11 04:12 /usr/bin/virt-host-validate
-rwxr-xr-x. 1 root root  9838 Jan 11 03:16 /usr/bin/virt-pki-validate
-rwxr-xr-x. 1 root root 46175 Jan 10 15:37 /usr/bin/virt-qemu-sev-validate
-rwxr-xr-x. 1 root root  3134 Jan 11 03:16 /usr/bin/virt-xml-validate

Comment 15 yalzhang@redhat.com 2023-02-02 10:46:44 UTC
verify it on libvirt-client-9.0.0-3.el9.x86_64, the result is as expected.
# ls -al /usr/bin/virt-*-validate
-rwxr-xr-x. 1 root root 28136 Feb  1 08:07 /usr/bin/virt-host-validate
-rwxr-xr-x. 1 root root  9838 Feb  1 08:06 /usr/bin/virt-pki-validate
-rwxr-xr-x. 1 root root  3134 Feb  1 08:06 /usr/bin/virt-xml-validate

Comment 17 errata-xmlrpc 2023-05-09 07:27:43 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 (libvirt 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/RHBA-2023:2171


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