Chuck Anderson wrote:
On Thu, Sep 27, 2007 at 11:05:33AM -0400, Chuck Anderson wrote:Any suggestions on how to allow a file to be loop mounted and also shared via FTP/HTTP/RSYNC?I forgot to mention, that after bootup, I can log in as root and do this to fix it:mount -a
Try this: setsebool -P allow_mount_anyfile 1To try this out without rebooting, unmount your loop files and try remounting them using:
# service netfs startTry doing this before and after setting the boolean to see what difference it makes.
Paul.