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 2143641 - USER_AVC produced when cups sends a DBus notification upon printer status change
Summary: USER_AVC produced when cups sends a DBus notification upon printer status change
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: selinux-policy
Version: 9.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Nobody
QA Contact: Milos Malik
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-11-17 13:31 UTC by Renaud Métrich
Modified: 2023-11-07 11:21 UTC (History)
3 users (show)

Fixed In Version: selinux-policy-38.1.15-1.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-07 08:52:17 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github fedora-selinux selinux-policy pull 1744 0 None open Allow cupsd dbus chat with xdm 2023-06-15 13:49:34 UTC
Red Hat Issue Tracker RHELPLAN-139799 0 None None None 2022-11-17 13:44:30 UTC
Red Hat Product Errata RHBA-2023:6617 0 None None None 2023-11-07 08:52:36 UTC

Description Renaud Métrich 2022-11-17 13:31:14 UTC
Description of problem:

Upon changing a printer status, cupsd sends a DBus notification through its notifier /usr/lib/cups/notifier/dbus, running in same context as cupsd, *cupsd_t*.
If the GUI is in GDM chooser, this leads to getting a USER_AVC:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
type=USER_AVC msg=audit(11/17/2022 14:07:50.723:319) : pid=755 uid=dbus auid=unset ses=unset subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc:  denied  { send_msg } for  scontext=system_u:system_r:cupsd_t:s0-s0:c0.c1023 tcontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tclass=dbus permissive=0  exe=/usr/bin/dbus-broker sauid=dbus hostname=? addr=? terminal=?' 
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

The reason for this is cupsd sends the notification, dbus-broker wants to relay it to the registered consumer /usr/libexec/gsd-print-notifications, but this fails because the consumer executes as *xdm_t* and there is no rule to allow this in the policy.
Following rule is missing:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
allow cupsd_t xdm_t:dbus send_msg;
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

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

selinux-policy-34.1.43-1.el9.noarch

How reproducible:

Always

Steps to Reproduce:

1. Install a system with Graphical Interface and let it sit at GDM chooser

2. Add a printer to Cups

  localhost:631 -> Administration -> Add Printer -> Local Printer: "CUPS-BRF (Virtual Braille BRF Printer)" -> Name: "test" -> ...

3. Toogle the printer status

  # cupsdisable test
  # cupsenable test

Actual results:

USER_AVC

Expected results:

No USER_AVC

Comment 9 errata-xmlrpc 2023-11-07 08:52:17 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 (selinux-policy 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:6617


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