Displaying 1 result from an estimated 1 matches for "424091".
Did you mean:
42409
2008 May 29
2
dovecot's deliver and SELinux
Hello,
I am the new maintainer of dovecot for Fedora and Red Hat and so I am
trying to cleanup some old reported bugs. One of them is a problem when
"deliver" writes of temporary files into /tmp are blocked by SELinux
policy (https://bugzilla.redhat.com/show_bug.cgi?id=424091). From the
SELinux's point of view it is bad when system services try to write
into /tmp (for detail see http://danwalsh.livejournal.com/11467.html).
The solution looks simple - just to switch from /tmp to PKG_RUNDIR (line
472 in deliver.c for dovecot 1.0) for writing the temp files. But this
r...