freebsd-nq/usr.sbin/jail
Jamie Gritton 1ca35de448 Improvements in error messages:
Some errors printed the jail name for unnamed (command line) jails.

Attempting to create an already-existing jail from the command line
returned with no error (even for non-root) due to bad logic in
start_state.

Ignore kvm_proc errors, which are typically caused by permission
problems.  Instead, stop ignoring permission errors when removing
a jail (but continue to silently ignore other errors, i.e. the
jail no longer existing).  This makes non-root attempts at removing
a jail give a clearer error message.
2012-02-08 23:51:46 +00:00
..
command.c Improvements in error messages: 2012-02-08 23:51:46 +00:00
config.c Following r222465: 2011-06-20 23:04:13 +00:00
jail.8 Better communicate the purpose of "-r *". 2012-01-31 19:45:32 +00:00
jail.c Improvements in error messages: 2012-02-08 23:51:46 +00:00
jail.conf.5 Update copyright dates and other whitespacey stuff. 2011-06-17 16:21:03 +00:00
jaillex.l Update copyright dates and other whitespacey stuff. 2011-06-17 16:21:03 +00:00
jailp.h Improvements in error messages: 2012-02-08 23:51:46 +00:00
jailparse.y Update copyright dates and other whitespacey stuff. 2011-06-17 16:21:03 +00:00
Makefile Following r222465: 2011-06-20 23:04:13 +00:00
state.c Improvements in error messages: 2012-02-08 23:51:46 +00:00