On Sat, 2015-07-18 at 19:01 +0200, firing neurons wrote:
Will I have to add cutom policy for each type of access that is blocked? Or is there a quick way that doesn't involve disabling SElinux?
Is this installed from an RPM? If so, you've broken the configuration. Try to avoid doing that. As the error message says you can run restorecon to correctly label the filesystem. Do it on the whole directory: # restorecon -v -r /path/to/directory If that doesn't work, you'll need to apply the types manually with chcon, e.g.: # chcon -R -t radiusd_etc_t /path/to/directory -- Regards, Adam Bishop gpg: 0x6609D460 jisc.ac.uk Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.