]> git.sev.monster Git - dotfiles.git/commitdiff
add random_seed and backup pubring to gpg forward dir
authorsev <git@sev.monster>
Sun, 20 Mar 2022 03:27:42 +0000 (22:27 -0500)
committersev <git@sev.monster>
Fri, 5 Apr 2024 21:27:40 +0000 (16:27 -0500)
base/.zprofile

index 0d64d4f98381e8fe09edb077c1fdd4bb3472d5fa..648cf5522f469b32a70b567f5fe31c4254e00df0 100644 (file)
@@ -249,8 +249,8 @@ if [[ ! -v _sev_setup_gpg_forward && -v commands[gpg] ]] {
         h=$_sev_gpg_forward_dir/$$
         mkdir -pm700 $h
         # XXX: is it safe to link scdaemon socket? can its name be changed?
-        for x (S.scdaemon gpg.conf gpg-agent.conf sshcontrol
-               pubring.kbx trustdb.gpg private-keys-v1.d crls.d) {
+        for x (S.scdaemon gpg.conf gpg-agent.conf sshcontrol random_seed
+               pubring.kbx{,~} trustdb.gpg private-keys-v1.d crls.d) {
             ln -s ${GNUPGHOME:-~/.gnupg}/$x $h
         }
         export GNUPGHOME=$h
This page took 0.036633 seconds and 4 git commands to generate.