Skip to content

Instantly share code, notes, and snippets.

@asomers
Created September 26, 2017 02:35
Show Gist options
  • Save asomers/c01ad92ccebd93c0da28d825bf9ddeed to your computer and use it in GitHub Desktop.
Save asomers/c01ad92ccebd93c0da28d825bf9ddeed to your computer and use it in GitHub Desktop.
config.json for issue 351
{
"CONFIG_VERSION": "1",
"allow_chflags": "0",
"allow_mount": "0",
"allow_mount_devfs": "0",
"allow_mount_nullfs": "0",
"allow_mount_procfs": "0",
"allow_mount_tmpfs": "0",
"allow_mount_zfs": "0",
"allow_quotas": "0",
"allow_raw_sockets": "0",
"allow_set_hostname": "0",
"allow_socket_af": "0",
"allow_sysvipc": "0",
"boot": "off",
"children_max": "0",
"coredumpsize": "off",
"cpuset": "off",
"cputime": "off",
"datasize": "off",
"defaultrouter": "none",
"defaultrouter6": "none",
"devfs_ruleset": "4",
"enforce_statfs": "2",
"exec_clean": "1",
"exec_fib": "0",
"exec_jail_user": "root",
"exec_poststart": "/usr/bin/true",
"exec_poststop": "/usr/bin/true",
"exec_prestart": "/usr/bin/true",
"exec_prestop": "/usr/bin/true",
"exec_start": "/bin/sh /etc/rc",
"exec_stop": "/bin/sh /etc/rc.shutdown",
"exec_system_jail_user": "0",
"exec_system_user": "root",
"exec_timeout": "60",
"gitlocation": "https://github.com",
"hack88": "0",
"host_domainname": "none",
"host_hostname": "dcd75f4e-a15c-11e7-9fe0-589cfc026a46",
"host_hostuuid": "dcd75f4e-a15c-11e7-9fe0-589cfc026a46",
"hostid": "5fd7fc28-b1c3-11e6-ba88-589cfc026a46",
"hostname": "dcd75f4e-a15c-11e7-9fe0-589cfc026a46",
"interfaces": "vnet0:bridge0,vnet1:bridge1",
"ip4": "new",
"ip4_addr": "none",
"ip4_autoend": "none",
"ip4_autostart": "none",
"ip4_autosubnet": "none",
"ip4_saddrsel": "1",
"ip6": "new",
"ip6_addr": "none",
"ip6_saddrsel": "1",
"jail_zfs": "off",
"jail_zfs_dataset": "iocage/jails/dcd75f4e-a15c-11e7-9fe0-589cfc026a46/root/data",
"last_started": "none",
"login_flags": "-f root",
"maxproc": "off",
"memorylocked": "off",
"memoryuse": "8G:log",
"mount_devfs": "1",
"mount_fdescfs": "1",
"mount_procfs": "0",
"msgqqueued": "off",
"msgqsize": "off",
"nmsgq": "off",
"notes": "none",
"nsemop": "off",
"nshm": "off",
"nthr": "off",
"openfiles": "off",
"owner": "root",
"pcpu": "off",
"priority": "99",
"pseudoterminals": "off",
"release": "11.0-RELEASE",
"resolver": "none",
"rlimits": "off",
"securelevel": "2",
"shmsize": "off",
"stacksize": "off",
"stop_timeout": "30",
"swapuse": "off",
"sync_target": "none",
"sync_tgt_zpool": "none",
"tag": "test_base",
"template": "no",
"type": "jail",
"vmemoryuse": "off",
"vnet": "off",
"vnet0_mac": "none",
"vnet1_mac": "none",
"vnet2_mac": "none",
"vnet3_mac": "none",
"wallclock": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment