Currently "name" parameter can be redefined as a normal variable
in jail.conf. However, redefinition of it causes a mismatch
between j->intparams[KP_NAME] and j->name, and screws up parameter
configurations. This has been reported in PR 196574.
This patch makes "name" as an immutable parameter. This prevents both
foo { $name = "bar"; }
in jail.conf and a command line like "jail -c name=j1 name=j2".