Searched refs:conslog (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/usr.sbin/jail/ |
| HD | command.c | 271 const char *jidstr, *conslog, *path, *ruleset, *term, *username; in run_command() local 625 (conslog = string_param(j->intparams[IP_EXEC_CONSOLELOG]))) { in run_command() 626 if (check_path(j, "exec.consolelog", conslog, 1, NULL) < 0) in run_command() 629 open(conslog, O_WRONLY | O_CREAT | O_APPEND, DEFFILEMODE); in run_command() 631 jail_warnx(j, "open %s: %s", conslog, strerror(errno)); in run_command()
|