On Tue, December 20, 2011 13:40, Daniel J Walsh wrote:
grep -R chcon /etc/rc.d
Would be an easier way to do this...
ps -eZ | grep initrc
# grep -R chcon /etc/rc.d # ps -eZ | grep initrc system_u:system_r:initrc_t:s0 1211 ? 00:00:01 miniserv.pl
No chcon found in /etc/rc.d
miniserv.pl is the Webmin httpd server. Is this causing the problem?