A Touch Conused On Context

Home » CentOS » A Touch Conused On Context
CentOS No Comments

Ok, we’ve got a set of directories bind mounted on our standard mount point for the web. The directory tree’s been set with semanage fcontext -t
-e /var/www . In one of the websites under there is
/cgi-bin, and under *there are a couple of subdirectories, and a
.dat file that is written to (I thihnk it’s a counter, or whatever). Yet I
see sealerts complaining that, if it was in enforcing mode, would not allow the .cgi that’s in the cgi-bin write access on the file.

What am I missing here?

mark