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: | VERIFIED --- | 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: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
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. |