If using SELinux, mount /selinux in the appliance.
[libguestfs.git] / daemon / file.c
index 63d8dd2..cd477e5 100644 (file)
@@ -392,7 +392,6 @@ do_file (char *path)
   int len;
 
   NEED_ROOT_OR_IS_DEVICE (path, NULL);
-  ABS_PATH (path, NULL);
 
   if (strncmp (path, "/dev/", 5) == 0)
     buf = (char *) path;