Bug 537428
| Summary: | SELinux is preventing /usr/sbin/vsftpd "net_raw" access. | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> | |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 12 | CC: | bruno.matos, dougsland, dwalsh, eddie, eparis, gansalmon, gevsantos, hancockrwd, horner, ikke, itamar, james, jturner, kernel-maint, mark, martin.nad89, mgrepl, mike, mishu, prapulla.kumar, psplicha, vchelban, vdanielmo | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | setroubleshoot_trace_hash:e251eb06beb61ceecfa0ba55aa7e515247ab2dddc09d5b120840485892fcbb44 | |||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 563356 (view as bug list) | Environment: | ||
| Last Closed: | 2010-03-15 14:47:21 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: | 540560, 563356 | |||
|
Description
James Laska
2009-11-13 15:51:17 UTC
*** Bug 540560 has been marked as a duplicate of this bug. *** Fixed in net-next-2.6 by 13f18aa05f5abe135f47b6417537ae2b2fedc18c 3f378b684453f2a028eda463ce383370545d9cc9 c84b3268da3b85c9d8a9e504e1001a14ed829e94 This will land in Linus' tree in the 2.6.33 development window. *** Bug 542002 has been marked as a duplicate of this bug. *** *** Bug 532180 has been marked as a duplicate of this bug. *** *** Bug 544550 has been marked as a duplicate of this bug. *** Is there any workaround currently? This seems to cause FTP clients' connections to get dropped when they try to enter passive mode. You can add these rules for now using # grep ftp /var/log/audit/audit.log | audit2allow -M brokenftp # semodule -i brokenftp.pp *** Bug 547339 has been marked as a duplicate of this bug. *** *** Bug 565374 has been marked as a duplicate of this bug. *** should be fixed in 2.6.32 (In reply to comment #10) > should be fixed in 2.6.32 It's not fixed in .32. $ uname -a Linux balthasar 2.6.32.11-99.fc12.x86_64 #1 SMP Mon Apr 5 19:59:38 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux $ uptime 11:10:51 up 11:58, 1 user, load average: 0.04, 0.06, 0.02 # tail -n1 /var/log/messages May 10 10:56:46 balthasar setroubleshoot: SELinux is preventing /usr/sbin/vsftpd "net_raw" access . For complete SELinux messages. run sealert -l 62fd1d32-516a-4d86-99df-b835f0c4d34c Can you attach the raw audit messages from the denial? (at the bottom of the sealert output it suggests?) I'm trying to verify I thought it was in .32 and not .33..... So basically I just lied in comment #10..... $ git tag -l "v2.6*" --contains c84b3268da3b85c9d8a9e504e1001a14ed829e94 v2.6.33 v2.6.33-rc1 v2.6.33-rc2 v2.6.33-rc3 v2.6.33-rc4 v2.6.33-rc5 v2.6.33-rc6 v2.6.33-rc7 v2.6.33-rc8 v2.6.34-rc1 v2.6.34-rc2 v2.6.34-rc3 v2.6.34-rc4 v2.6.34-rc5 v2.6.34-rc6 v2.6.34-rc7 I did not appear in mainline until 2.6.33-rc1. The first real release was 2.6.33 :( I'm sorry for lieing. You can just carry the policy module Dan suggested in comment #7 until you get on .33. |