migrated to cryptsetup-luks
list of packages reduced more dfsbuild-probe devices: sda sdb sdc sdd GPL added to all scripts check_smb_idle.sh is temporarily disabled for now initial_checks removed
This commit is contained in:
parent
8d1c3aa9c4
commit
eaa06602ee
28 changed files with 713 additions and 211 deletions
|
@ -4,7 +4,7 @@
|
|||
LANGUAGE=de
|
||||
NET_IFACE=eth0
|
||||
SAMBA_USER=nobody
|
||||
SCAN_DEVICES="/dev/hda /dev/hdb /dev/hdc /dev/hde /dev/hdf /dev/hdg /dev/scd0 /dev/scd1 /dev/scd2 /dev/scd3 /dev/sg /dev/sda /dev/sdb /dev/sdc /dev/sdd"
|
||||
SCAN_DEVICES="hda hdb hdc hdd hde hdf hdg scd0 scd1 scd2 scd3 sg sda sdb sdc sdd"
|
||||
|
||||
# directories
|
||||
LANGUAGE_DIR=/usr/share/cryptobox/lang
|
||||
|
@ -12,7 +12,7 @@ HTML_TEMPLATE_DIR=/usr/share/cryptobox/templates
|
|||
DOC_DIR=/usr/share/doc/cryptobox/html
|
||||
CONFIG_DEFAULTS_DIR=/usr/share/cryptobox/defaults
|
||||
CONFIG_DIR=/mnt/cb-etc
|
||||
CRYPTO_DIR=/mnt/crypto
|
||||
MNT_PARENT=/mnt/crypto
|
||||
|
||||
# some files
|
||||
CB_SCRIPT=/usr/lib/cryptobox/cbox-manage.sh
|
||||
|
@ -25,8 +25,9 @@ OPENSSL_CONF_FILE=/etc/cryptobox/openssl.cnf
|
|||
IDLE_COUNTER_FILE=/tmp/cbox-idle-counter
|
||||
|
||||
# crypto settings
|
||||
# since 0.2.1 you find the default crypto settings in /usr/share/cryptobox/defaults
|
||||
CRYPTMAPPER_DEV=/dev/mapper/cryptobox-data
|
||||
# there is no default hash, as this is ignored by luks
|
||||
DEFAULT_CIPHER=aes-cbc-essiv:sha256
|
||||
CRYPTMAPPER_DIR=/dev/mapper
|
||||
|
||||
# some programs
|
||||
SFDISK=/sbin/sfdisk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue