add osrelease to jail.conf for new jails
This commit is contained in:
@@ -178,6 +178,7 @@ ${NAME} {
|
|||||||
mount.fstab = ${bastille_jail_fstab};
|
mount.fstab = ${bastille_jail_fstab};
|
||||||
path = ${bastille_jail_path};
|
path = ${bastille_jail_path};
|
||||||
securelevel = 2;
|
securelevel = 2;
|
||||||
|
osrelease = ${RELEASE};
|
||||||
|
|
||||||
interface = ${bastille_jail_conf_interface};
|
interface = ${bastille_jail_conf_interface};
|
||||||
${IP4_DEFINITION}
|
${IP4_DEFINITION}
|
||||||
@@ -225,6 +226,7 @@ ${NAME} {
|
|||||||
mount.fstab = ${bastille_jail_fstab};
|
mount.fstab = ${bastille_jail_fstab};
|
||||||
path = ${bastille_jail_path};
|
path = ${bastille_jail_path};
|
||||||
securelevel = 2;
|
securelevel = 2;
|
||||||
|
osrelease = ${RELEASE};
|
||||||
|
|
||||||
${NETBLOCK}
|
${NETBLOCK}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user