printf("[WARNING] Possible security breach! Please check permissions on "FIFO_DIR" (must be 700 and owned by root/root, got %d %d/%d). Not listening for login credentials on remote control socket.\n",dir_mode,buffer.st_uid,buffer.st_gid);fflush(stdout);
printf("[WARNING] Possible security breach! Please check permissions on "FIFO_DIR" (must be 600 and owned by root/root, got %d %d/%d). Not listening for login credentials on remote control socket.\n",file_mode,buffer.st_uid,buffer.st_gid);fflush(stdout);
printf("[WARNING] Possible security breach! Please check permissions on %s (must be 600 and owned by root/root, got %d %d/%d). Not listening for login credentials on remote control socket.\n",mPipeFilename.ascii(),file_mode,buffer.st_uid,buffer.st_gid);fflush(stdout);