9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] possible way to have the secstore on the cpu server
Date: Fri, 14 Jun 2002 12:42:27 -0400	[thread overview]
Message-ID: <decb46ec3429295d1c914e649ae2bc7f@plan9.bell-labs.com> (raw)

You could use kfs and make the files only
bootes-readable.  It doesn't matter that the
service file is world-rw -- once it gets mounted
the kernel is enforcing the appropriate attach
names.

You could run your own little dossrv.

They don't really need to be noswap,
since if you can read the swap disk after the pages
get swapped out, then you could just read the
disk containing the actual files.

Arguably you don't need to be private either,
since if you can debug the process you can
read the underlying disk.

Russ



             reply	other threads:[~2002-06-14 16:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-14 16:42 Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-06-17 11:51 presotto
2002-06-17 10:25 nigel
2002-06-15 15:34 presotto
2002-06-15 15:32 presotto
2002-06-15 14:02 nigel
2002-06-14  8:26 nigel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=decb46ec3429295d1c914e649ae2bc7f@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).