Skip to content
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

Update _index.adoc #328

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update _index.adoc #328

wants to merge 2 commits into from

Conversation

AndrShat
Copy link

I've corrected several bugs in example of thin jail based on nullfs to make it work.

I've corrected several bugs in example of thin jail based on nullfs to make it work.
@rilysh
Copy link
Contributor

rilysh commented Jan 14, 2024

@AndrShat I think you should also add a valid email address in your commit. See #326

@AndrShat
Copy link
Author

@AndrShat I think you should also add a valid email address in your commit. See #326

Ok! I've added email in my profile and make it public ([email protected]).

@@ -598,7 +598,7 @@ In case of using UFS the man:cp[1] program can be used by executing the followin
[source,shell]
....
# mkdir /usr/local/jails/containers/thinjail
# cp -R /usr/local/jails/templates/13.2-RELEASE-skeleton /usr/local/jails/containers/thinjail
# cp -R /usr/local/jails/templates/13.2-RELEASE-skeleton/* /usr/local/jails/containers/thinjail
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what was wrong here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, I got it.. the directory is already created; ignore this.

@@ -636,6 +636,13 @@ thinjail {
}
....

The name of a file in [.filename]#jail.conf.d# must be thinjail.conf. Otherwise you have to create also [.filename]#/etc/jail.conf#:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add the reason here, such as the requirement for the file name to match the jail name, in this case, thinjail.conf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants