summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ezjail.flavour.default14
1 files changed, 9 insertions, 5 deletions
diff --git a/ezjail.flavour.default b/ezjail.flavour.default
index 64cc567..13745da 100644
--- a/ezjail.flavour.default
+++ b/ezjail.flavour.default
@@ -5,13 +5,17 @@
5# as follows: 5# as follows:
6# 6#
7# username:uid:group[,group,..]:gid[,gid,..]:comment:cryptpw:[-]homedir:shell 7# username:uid:group[,group,..]:gid[,gid,..]:comment:cryptpw:[-]homedir:shell
8# underscores in comment will be converted to spaces 8#
9# Note: Since ' ' (space) does not survive shell expansion, still often is
10# useful in the comment field, '=' will be converted to ' '.
11#
12# Note: Always use ''' (single ticks) to provide variables containing '$'s
9# 13#
10# Example: 14# Example:
11# 15#
12# ezjail_flavour_users='::heroes:1003:::: \ 16# ezjail_flavour_users='::heroes:1003:::: \
13# admin::wheel::Admin_User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \ 17# admin::wheel::Admin=User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \
14# pgsql:1002:pgsql:1002:Post_Gres::-/usr/local/psql:/bin/nologin' 18# pgsql:1002:pgsql:1002:Post=Gres::-/usr/local/psql:/bin/nologin'
15 19
16# ezjails init script tries to install all files listed here from the path 20# ezjails init script tries to install all files listed here from the path
17# specified in the ezjail_flavour_root variable root to the corresponding 21# specified in the ezjail_flavour_root variable root to the corresponding
@@ -23,8 +27,8 @@
23# Example: 27# Example:
24# 28#
25# ezjail_flavour_root='/basejail/config/default' 29# ezjail_flavour_root='/basejail/config/default'
26# ezjail_flavour_files='root:wheel:/etc/{resolv,rc,make}.conf \ 30# ezjail_flavour_files='root:wheel:/etc/*.conf \
27# admin:wheel:/usr/local/bin/jailping \ 31# root:wheel:/etc/localtime \
28# admin:wheel:/home/admin/' 32# admin:wheel:/home/admin/'
29 33
30# ezjails jail init script tries to install packages specified in the 34# ezjails jail init script tries to install packages specified in the