HomeSort by: relevance | last modified time | path
    Searched defs:chroot (Results 1 - 11 of 11) sorted by relevancy

  /src/tests/kernel/
t_proccwd.c 97 ATF_TC(chroot); variable
98 ATF_TC_HEAD(chroot, tc)
109 ATF_TC_BODY(chroot, tc)
133 ASSERT(chroot(buf) == 0);
151 ATF_TP_ADD_TC(tp, chroot);
  /src/tests/lib/libc/gen/
t_arc4random.c 284 ATF_TC(chroot); variable
285 ATF_TC_HEAD(chroot, tc)
288 "Test arc4random in an empty chroot");
291 ATF_TC_BODY(chroot, tc)
297 * Create an empty chroot.
302 * In a child process, enter the chroot and verify that we
305 * (atf gets unhappy if we chroot in the same process, when it
312 if (chroot("root") == -1)
313 err(1, "chroot");
315 errx(1, "open /dev/urandom must fail in empty chroot");
    [all...]
  /src/crypto/dist/ipsec-tools/src/racoon/
localconf.h 73 char *chroot; /* chroot path */ member in struct:localconf
120 extern void lcconf_setchroot(char* chroot);
  /src/external/ibm-public/postfix/dist/src/master/
master_ent.c 223 if (warn_compat_break_chroot && strcmp(name, "chroot") == 0)
276 int chroot; /* passed on to child */ local
496 * Chroot. Default is to restrict file system access to the mail queue.
497 * XXX Chroot cannot imply unprivileged service (for example, the pickup
500 chroot = get_bool_ent(&bufp, "chroot", compat_level
571 if (chroot)
  /src/external/ibm-public/postfix/dist/src/global/
pipe_command.c 186 char *chroot; /* root directory */ member in struct:pipe_args
215 args->chroot = 0;
271 args->chroot = va_arg(ap, char *);
484 * In order to chroot it is necessary to switch euid back to root.
485 * Right after chroot we call set_ugid() so all privileges will be
494 if (args.chroot) {
496 chroot_uid(args.chroot, (char *) 0);
  /src/external/bsd/unbound/dist/daemon/
daemon.c 206 struct config_file* cfg, char* chroot)
210 if(chroot && strncmp(key, chroot, strlen(chroot)) == 0)
211 key += strlen(chroot);
212 if(chroot && pem && strncmp(pem, chroot, strlen(chroot)) == 0)
213 pem += strlen(chroot);
229 (void)setup_listen_sslctx(&ctx, 1, 0, cfg, daemon->chroot);
252 char* chroot = daemon->chroot; local
273 char* bundle, *chroot = daemon->chroot; local
290 char* chroot = daemon->chroot; local
387 char* chroot = daemon->chroot; local
    [all...]
daemon.h 83 /** the chroot dir in use, NULL if none */
84 char* chroot; member in struct:daemon
remote.c 4748 fr->worker->daemon->chroot)) {
4751 (fr->worker->daemon->chroot?"<chroot:":""),
4752 (fr->worker->daemon->chroot?fr->worker->daemon->chroot:""),
4753 (fr->worker->daemon->chroot?"> ":""),
4763 (fr->worker->daemon->chroot?"<chroot:":""),
4764 (fr->worker->daemon->chroot?fr->worker->daemon->chroot:"")
5618 char* chroot = daemon->chroot; local
    [all...]
  /src/libexec/ftpd/
extern.h 269 char *chroot; /* Directory to chroot(2) to at login */ member in struct:ftpclass
364 curclass.type == CLASS_CHROOT ? "CHROOT" : \
  /src/external/bsd/nsd/dist/
options.h 112 const char* chroot; member in struct:nsd_options
497 const char* chroot; member in struct:config_parser_state
578 /* create string, same options as zonefile but no chroot changes */
  /src/external/bsd/unbound/dist/util/
config_file.h 339 /** chrootdir, if not "" or chroot will be done */
993 * @param chroot: if not NULL, the chroot dir currently in use (for include).
998 const char* chroot);
1366 * @param cfg: config struct for chroot and chdir (if set).
1367 * @param use_chdir: if false, only chroot is applied.
1368 * @return pointer to malloced buffer which is: [chroot][chdir]fname
1393 /** the current chroot dir (or NULL if none) */
1394 const char* chroot; member in struct:config_parser_state

Completed in 99 milliseconds