Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bastille-config(8)	    System Manager's Manual	    bastille-config(8)

NAME
       bastille	config -- Get, set, add	or remove properties from jail(s).

SYNOPSIS
       bastille	[-x] set|add PROPERTY [VALUE]
       bastille	[-x] get|remove	PROPERTY

DESCRIPTION
       The bastille sub-command	will modify targeted jail(s) configuration and
       get, set, add or	remove properties.

       bastille	config [-x] set|add PROPERTY [VALUE]

	       set     Set  the	 value of the specified	property from the jail
		       configuration.  If the property is not set, it will  be
		       added and set.

	       add     Same as set.

	       -x, --debug
		       Enable debug mode.

	       It  is  not always necesary to set a VALUE for a	PROPERTY.  For
	       example,	'allow.mlock=1'	is the same as 'allow.mlock'.

       bastille	config [-x] get|remove PROPERTY

	       get     Get the value of	the specified PROPERTY from  the  jail
		       configuration.  If  a property is not present, 'not en-
		       abled' will be shown. If	the property has no value, but
		       is present, 'enabled' will be returned.	Otherwise  you
		       will be shown the value.

	       remove  Remove  the specified PROPERTY from the jail configura-
		       tion.

	       -x, --debug
		       Enable debug mode.

EXAMPLES
       Set allow.mlock inside myjail:
	       bastille	config myjail set allow.mlock 1

       Set to priority value of	myjail:
	       bastille	config myjail set priority 10

       Set the boot value:
	       bastille	config myjail set boot off

SEE ALSO
       bastille.conf(5),       bastille-bootstrap(8),	    bastille-clone(8),
       bastille-cmd(8),	       bastille-console(8),	  bastille-convert(8),
       bastille-cp(8),	      bastille-create(8),	  bastille-destroy(8),
       bastille-edit(8),       bastille-etcupdate(8),	   bastille-export(8),
       bastille-htop(8),	 bastille-import(8),	      bastille-jcp(8),
       bastille-limits(8),	  bastille-list(8),	  bastille-migrate(8),
       bastille-monitor(8),	 bastille-mount(8),	  bastille-network(8),
       bastille-pkg(8),	 bastille-rcp(8), bastille-rdr(8), bastille-rename(8),
       bastille-restart(8),	 bastille-service(8),	    bastille-setup(8),
       bastille-start(8),	  bastille-stop(8),	    bastille-sysrc(8),
       bastille-tags(8),	bastille-template(8),	      bastille-top(8),
       bastille-umount(8),	 bastille-update(8),	  bastille-upgrade(8),
       bastille-verify(8), bastille-zfs(8)

FreeBSD	ports 15.quarterly     December	6, 2025		    bastille-config(8)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bastille-config&sektion=8&manpath=FreeBSD+Ports+15.0.quarterly>

home | help