How to preserve the permission/owner/group owner on the pubring.gpg, secring.gpg and trustdb.gpg

Sieu Truc sieutruc at gmail.com
Wed Aug 6 16:57:26 CEST 2014


Hello,

Currently, iam doing a project that uses gpg.

I set the working directory for gpg with the permission like :

securgpg 775  Test1 groupTest2
   -rw-r--r--.    1 Test1  groupTest2    42  6 août  16:29 gpg-agent.conf
   -rw-r--r--.    1 Test1  groupTest2  7960  6 août  16:29 gpg.conf
   -rw-rw-r--.   1 Test1  groupTest2  9269  6 août  16:38 pubring.gpg
   -rw-rw-r--.   1 Test1  groupTest2  9269  6 août  16:38 pubring.gpg~
   -rw-rw-rw-.    1 Test1  groupTest2   600  6 août  16:35 random_seed
   -rw-r--r--.    1 Test1  groupTest2  2851  6 août  16:35 secring.gpg
   -rw-rw-rw-. 1 Test1  groupTest2  1600  6 août  16:38 trustdb.gpg

But when Test1 imports a new key to key store, he changes all the file like
   -rw-rw-r--.   1 Test1  groupTest1  9269  6 août  16:38 pubring.gpg
   -rw-rw-r--.   1 Test1  groupTest1  9269  6 août  16:38 pubring.gpg~
   -rw-------.    1 Test1  groupTest1   600  6 août  16:35 random_seed
   -rw-------.    1 Test1  groupTest1  2851  6 août  16:35 secring.gpg

and similarly in the case of Test2
   -rw-rw-r--.   1 Test2  groupTest2  9269  6 août  16:38 pubring.gpg
   -rw-rw-r--.   1 Test2  groupTest2  9269  6 août  16:38 pubring.gpg~
   -rw-------.    1 Test2  groupTest2   600  6 août  16:35 random_seed
   -rw-------.    1 Test2  groupTest2  2851  6 août  16:35 secring.gpg

So that i cannot access to key store on using two accounts.

Can you suggest to me any solution that will preserve the
permission/user/group like as it was set originally.

Truc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/attachments/20140806/70f81fb9/attachment.html>


More information about the Gnupg-users mailing list