is_selinux_enabled(): added
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:08:45 +0000 (02:08 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 23 Mar 2005 02:08:45 +0000 (02:08 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1966 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/src/rpm-fake.c

index a47c124..8ffdbaf 100644 (file)
@@ -713,3 +713,9 @@ rpm_execcon(unsigned int UNUSED verified,
 
   return removeNamespaceMounts(filename, argv, envp);
 }
+
+int
+is_selinux_enabled()
+{
+  return 0;
+}