diff options
Diffstat (limited to 'ezjail.template')
| -rw-r--r-- | ezjail.template | 21 | 
1 files changed, 10 insertions, 11 deletions
| diff --git a/ezjail.template b/ezjail.template index 3f7ebb1..543b75e 100644 --- a/ezjail.template +++ b/ezjail.template | |||
| @@ -8,24 +8,23 @@ | |||
| 8 | # | 8 | # | 
| 9 | # Example: | 9 | # Example: | 
| 10 | # | 10 | # | 
| 11 | # ezjail_template_users=\ | 11 | # ezjail_template_users='::heroes:1003::: \ | 
| 12 | # "admin::wheel::$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 12 | # admin::wheel::$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 
| 13 | # pgsql:1002:pgsql:1002:*:-/usr/local/psql:/bin/nologin \ | 13 | # pgsql:1002:pgsql:1002::-/usr/local/psql:/bin/nologin' | 
| 14 | # ::heroes:1003::::" | ||
| 15 | 14 | ||
| 16 | # ezjails init script tries to install all files listed here from the path | 15 | # ezjails init script tries to install all files listed here from the path | 
| 17 | # specified in the ezjail_template_root variable root to the corresponding | 16 | # specified in the ezjail_template_root variable root to the corresponding | 
| 18 | # location inside the jail. Directories are being copied recursive. Format | 17 | # location inside the jail. Directories are being copied recursively. | 
| 19 | # is as follows: | 18 | # Format is as follows: | 
| 20 | # | 19 | # | 
| 21 | # user:group:file(s) | 20 | # user:group:file(s) | 
| 22 | # | 21 | # | 
| 23 | # Example: | 22 | # Example: | 
| 24 | # | 23 | # | 
| 25 | # ezjail_template_root=/basejail/config/_JAILNAME_ | 24 | # ezjail_template_root='/basejail/config/_JAILFLAVOUR_' | 
| 26 | # ezjail_template_files=\ | 25 | # ezjail_template_files='root:wheel:/etc/{resolv,rc,make}.conf \ | 
| 27 | # "root:wheel:/etc/{resolv,rc,make}.conf \ | 26 | # admin:wheel:/usr/local/bin/jailping \ | 
| 28 | # admin:wheel:/home/admin/" | 27 | # admin:wheel:/home/admin/' | 
| 29 | 28 | ||
| 30 | # ezjails jail init script tries to install packages specified in the | 29 | # ezjails jail init script tries to install packages specified in the | 
| 31 | # ezjail_template_packages variable. All packages without an absolute | 30 | # ezjail_template_packages variable. All packages without an absolute | 
| @@ -33,4 +32,4 @@ | |||
| 33 | # | 32 | # | 
| 34 | # Example: | 33 | # Example: | 
| 35 | # | 34 | # | 
| 36 | # ezjail_template_packages="sudo-1.6.8.9.tbz pico-4.64.tbz" | 35 | # ezjail_template_packages='sudo-1.6.8.9.tbz pico-4.64.tbz' | 
