Searched refs:conslog (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/jail/ |
H A D | command.c | 294 const char *jidstr, *conslog, *fmt, *path, *ruleset, *term, *username; in run_command() local 684 (conslog = string_param(j->intparams[IP_EXEC_CONSOLELOG]))) { in run_command() 685 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0) in run_command() 688 open(conslog, O_WRONLY | O_CREAT | O_APPEND, DEFFILEMODE); in run_command() 690 jail_warnx(j, "open %s: %s", conslog, strerror(errno)); in run_command()
|