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