diff options
author | NIIBE Yutaka <[email protected]> | 2023-08-02 05:34:17 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-08-02 05:34:17 +0000 |
commit | b8c5d99406c9935a127d49116a92f56bcb78ff4b (patch) | |
tree | 837e9c3b07830b95aff0455ea02d2923b542e897 /sm/gpgsm.c | |
parent | agent: Use new libassuan API for pipe server process. (diff) | |
download | gnupg-gniibe/t6606.tar.gz gnupg-gniibe/t6606.zip |
gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.gniibe/t6606
* agent/gpg-agent.c (thread_init_once): Call assuan_control.
* g10/gpg.c (main): Likewise.
* g13/g13.c (main): Likewise.
* kbx/keyboxd.c (thread_init_once): Likewise.
* scd/scdaemon.c (main): Likewise.
* sm/gpgsm.c (main): Likewise.
* tpm2d/tpm2daemon.c (main): Likewise.
--
GnuPG-bug-id: 6606
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'sm/gpgsm.c')
-rw-r--r-- | sm/gpgsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index c0e929d7d..da1949ca7 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -1586,6 +1586,7 @@ main ( int argc, char **argv) npth_init (); gpgrt_set_syscall_clamp (npth_unprotect, npth_protect); + assuan_control (ASSUAN_CONTROL_REINIT_SYSCALL_CLAMP, NULL); /* if (opt.qualsig_approval && !opt.quiet) */ /* log_info (_("This software has officially been approved to " */ |