freebsd-dev/usr.sbin/jail
Jamie Gritton 8f1543785f jail: handle jailsys parameters in modification permission test
Avoid a null dereference when a value-less jailsys parameter is passed
to "jail -m".  There was already code to handle boolean parameters,
but in reality any parameter could be passed without a value.
2022-03-25 19:16:51 -07:00
..
tests Fix test case header function name 2021-06-02 12:13:57 +08:00
command.c jail(8): reset to root cpuset before attaching to run commands 2021-03-04 13:28:53 -06:00
config.c jail: Don't allow substitution of valueless jail parameters. 2021-06-18 09:44:37 -07:00
jail.8 jail: fix jail(8) synposis and usage message to match reality. 2021-04-04 10:49:38 -07:00
jail.c jail: handle jailsys parameters in modification permission test 2022-03-25 19:16:51 -07:00
jail.conf.5 jail.conf(5): emphasize where to find jail parameters 2021-04-18 17:58:16 +02:00
jaillex.l
jailp.h jail: Add exec.prepare and exec.release command hooks 2020-05-14 23:38:11 +00:00
jailparse.y
Makefile revert r354935 and apply fix for cleandir failure 2019-11-21 13:56:16 +00:00
Makefile.depend
state.c