Bug 2121709
| Summary: | SELinux prevents the samba-bgpd from writing the /var/run/nscd/socket socket | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Zdenek Pytela <zpytela> | |
| Component: | selinux-policy | Assignee: | Zdenek Pytela <zpytela> | |
| Status: | CLOSED ERRATA | QA Contact: | Milos Malik <mmalik> | |
| Severity: | medium | Docs Contact: | Petr Hybl <phybl> | |
| Priority: | medium | |||
| Version: | 8.7 | CC: | jafiala, jwright, lvrabec, mmalik, phybl | |
| Target Milestone: | rc | Keywords: | AutoVerified, Triaged | |
| Target Release: | 8.8 | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | selinux-policy-3.14.3-110.el8 | Doc Type: | Bug Fix | |
| Doc Text: |
.`samba-dcerpcd` process now works correctly with nscd
Previously, the `samba-dcerpcd` process could not communicate with the `nscd` process because of the SELinux policy. Consequently, the `samba-dcerpcd` service did not work properly when the `nscd` service was enabled. With this update, the SELinux policy has been updated with new rules for `samba-dcerpcd`.
|
Story Points: | --- | |
| Clone Of: | 2118958 | |||
| : | 2121729 (view as bug list) | Environment: | ||
| Last Closed: | 2023-05-16 09:03:52 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: | ||||
| Bug Depends On: | 2118958 | |||
| Bug Blocks: | 2121729 | |||
|
Description
Zdenek Pytela
2022-08-26 10:43:14 UTC
The "ausearch ... | audit2allow" output indicates that the following rules are needed:
allow winbind_rpcd_t nscd_t:nscd { shmemgrp shmempwd };
allow winbind_rpcd_t nscd_t:unix_stream_socket connectto;
allow winbind_rpcd_t nscd_var_run_t:file read;
allow winbind_rpcd_t nscd_var_run_t:file map;
allow winbind_rpcd_t nscd_var_run_t:sock_file write;
*** Bug 2152444 has been marked as a duplicate of this bug. *** 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 |