diff options
author | Ovidiu Panait <ovidiu.panait@windriver.com> | 2020-02-29 20:49:49 +0200 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2020-03-01 19:26:24 +0800 |
commit | b1dee36ce6d74e5e9032e67bd037d5519eb784ca (patch) | |
tree | f57e6f9e851f558744530808c7e6b0495613dbd5 /meta-signing-key/scripts/create-user-key-store.sh | |
parent | 8853e39b1e1d1103dbbb252288989c7466968690 (diff) | |
download | meta-secure-core-b1dee36ce6d74e5e9032e67bd037d5519eb784ca.tar.gz |
sign_rpm_ext: Use socket redirection to avoid GPG_PATH length limitation
Currently, an error will be thrown when trying to use a GPG homedir whose path
length exceeds 80 characters. This limitation can be worked around by providing
libassuan socket redirection files for "S.gpg-agent.yocto-native",
"S.gpg-agent.ssh", "S.gpg-agent.browser" and "S.gpg-agent.extra"
sockets. The redirection files will point to the real sockets in /tmp
directory. The sockets will be automatically cleaned up by gpg agent.
References:
[1] https://dev.gnupg.org/T1752
[2] https://gnupg.org/documentation/manuals/assuan.pdf
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Diffstat (limited to 'meta-signing-key/scripts/create-user-key-store.sh')
0 files changed, 0 insertions, 0 deletions