Versions Compared

Key

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

...

Set up privilages for .gnupg directory

Initially after generating the key, you will get a .gnupg directory with something like:

Code Block
rajaasad@noric37 $ fs la .gnupg
Access list for .gnupg is
Normal rights:
  system:slac rl
  system:administrators rlidwka
  system:authuser rl
  rajaasad rlidwka

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

Code Block
fs sa system:slac none system:authuser none

...