| /netbsd-src/etc/ |
| H A D | master.passwd | 8 named:*:14:14::0:0:& pseudo-user:/var/chroot/named:/sbin/nologin 9 ntpd:*:15:15::0:0:& pseudo-user:/var/chroot/ntpd:/sbin/nologin 10 sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 11 _pflogd:*:18:18::0:0:& pseudo-user:/var/chroot/pflogd:/sbin/nologin 19 _tcpdump:*:27:27::0:0:& pseudo-user:/var/chroot/tcpdump:/sbin/nologin 21 _rtadvd:*:30:30::0:0:& pseudo-user:/var/chroot/rtadvd:/sbin/nologin 22 _unbound:*:32:32::0:0:& pseudo-user:/var/chroot/unbound:/sbin/nologin 23 _nsd:*:33:33::0:0:& pseudo-user:/var/chroot/nsd:/sbin/nologin 24 _dhcpcd:*:35:35::0:0:& pseudo-user:/var/chroot/dhcpcd:/sbin/nologin
|
| /netbsd-src/external/bsd/unbound/dist/testdata/07-confroot.tdir/ |
| H A D | 07-confroot.test | 21 chroot: $cwd 57 echo "Checkconf of config with chroot inside it failed" 66 chroot: $cwd 88 echo "Checkconf of config with chroot inside it failed" 97 chroot: $cwd 119 echo "Checkconf of config with chroot inside it failed" 128 chroot: "." 150 echo "Checkconf of config with chroot inside it failed" 159 chroot: "" 181 echo "Checkconf of config with chroot inside it failed" [all …]
|
| H A D | 07-confroot.pre | 10 # no chroot, no need to test. 12 skip_test "no chroot on windows, end test"
|
| /netbsd-src/distrib/evbarm/instkernel/sshramdisk/ |
| H A D | master.passwd | 10 named:*:14:14::0:0:& pseudo-user:/var/chroot/named:/sbin/nologin 11 ntpd:*:15:15::0:0:& pseudo-user:/var/chroot/ntpd:/sbin/nologin 12 sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 13 _pflogd:*:18:18::0:0:& pseudo-user:/var/chroot/pflogd:/sbin/nologin 21 _tcpdump:*:27:27::0:0:& pseudo-user:/var/chroot/tcpdump:/sbin/nologin
|
| H A D | mtree.conf | 26 ./var/chroot 27 ./var/chroot/sshd
|
| /netbsd-src/tests/kernel/ |
| H A D | t_proccwd.c | 97 ATF_TC(chroot); 98 ATF_TC_HEAD(chroot, tc) in ATF_TC_HEAD() argument 109 ATF_TC_BODY(chroot, tc) in ATF_TC_BODY() argument 133 ASSERT(chroot(buf) == 0); in ATF_TC_BODY() 151 ATF_TP_ADD_TC(tp, chroot); in ATF_TP_ADD_TCS()
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_chroot.c | 71 if (chroot(buf) != 0) in ATF_TC_BODY() 76 if (chroot("/root") != -1) in ATF_TC_BODY() 124 ATF_REQUIRE_ERRNO(ENAMETOOLONG, chroot(buf) == -1); in ATF_TC_BODY() 127 ATF_REQUIRE_ERRNO(EFAULT, chroot((void *)-1) == -1); in ATF_TC_BODY() 130 ATF_REQUIRE_ERRNO(ENOENT, chroot("/a/b/c/d/e/f/g/h/i/j") == -1); in ATF_TC_BODY() 156 if (chroot(buf) != -1) in ATF_TC_BODY()
|
| /netbsd-src/external/mit/libcbor/dist/ |
| H A D | .travis-qemu.sh | 7 CHROOT_DIR=/tmp/arm-chroot 27 sudo chroot ${CHROOT_DIR} ./debootstrap/debootstrap --second-stage 38 sudo chroot ${CHROOT_DIR} apt-get update 39 sudo chroot ${CHROOT_DIR} apt-get --allow-unauthenticated install \ 50 sudo chroot ${CHROOT_DIR} bash -c "cd ${TRAVIS_BUILD_DIR} && ./.travis-qemu.sh"
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | localconf.c | 87 lcconf_setchroot(char* chroot) in lcconf_setchroot() argument 89 if (lcconf->chroot) { in lcconf_setchroot() 90 racoon_free(lcconf->chroot); in lcconf_setchroot() 91 lcconf->chroot = NULL; in lcconf_setchroot() 93 lcconf->chroot = chroot; in lcconf_setchroot()
|
| H A D | localconf.h | 73 char *chroot; /* chroot path */ member 120 extern void lcconf_setchroot __P((char* chroot));
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | nsd-checkconf.c | 190 const char* chr = opt->chroot; in quotepath() 428 SERV_GET_STR(chroot, o); in config_print_zone() 652 print_string_var("chroot:", opt->chroot); in config_test_print_server() 827 if(opt->chroot != 0) in additional_checks() 830 filename, opt->chroot); in additional_checks() 847 if (opt->chroot && opt->chroot[0]) { in additional_checks() 849 append_trailing_slash(&opt->chroot, opt->region); in additional_checks() 855 if (strncmp(opt->zonesdir, opt->chroot, strlen(opt->chroot)) != 0) { in additional_checks() 857 filename, opt->zonesdir, opt->chroot); in additional_checks() 860 if (!file_inside_chroot(opt->pidfile, opt->chroot)) { in additional_checks() [all …]
|
| H A D | configlexer.lex | 91 if (cfg_parser->chroot) { in config_start_include_glob() 92 int l = strlen(cfg_parser->chroot); /* chroot has trailing slash */ in config_start_include_glob() 93 if (strncmp(cfg_parser->chroot, filename, l) != 0) { in config_start_include_glob() 95 filename, cfg_parser->chroot); in config_start_include_glob() 222 chroot{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_CHROOT;}
|
| /netbsd-src/usr.sbin/chroot/ |
| H A D | Makefile | 4 PROG= chroot 5 MAN= chroot.8
|
| /netbsd-src/etc/mtree/ |
| H A D | NetBSD.dist.base | 1387 ./var/chroot 1388 ./var/chroot/dhcpcd 1389 ./var/chroot/ftp-proxy mode=0755 1390 ./var/chroot/named 1391 ./var/chroot/named/dev 1392 ./var/chroot/named/etc 1393 ./var/chroot/named/etc/namedb mode=0755 uname=named gname=named 1394 ./var/chroot/named/etc/namedb/cache mode=0775 uname=named gname=named 1395 ./var/chroot/named/etc/namedb/keys type=dir mode=0775 uname=named gname=named 1396 ./var/chroot/named/etc/namedb/nta type=dir mode=0775 uname=named gname=named [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | pipe_command.c | 186 char *chroot; /* root directory */ member 215 args->chroot = 0; in get_pipe_args() 271 args->chroot = va_arg(ap, char *); in get_pipe_args() 489 if (args.chroot) { in pipe_command() 491 chroot_uid(args.chroot, (char *) 0); in pipe_command()
|
| /netbsd-src/external/bsd/unbound/ |
| H A D | Makefile.inc | 19 -e s,@UNBOUND_CHROOT_DIR@,/var/chroot/unbound, \ 23 -e s,@UNBOUND_RUN_DIR@,/var/chroot/unbound/etc/unbound, \
|
| /netbsd-src/distrib/amiga/floppies/upgr/ |
| H A D | upgrade.sh | 248 $DONTDOIT chroot /mnt fsck -p -c 2 276 $DONTDOIT chroot /mnt mount -at ffs > /dev/null 2>&1
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound_portable.service.in | 7 ; - --with-chroot-dir="" 11 ; - chroot: ""
|
| H A D | unbound.service.in | 82 # Below rules are needed when chroot is enabled (usually it's enabled by default). 83 # If chroot is disabled like chroot: "" then they may be safely removed.
|
| H A D | unbound.spec_fedora | 368 - removed all obsolete chroot related stuff 376 - Remove the chroot, obsoleted by SElinux 379 - Modified unbound.init and unbound.conf to account for chroot changes 385 - make sure log is opened before chroot call 388 chroot, not needed 389 - don't mount files in chroot, it causes problems during updates 414 - FSB compliance, chroot fixes, initscript fixes
|
| /netbsd-src/distrib/alpha/instkernel/ramdisk/ |
| H A D | upgrade.sh | 204 chroot /mnt fsck -f -p $upgrargs 248 chroot /mnt mount -at ffs > /dev/null 2>&1
|
| /netbsd-src/external/ibm-public/postfix/dist/examples/chroot-setup/ |
| H A D | IRIX5 | 13 Subject: chroot-setup on IRIX 24 # Setup chroot jail for IRIX-5.x or 6.x -- Ayamura Kikuchi <ayamura@ayamura.org>
|
| H A D | IRIX6 | 13 Subject: chroot-setup on IRIX 24 # Setup chroot jail for IRIX-5.x or 6.x -- Ayamura Kikuchi <ayamura@ayamura.org>
|
| /netbsd-src/sbin/init/ |
| H A D | NOTES | 105 differs then fork + chroot into the value of init.root and run 106 /etc/rc inside the chroot: on exit 0, go to 3; on exit N (error), 108 3: read ttys file: on completion, go to 4. If we did chroot in 109 state 2, we chroot after forking each getty to the same dir
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | configlexer.lex | 83 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, in config_start_include() 84 strlen(cfg_parser->chroot)) == 0) { in config_start_include() 85 filename += strlen(cfg_parser->chroot); in config_start_include() 138 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, in config_start_include_glob() 139 strlen(cfg_parser->chroot)) == 0) { in config_start_include_glob() 140 filename += strlen(cfg_parser->chroot); in config_start_include_glob() 285 chroot{COLON} { YDVAR(1, VAR_CHROOT) }
|