Skip to content

Commit

Permalink
add osrelease to jail.conf for new jails
Browse files Browse the repository at this point in the history
  • Loading branch information
cedwards committed Nov 19, 2023
1 parent 9e71332 commit ace7bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/local/share/bastille/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ ${NAME} {
mount.fstab = ${bastille_jail_fstab};
path = ${bastille_jail_path};
securelevel = 2;
osrelease = ${RELEASE};
interface = ${bastille_jail_conf_interface};
${IP4_DEFINITION}
Expand Down Expand Up @@ -225,6 +226,7 @@ ${NAME} {
mount.fstab = ${bastille_jail_fstab};
path = ${bastille_jail_path};
securelevel = 2;
osrelease = ${RELEASE};
${NETBLOCK}
}
Expand Down

0 comments on commit ace7bdc

Please sign in to comment.