diff options
author | Werner Koch <[email protected]> | 2016-02-13 16:30:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-02-13 16:30:14 +0000 |
commit | 86f3bb144ad75461eb9b7ac1e59046ac75efccac (patch) | |
tree | b0b5a86c8319b687574ed0fce8ad9bf7edd349f8 /g13/g13-syshelp.h | |
parent | g13: Second chunk of code to support dm-crypt. (diff) | |
download | gnupg-86f3bb144ad75461eb9b7ac1e59046ac75efccac.tar.gz gnupg-86f3bb144ad75461eb9b7ac1e59046ac75efccac.zip |
g13: Require a confirmation before g13 is used for DM-Crypt.
* g13/g13-syshelp.c (g13_syshelp_i_know_what_i_am_doing):
* g13/sh-dmcrypt.c (sh_dmcrypt_create_container): Call it.
(sh_dmcrypt_mount_container): Call it.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'g13/g13-syshelp.h')
-rw-r--r-- | g13/g13-syshelp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g13/g13-syshelp.h b/g13/g13-syshelp.h index 0503079cd..087fff609 100644 --- a/g13/g13-syshelp.h +++ b/g13/g13-syshelp.h @@ -69,6 +69,7 @@ struct server_control_s /*-- g13-syshelp.c --*/ void g13_syshelp_init_default_ctrl (struct server_control_s *ctrl); +void g13_syshelp_i_know_what_i_am_doing (void); /*-- sh-cmd.c --*/ gpg_error_t syshelp_server (ctrl_t ctrl); |