Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
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.
DescriptionBrian J. Murrell
2022-11-21 14:02:24 UTC
SELinux is preventing /usr/bin/cdcc from map access on the file /var/lib/dcc/map.
***** Plugin catchall_boolean (89.3 confidence) suggests ******************
If you want to allow any process to mmap any file on system with attribute file_type.
Then you must tell SELinux about this by enabling the 'domain_can_mmap_files' boolean.
You can read 'cdcc_selinux' man page for more details.
Do
setsebool -P domain_can_mmap_files 1
***** Plugin catchall (11.6 confidence) suggests **************************
If you believe that cdcc should be allowed map access on the map file by default.
Then you should report this as a bug.
You can generate a local policy module to allow this access.
Do
allow this access for now by executing:
# ausearch -c 'cdcc' --raw | audit2allow -M my-cdcc
# semodule -X 300 -i my-cdcc.pp
Additional Information:
Source Context system_u:system_r:cdcc_t:s0
Target Context system_u:object_r:dcc_client_map_t:s0
Target Objects /var/lib/dcc/map [ file ]
Source cdcc
Source Path /usr/bin/cdcc
Port <Unknown>
Host server.interlinx.bc.ca
Source RPM Packages dcc-2.3.168-1.el8.x86_64
Target RPM Packages dcc-2.3.168-1.el8.x86_64
SELinux Policy RPM selinux-policy-targeted-3.14.3-108.el8.noarch
Local Policy RPM selinux-policy-targeted-3.14.3-108.el8.noarch
Selinux Enabled True
Policy Type targeted
Enforcing Mode Enforcing
Host Name server.interlinx.bc.ca
Platform Linux server.interlinx.bc.ca
4.18.0-372.32.1.el8_6.x86_64 #1 SMP Tue Oct 25
05:53:57 EDT 2022 x86_64 x86_64
Alert Count 14
First Seen 2022-05-18 11:02:18 EDT
Last Seen 2022-11-21 01:45:19 EST
Local ID efad7525-c2de-4272-9e61-cacc83886642
Raw Audit Messages
type=AVC msg=audit(1669013119.191:10940): avc: denied { map } for pid=613575 comm="cdcc" path="/var/lib/dcc/map" dev="dm-7" ino=10220 scontext=system_u:system_r:cdcc_t:s0 tcontext=system_u:object_r:dcc_client_map_t:s0 tclass=file permissive=0
type=SYSCALL msg=audit(1669013119.191:10940): arch=x86_64 syscall=mmap success=no exit=EACCES a0=0 a1=1e14 a2=3 a3=1 items=0 ppid=613567 pid=613575 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=cdcc exe=/usr/bin/cdcc subj=system_u:system_r:cdcc_t:s0 key=(null)
Hash: cdcc,cdcc_t,dcc_client_map_t,file,map
From what I understand reading https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.6_release_notes/new_features_security enabling domain_can_mmap_files feels like a pretty big hammer to trying to resolve this.
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:2965
SELinux is preventing /usr/bin/cdcc from map access on the file /var/lib/dcc/map. ***** Plugin catchall_boolean (89.3 confidence) suggests ****************** If you want to allow any process to mmap any file on system with attribute file_type. Then you must tell SELinux about this by enabling the 'domain_can_mmap_files' boolean. You can read 'cdcc_selinux' man page for more details. Do setsebool -P domain_can_mmap_files 1 ***** Plugin catchall (11.6 confidence) suggests ************************** If you believe that cdcc should be allowed map access on the map file by default. Then you should report this as a bug. You can generate a local policy module to allow this access. Do allow this access for now by executing: # ausearch -c 'cdcc' --raw | audit2allow -M my-cdcc # semodule -X 300 -i my-cdcc.pp Additional Information: Source Context system_u:system_r:cdcc_t:s0 Target Context system_u:object_r:dcc_client_map_t:s0 Target Objects /var/lib/dcc/map [ file ] Source cdcc Source Path /usr/bin/cdcc Port <Unknown> Host server.interlinx.bc.ca Source RPM Packages dcc-2.3.168-1.el8.x86_64 Target RPM Packages dcc-2.3.168-1.el8.x86_64 SELinux Policy RPM selinux-policy-targeted-3.14.3-108.el8.noarch Local Policy RPM selinux-policy-targeted-3.14.3-108.el8.noarch Selinux Enabled True Policy Type targeted Enforcing Mode Enforcing Host Name server.interlinx.bc.ca Platform Linux server.interlinx.bc.ca 4.18.0-372.32.1.el8_6.x86_64 #1 SMP Tue Oct 25 05:53:57 EDT 2022 x86_64 x86_64 Alert Count 14 First Seen 2022-05-18 11:02:18 EDT Last Seen 2022-11-21 01:45:19 EST Local ID efad7525-c2de-4272-9e61-cacc83886642 Raw Audit Messages type=AVC msg=audit(1669013119.191:10940): avc: denied { map } for pid=613575 comm="cdcc" path="/var/lib/dcc/map" dev="dm-7" ino=10220 scontext=system_u:system_r:cdcc_t:s0 tcontext=system_u:object_r:dcc_client_map_t:s0 tclass=file permissive=0 type=SYSCALL msg=audit(1669013119.191:10940): arch=x86_64 syscall=mmap success=no exit=EACCES a0=0 a1=1e14 a2=3 a3=1 items=0 ppid=613567 pid=613575 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm=cdcc exe=/usr/bin/cdcc subj=system_u:system_r:cdcc_t:s0 key=(null) Hash: cdcc,cdcc_t,dcc_client_map_t,file,map From what I understand reading https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/7.6_release_notes/new_features_security enabling domain_can_mmap_files feels like a pretty big hammer to trying to resolve this.