Bug 527939
Summary: | setroubleshoot: SELinux is preventing /usr/bin/procmail "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:62a4cb02596ec17192d3c757cdb9ccd367be0dc3a14083903e5e41887b70e0cf | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-10-21 15:04:17 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:08:01 UTC
Did you do something funny to try to stop IPV6 from running? no, nothing extra funny :) I've just use this in my after-install script: cat >/etc/modprobe.d/ipv6_blacklist.conf <<EOF blacklist ipv6 install ipv6 /bin/true EOF AFAIK this is official way how to disable ipv6. You can find this many times with google. It just disables ipv6 module from auto-loading and prevents ipv6 module from loading even if it is explicitly requested. It might be, but it does not work. Since this is just causing other apps to ask the kernel to load the ipv6 kernel modules. Eric can explain what is going on here. *** This bug has been marked as a duplicate of bug 527936 *** |