diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example/ezjail.flavour | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index eee2a67..25ae08d 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour | |||
@@ -17,15 +17,16 @@ | |||
17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ | 17 | # admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ |
18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' | 18 | # pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin' |
19 | 19 | ||
20 | # ezjails init script tries to install all files listed here from the path | 20 | # ezjail-admin script installs all files found in FLAVOUR/root to the |
21 | # /config to the corresponding location inside the jail. Directories are being | 21 | # new jail's root |
22 | # copied recursively. | 22 | # |
23 | # Files or directories that should not belong to root:wheel will be | ||
24 | # chowned -R according to the following variable | ||
25 | # | ||
23 | # Format is as follows: | 26 | # Format is as follows: |
24 | # | 27 | # |
25 | # user:group:file(s) | 28 | # user:group:file(s) |
26 | # | 29 | # |
27 | # Example: | 30 | # Example: |
28 | # | 31 | # |
29 | # ezjail_flavour_files='root:wheel:/etc/*.conf \ | 32 | # ezjail_flavour_files='admin:wheel:/home/admin/' |
30 | # root:wheel:/etc/localtime \ | ||
31 | # admin:wheel:/home/admin/' | ||