restricted = "/";
if ((fd = open(restricted, O_DIRECTORY|O_RDONLY)) < 0) {
warn("Imposssible to open the restricted directory");
warn("Impossible to open the restricted directory");
return (EX_SOFTWARE);
}