Bug 2232480
| Summary: | SELinux is preventing /usr/bin/fwupdmgr from map access on the file /root/.cache/dconf/user. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Flos Qi Guo <qguo> |
| Component: | selinux-policy | Assignee: | Zdenek Pytela <zpytela> |
| Status: | NEW --- | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.8 | CC: | lvrabec, mmalik, nknazeko |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 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: | |
| Embargoed: | |||
|
Description
Flos Qi Guo
2023-08-17 04:57:54 UTC
There are 3 different issues, all of them have been fixed already.
sesearch -A -s insights_client_t -t cache_home_t -c file -p map
allow domain file_type:file map; [ domain_can_mmap_files ]:True
allow insights_client_t non_security_file_type:file { getattr ioctl lock map open read };
rhel89# sesearch -A -s insights_client_t -t var_log_t -c file -p map
allow domain file_type:file map; [ domain_can_mmap_files ]:True
allow insights_client_t non_security_file_type:file { getattr ioctl lock map open read };
allow insights_client_t var_log_t:file map;
rhel89# sesearch -A -s insights_client_t -t fs_t -c filesystem -p quotaget
allow insights_client_t filesystem_type:filesystem { getattr quotaget };
Refer to
https://bugzilla.redhat.com/show_bug.cgi?id=2091117
https://bugzilla.redhat.com/show_bug.cgi?id=2214572
https://bugzilla.redhat.com/show_bug.cgi?id=2183351
|