File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1815,12 +1815,12 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
1815
1815
1816
1816
<listitem>
1817
1817
<para>
1818
- On Linux, encryption can be layered on top of a file system
1819
- using a <quote>loopback device</quote>. This allows an entire
1820
- file system partition to be encrypted on disk, and decrypted by the
1821
- operating system. On FreeBSD, the equivalent facility is called
1822
- GEOM Based Disk Encryption (<acronym> gbde</acronym>), and many
1823
- other operating systems support this functionality, including Windows.
1818
+ Storage encryption can be performed at the file system level or the
1819
+ block level. Linux file system encryption options include eCryptfs
1820
+ and EncFS, while FreeBSD uses PEFS. Block level or full disk
1821
+ encryption options include dm-crypt + LUKS on Linux and GEOM
1822
+ modules geli and gbde on FreeBSD. Many other operating systems
1823
+ support this functionality, including Windows.
1824
1824
</para>
1825
1825
1826
1826
<para>
You can’t perform that action at this time.
0 commit comments