HomeSort by relevance Sort by last modified time
    Searched refs:chroot (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /bionic/libc/arch-x86/
syscalls.mk 43 syscall_src += arch-x86/syscalls/chroot.S
  /external/tcpdump/
tcpdump.c 372 /* Drop root privileges and chroot if necessary */
379 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
386 if (chroot(chroot_dir) != 0 || chdir ("/") != 0) {
387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
    [all...]
  /external/openssh/
session.c     [all...]
sshd.c 603 if (chroot(_PATH_PRIVSEP_CHROOT_DIR) == -1)
604 fatal("chroot(\"%s\"): %s", _PATH_PRIVSEP_CHROOT_DIR,
613 /* XXX not ready, too heavy after chroot */
    [all...]
configure     [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 183 %token PRIVSEP USER GROUP CHROOT
314 | CHROOT QUOTEDSTRING { lcconf->chroot = $2->v; } EOS
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 640 Syscall param chroot(path) contains uninitialised byte(s)
644 Syscall param chroot(path) points to unaddressable byte(s)
    [all...]

Completed in 1113 milliseconds

1 2 3 45