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 1747569 - sudo is not properly applying unconfined_r selinux context to user
Summary: sudo is not properly applying unconfined_r selinux context to user
Keywords:
Status: CLOSED DUPLICATE of bug 1738326
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: sudo
Version: 8.0
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: 8.0
Assignee: Radovan Sroka
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-30 20:31 UTC by Striker Leggette
Modified: 2019-10-01 11:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-09-09 18:42:17 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Striker Leggette 2019-08-30 20:31:31 UTC
# Description of problem:
 - RHEL 8 sudo is not applying unconfined_r context to users from sudo rule stored in IPA

# Version-Release number of selected component (if applicable):
 - sudo-1.8.25p1-4.el8.x86_64

# How reproducible:
 - Always

# Steps to Reproduce:
1. Define sudo rule in IPA with option "role=unconfined_r" and give a user access.
2. Join RHEL 8 IPA Client to IPA Server.
3. Log in with user who has access to sudo rule and run 'sudo -r unconfined_r -i'

# Actual results:

[root@blah ~]# id -Z
staff_u:staff_r:staff_t:s0-s0:c0.c1023

# Expected results:

[root@blah ~]# id -Z
staff_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

Comment 3 Striker Leggette 2019-09-09 18:42:17 UTC

*** This bug has been marked as a duplicate of bug 1738326 ***


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