Skip to content

mod_proxy with sqlite vs selinux #266

Closed
@pzeidler-dlr

Description

Something to add to the documentation:

if sestatus is enforcing you need to make sure proftpd may write to the ProxyTables path.

with e.g.:

ProxyTables /var/ftp/proxy

then:

semanage fcontext --add --type public_content_rw_t '/var/ftp/proxy(/.*)?'
setsebool -P ftpd_anon_write=1

will make it all better. There may be better selinux types to use, of course.

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions