HomeSort by: relevance | last modified time | path
    Searched refs:chroot_dir (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
tcpdump.c 803 droproot(const char *username, const char *chroot_dir)
807 if (chroot_dir && !username)
819 if (chroot_dir) {
822 if (chroot(chroot_dir) != 0 || chdir ("/") != 0)
824 chroot_dir, pcap_strerror(errno));
1549 const char *chroot_dir = NULL; local
2301 if (!chroot_dir)
2302 chroot_dir = WITH_CHROOT;
2637 if (chroot_dir) {
2658 if (username || chroot_dir) {
    [all...]
  /src/external/ibm-public/postfix/dist/src/pipe/
pipe.c 616 char *chroot_dir; /* chroot directory */ member in struct:__anon48
887 attr->chroot_dir = 0;
974 attr->chroot_dir = mystrdup(*argv + sizeof("chroot=") - 1);
1317 CA_PIPE_CMD_CHROOT(attr.chroot_dir),
  /src/usr.sbin/postinstall/
postinstall.in 1247 chroot_dir="${DEST_DIR}/var/chroot/dhcpcd"
1249 "${chroot_dir}/var/db/dhcpcd/duid" \
1254 "${chroot_dir}/var/db/dhcpcd/secret" \
1259 "${chroot_dir}/var/db/dhcpcd/rdm_monotonic" \
1263 for lease in "${chroot_dir}/var/db/dhcpcd/"*.lease*; do
1272 $(find ${chroot_dir} ! -type d) \
1273 $(find ${chroot_dir} -type d -mindepth 1 | sort -r)
1275 echo "/var/chroot/dhcpcd${dir##${chroot_dir}}"
  /src/external/mpl/dhcp/dist/server/
dhcpd.c 262 static void setup_chroot (char *chroot_dir) {
266 if (chroot(chroot_dir)) {
267 log_fatal ("chroot(\"%s\"): %m", chroot_dir);

Completed in 22 milliseconds