diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/example/ezjail.flavour | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/example/ezjail.flavour b/examples/example/ezjail.flavour index 093d123..6b33d11 100755 --- a/examples/example/ezjail.flavour +++ b/examples/example/ezjail.flavour | |||
@@ -17,15 +17,12 @@ | |||
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 | # ezjail-admin script installs all files found in FLAVOUR/root to the | ||
21 | # new jail's root | ||
22 | # | ||
23 | # Files or directories that should not belong to root:wheel will be | 20 | # Files or directories that should not belong to root:wheel will be |
24 | # chowned -R according to the following variable | 21 | # chowned -R according to the following variable |
25 | # | 22 | # |
26 | # Format is as follows: | 23 | # Format is as follows: |
27 | # | 24 | # |
28 | # user:group:file(s) | 25 | # user:group:file[:file...] |
29 | # | 26 | # |
30 | # Example: | 27 | # Example: |
31 | # | 28 | # |