-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpriv.conf
More file actions
24 lines (18 loc) · 723 Bytes
/
priv.conf
File metadata and controls
24 lines (18 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# File in which will reside the LUKS enctryption key of the space
PRIV_KEY_FILE=/root/.priv_key
# Storage file containing the LUKS-encrypted data
PRIV_STORAGE=/var/lib/priv/priv.img
# User that will have ownership of the partition (defaults to UID 1000)
# PRIV_USER=
# dm-crypt device name (e.g: /dev/mapper/${PRIV_DEVICE}) (defaults to "priv")
# PRIV_DEVICE=priv
# The data will be available here once the space has been mounted or spawned
PRIV_MOUNT=/mnt/priv
# Command to execute for formatting parition (defaults to `mkfs.ext4 -F`)
# PRIV_FORMAT="mkfs.ext4 -F"
# Be NFS aware
PRIV_NFS=false
# Be autosuspend (https://github.com/topongo/autosuspend) aware
PRIV_AUTO_SUSPEND=false
# Be samba aware
PRIV_SAMBA=false