summaryrefslogtreecommitdiff
path: root/ezjail.flavour.default
blob: 64cc567af55795fb363d74a5e771ceeceb6b29d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ezjail flavour example
# refer to ezjail(5) for more information
#
# ezjails jail init script tries to create the following users. Format is 
# as follows:
#
# username:uid:group[,group,..]:gid[,gid,..]:comment:cryptpw:[-]homedir:shell
# underscores in comment will be converted to spaces
#
# Example:
#
# ezjail_flavour_users='::heroes:1003:::: \
# admin::wheel::Admin_User:$1$p75bbfK.$Kz3dwkoVlgZrfLZdAXQt91:/home/admin:/bin/sh \
# pgsql:1002:pgsql:1002:Post_Gres::-/usr/local/psql:/bin/nologin'

# ezjails init script tries to install all files listed here from the path 
# specified in the ezjail_flavour_root variable root to the corresponding 
# location inside the jail. Directories are being copied recursively. 
# Format is as follows:
#
# user:group:file(s)
#
# Example:
#
# ezjail_flavour_root='/basejail/config/default'
# ezjail_flavour_files='root:wheel:/etc/{resolv,rc,make}.conf \
#  admin:wheel:/usr/local/bin/jailping \
#  admin:wheel:/home/admin/'

# ezjails jail init script tries to install packages specified in the
# ezjail_flavour_packages variable. All packages without an absolute
# path are assumed to be located in /basejail/config/pkg
#
# Example:
#
# ezjail_flavour_packages='sudo-1.6.8.9.tbz pico-4.64.tbz'