Bug 164951
Summary: | Anonymous ftp r/w acces doesn't work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gabriel Schulhof <gabrielschulhof> |
Component: | selinux-policy-targeted | Assignee: | Daniel Walsh <dwalsh> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-08-09 11:15:53 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
Gabriel Schulhof
2005-08-03 00:54:31 UTC
With selinux-policy-targeted-1.25.3-9, I still need allow ftpd_t ftpd_anon_rw_t:dir { search read getattr write add_name }; allow ftpd_t ftpd_anon_rw_t:file { getattr create append } ; to make anonymous r/w work. Sorry. Make that second line allow ftpd_t ftpd_anon_rw_t:file { getattr create append read } ; You don't need those. You can turn it on with the allow_ftpd_anon_write boolean. setsebool -P allow_ftpd_anon_write=1 |