Versions Compared

Key

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

...

Code Block
rajaasad@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
  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

Now you will have the following privileges:

Code Block

rajaasad@noric37 $ fs la .gnupg
Access list for .gnupg is
Normal rights:
  system:administrators rlidwka
  rajaasad rlidwka

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

...