Bug 2136212
Summary: | Current libsepol 3.4-1.1 version issue with SEuser defintions within policy modules | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Hubert Quarantel-Colombani <hubert.quarantel> |
Component: | libsepol | Assignee: | Petr Lautrbach <plautrba> |
Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 9.1 | CC: | gchamoul, laurent.gaillard, lvrabec, mmalik, plautrba, vmojzis |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libsepol-3.4-3.el9 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 08:15:28 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hubert Quarantel-Colombani
2022-10-19 15:30:57 UTC
Hi, I gave it a try downloading the source code zip file from https://github.com/SELinuxProject/selinux and compiling it on RHEL 9.1 Beta. After replacing userspace SELinux components (followed README file to compile and install), I was able to compile the SELinux Policy module source code with no errors and load it with "semodule -i" command: module foo 0.0.1; require { role staff_r; sensitivity s0; category c0; category c1023; } user foo_u roles staff_r level s0 range s0 - s0:c0.c1023; Hope it can help. We appreciate you taking the time to submit a report, provide a reproducer, and provide hints. We will begin working on this immediately. 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 (libsepol 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:2480 |