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

1 2 34

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h     [all...]
  /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/valgrind/main/coregrind/
m_vkiscnums.c     [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 186 %token PRIVSEP USER GROUP CHROOT
321 | CHROOT QUOTEDSTRING { lcconf->chroot = $2->v; } EOS
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp 537 Syscall param chroot(path) contains uninitialised byte(s)
540 Syscall param chroot(path) points to unaddressable byte(s)
    [all...]

Completed in 285 milliseconds

1 2 34