Searched refs:safe_shell (Results 1 – 1 of 1) sorted by relevance
148 char safe_shell[] = "/sbin/sh"; /* "fallback" shell */ variable701 (strcmp(safe_shell, pshell) != 0)) { in main()704 pshell, safe_shell); in main()709 safe_shell, sizeof (shelltyp) - strlen("SHELL=")); in main()716 (void) execv(safe_shell, &argv[1]); in main()718 (void) execl(safe_shell, su, 0); in main()721 safe_shell, strerror(errno)); in main()