-
Notifications
You must be signed in to change notification settings - Fork 0
/
gppgrc.example
62 lines (55 loc) · 1.13 KB
/
gppgrc.example
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[Global]
# (Optional) Path to the 'gpg' executable
#
# Default:
# gpg_path = "/usr/bin/gpg"
#
# gpg_path = ""
# (Optional) Path to the 'at' executable
#
# Default:
# at_path = "/usr/bin/at"
#
# at_path = ""
# (Optional) Path to the 'mount' executable
#
# Default:
# mount_path = "/bin/mount"
#
# mount_path = ""
# (Optional) After how many minutes should we unmount the decrypted partitions
# and close them?
#
# Default:
# unmount_time = "15"
#
# unmount_time = ""
[Default]
# (Required) Path the encrypted LUKS device.
#
# Ex:
# encrypted_device = "/dev/mapper/lambda-gpg"
# or
# encrypted_device = "/dev/sdg"
#
encrypted_device = ""
# (Optional) Name for the decrypted LUKS device. When we decrypt the encrypted
# LUKS device, we'll get /dev/mapper/decrypted_device
#
# Default:
# decrypted_name = "gpg-decrypted"
#
# decrypted_name = ""
# (Optional) Where should we mount the decrypted partition
#
# Default:
# mount_point = "/media/gppg"
#
# mount_point = ""
# (Optional) After how many minutes should we unmount the decrypted partition
# and close it?
#
# Default:
# unmount_time = <Whatever was set in the Global section>
#
# unmount_time = ""