Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set up a .gnupg directory with the following privsright privileges. Initially you will get something like:

Code Block
161cottrell@pinger:~$fsrajaasad@noric37 $ fs la .gnupgess list for .gnupg isNormal rights:  system:slac rl  system:administrators rlidwka  system:authuser rlrajaasad@noric37 $ fs la .gnupg
Access list for .gnupg is
Normal rights:
  system:slac rl
  system:administrators rlidwka
cottrell rlidwka
  system:authuser rl
  rajaasad rlidwka
  rajaasad

But you need to get rid of the first and the third entry but executing:

Code Block

fs sa system:slac none system:authuser none

Make sure the contents of .gnupg/(apart from . and ..) are cleared out, using emacs -nw .gnupg.

...