[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: rsyncd can't open log file, but there are no avc messages



On Tue, Jul 08, 2008 at 05:57:48PM -0400, Johnny Tan wrote:
> My (completely wild) guess is that something with symlinks ("class 
> lnk_file") got fixed in the new policy, but I don't know what.

symlinks + SELinux are difficult to deal with.  It is MUCH easier to 
just use bind mounts:

mount --bind /opt/solr/logs /var/log/store

in /etc/fstab:

/opt/solr/logs	/var/log/store	none    bind    0 0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]