diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-12-06 09:47:39 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-12-06 09:47:39 -0500 |
commit | 8fe3d90d34c26083e9856cb134dfe17a5f6999aa (patch) | |
tree | e2969287e66394ac9119da947968b72ca75eeb37 /doc/src | |
parent | fa4add50c4ea97c48881fa8cb3863df80141643c (diff) | |
download | postgresql-8fe3d90d34c26083e9856cb134dfe17a5f6999aa.tar.gz postgresql-8fe3d90d34c26083e9856cb134dfe17a5f6999aa.zip |
docs: update partition encryption options
Text from Adam Vande More
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/runtime.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 491683730e0..bbb808fecb0 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1815,12 +1815,12 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433 <listitem> <para> - On Linux, encryption can be layered on top of a file system - using a <quote>loopback device</quote>. This allows an entire - file system partition to be encrypted on disk, and decrypted by the - operating system. On FreeBSD, the equivalent facility is called - GEOM Based Disk Encryption (<acronym>gbde</acronym>), and many - other operating systems support this functionality, including Windows. + Storage encryption can be performed at the file system level or the + block level. Linux file system encryption options include eCryptfs + and EncFS, while FreeBSD uses PEFS. Block level or full disk + encryption options include dm-crypt + LUKS on Linux and GEOM + modules geli and gbde on FreeBSD. Many other operating systems + support this functionality, including Windows. </para> <para> |