Bug 119911
| Summary: | IPX_UTILS, NCPFS not working with selinux enabled | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthew Almond <almond> |
| Component: | selinux-policy-strict | Assignee: | Daniel Walsh <dwalsh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | dwalsh, pmoors |
| Target Milestone: | --- | Keywords: | SELinux |
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-01-05 13:41:41 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 122683 | ||
|
Description
Matthew Almond
2004-04-03 02:11:10 UTC
I tried poking around here as well. ncpfs isn't defined anywhere under types. Can you post the SELinux avc messages? I can reproduce this in policy-1.9.2-12. What's weird is that there are absolutely no AVC messages generated in /var/log/messages when this is denied. Yet setenforce 0 allows the interface to be plumbed. Phil Are there any messages when setenforce 0 is specified? Or any messages for that matter. Dan Ooh. Yes there is:
Apr 6 12:28:56 pm2 kernel: audit(1081268936.471:0): avc: denied {
ioctl } for pid=2663 exe=/sbin/ipx_interface path=socket:[5590] dev=
ino=5590 scontext=root:sysadm_r:sysadm_t
tcontext=root:sysadm_r:sysadm_t tclass=socket
Also, from /etc/security/selinux/src/policy:
grep -R ncpfs *
grep -R ncpumount *
grep -R ncpmount *
all return nothing.
Phil
I just realized that I lost this bugzilla. I am looking to fix this for FC3/RHEL4 but do not have access to and ipx machine. I have modified the policy to allow ipx_interface and freinds to work but I need to add the ncpfs stuff. Dan |