Bug 527938
Summary: | setroubleshoot: SELinux is preventing /usr/sbin/sendmail.sendmail "module_request" access. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michal Hlavinka <mhlavink> |
Component: | selinux-policy | Assignee: | Eric Paris <eparis> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dwalsh, eparis, mgrepl |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | setroubleshoot_trace_hash:e6ce437390b94a566613772d0d20a0a68fde36ce0efb24fe0e0a7d1d82f3f6de | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-10-21 15:05:09 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Michal Hlavinka
2009-10-08 10:05:47 UTC
Michal, Were you experimenting with something to get all of these kernel modules to be required? I'm not aware about anything special. Maybe this can be result of disabled ipv6? (see comments in bug #527936) But I've been disabling ipv6 in all previous fedora versions. Well this check is new to F12. It is caused by disableing IPV6 which causes other executables to enable it. (In reply to comment #4) > It is caused by disableing IPV6 correct > which causes other executables to enable it. not so correct This two lines in conf: blacklist ipv6 install ipv6 /bin/true means 1)disable ipv6, 2)I really mean it = it can't be enabled by any other executable even if I personally try "modprobe ipv6 ; lsmod | grep ipv6" the output will be empty *** This bug has been marked as a duplicate of bug 527936 *** |