dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

jail.conf (330B)


      1 path = "/usr/local/jail/$name";
      2 host.hostname="$name";
      3 
      4 exec.clean;
      5 exec.start = "/bin/sh /etc/rc";
      6 exec.stop = "/bin/sh /etc/rc.shutdown";
      7 allow.mount;
      8 allow.raw_sockets = 1;
      9 mount.devfs;
     10 devfs_ruleset="5";
     11 vnet;
     12 sysvmsg=new;
     13 sysvsem=new;
     14 sysvshm=new;
     15 
     16 #foo {
     17 #	vnet.interface = "epair0b";
     18 #	exec.start += "dhclient epair0b";
     19 #}