hierarchical

  1. codeedog

    jails Subsetting Parent-Child Jail Permissions

    I have a workaround for this, I'm curious about parent-child permission usefulness (use cases). I've been playing around with hierarchal jails. I have a toy problem set up: 1 host + 4 jails. Jails: (1) Firewall/Gateway, (2) SSH Jump Server, (3) nginx Reverse Proxy, (4) Web Server. The Host is...
  2. C

    Solved Issue with hierarchical jails

    I'm attempting to launch a jail in a jail on FreeBSD 13.2-p1. In principle, such a hierarchical jail should be working - as far as I understand, poudriere is making use of that. So I suppose I must have f*ed up my config somehow, but I can't seem to find the issue after poking at it for several...
  3. alfikmik

    Solved Nested jail won't run automatically (but starts manually)

    system: FreeBSD 13.0-RELEASE HOST: cat /etc/jail.conf # jail.conf exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; exec.clean; allow.noset_hostname; allow.raw_sockets; allow.sysvipc; allow.dying; path = "/vol/jls/${name}"; host.hostname = "${name}.bsd"; parent_jail {...
Back
Top