On Thu, 19 Aug 2004, Vano Beridze wrote: > Hello > > I've got Fedora Core 2 > > When I try to install something with rpm -ivh command it completes > successfully > but generates the message > > /etc/security/selinux/file_contexts: No such file or directory > > what does that mean? It means you don't have "policy" package installed. RPM will complain about the missing file_contexts file if the policy package isn't present, regardless of whether SElinux is actually enabled or not. The message is harmless as long as you're not expecting selinux to be enabled. - Panu -