-
Notifications
You must be signed in to change notification settings - Fork 335
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
base: main
Are you sure you want to change the base?
Update _index.adoc #328
Conversation
I've corrected several bugs in example of thin jail based on nullfs to make it work.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what was wrong here?
There was a problem hiding this comment.
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#: |
There was a problem hiding this comment.
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.
I've corrected several bugs in example of thin jail based on nullfs to make it work.