-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Creating a VNET jail ignores template from thin or thick #401
Comments
This has been a limitation of Bastille that was addressed in #638 . Now, when you create you can specify a combination of options, eg; Note: I'd recommend using |
True, but this pins the parent snapshot to this specific jail unless one promotes the dataset. That should be mentioned somewhere in the docs. |
This one needs to be reopened. It is not fixed. bastille/usr/local/share/bastille/create.sh Lines 501 to 573 in 3a4ebc6
elif to fi if .
|
@yaazkal Can you reopen, please? |
@bmac2 Can you reopen for re-evaluation? |
Can you test #843 |
Thank you, will get to this as soon as possible. |
[MANDATORY] Describe the bug [MANDATORY]
When you create a jail with
-T -V
THICK_JAIL
andVNET_JAIL
is set, but the template for think jails or if absent thin jails is never run.[MANDATORY] Bastille and FreeBSD version (paste
bastille -v && freebsd-version -kru
output)0.8.20210115
12.2-STABLE
12.2-STABLE
12.2-STABLE
[MANDATORY] How did you install bastille? (port/pkg/git)
ports
[optional] Steps to reproduce?
Add
CMD
to thick or thinBastillefile
and create a VNET jail. Those commands are ignored.[optional] Expected behavior
My expectation is that VNET jails are a layer on top of thin or thick jails and not on the side becaue the network does not affect how the jail is created.
[optional] Additional context
I want to add this to
think/Bastillefile
when creating both:But fiddling with
/usr/share/skel
only works on thick jails.Some magic needs to be added here:
bastille/usr/local/share/bastille/create.sh
Lines 396 to 397 in b85d634
The text was updated successfully, but these errors were encountered: