Initial commit

This commit is contained in:
2020-06-26 10:41:13 +02:00
commit d16c28fe38
15 changed files with 1030 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
# Variables: $u: login name, $h: users home, $g: users primary group name
[main]
home_path = /backups/sftp/$u
simulate = no
limit_to_primary_group = yes
primary_group_name = sftpusers
minimum_users_count = 1
[home_existence]
check = yes
correct = yes
#[home_permissions]
#check = yes
#correct = yes
#octal_permissions = 755
[home_owner]
check = yes
correct = yes
owner = root
[home_group]
check = yes
correct = yes
group = root
[user_home]
check = yes
correct = yes
home_path = /home
[user_shell]
check = yes
correct = yes
shell = /usr/bin/rssh
[home_files]
check = yes
correct = yes
file_list = /opt/grequalizer/conf/files_to_chroots.txt
[home_binaries_with_libs]
check = yes
correct = yes
file_list = /opt/grequalizer/conf/binaries_to_chroots.txt