SAFE_DIR2          93 sandbox/linux/suid/sandbox.c     if (!stat(SAFE_DIR2, &sdir_stat) && S_ISDIR(sdir_stat.st_mode))
SAFE_DIR2          94 sandbox/linux/suid/sandbox.c       safedir = SAFE_DIR2;
SAFE_DIR2          96 sandbox/linux/suid/sandbox.c       fprintf(stderr, "Could not find %s\n", SAFE_DIR2);