All of lore.kernel.org
 help / color / mirror / Atom feed
* No RAM swapout to disk for "sandbox" run programs
@ 2001-08-27 23:34 james
  2001-08-28  7:25 ` Tom
  2001-08-28 11:40 ` Stephen Smalley
  0 siblings, 2 replies; 3+ messages in thread
From: james @ 2001-08-27 23:34 UTC (permalink / raw)
  To: selinux

PGP uses, or did use, a (sloppy?) memory driver which prevented process
address space active in RAM from being swapped out to disk.

I have written Linus Torvalds talking about a range of PIDs, or a new field
in the task_struct, which would indicate to the mm in the kernel that
swapping this process' address space out to disk was forbidden.

A program can be launched from a shell that acts as a "sandbox" to run
programs that shouldn't be swapped to disk. All tasks forked from this
should be regarded as unswappable. This would be useful for encryption
programs, since PGP on WinNT at least was already doing it. I'm not sure how
GnuPG handles this at the moment.

Any thoughts anyone?

Also, I am wondering where I can get software that will allow me to look at
arbitrary memory ranges, the purpose being to look at "deleted" files on
Windows and Linux. Anybody know of any such software? Is there a kernel
module that allows this?

James Buchanan



--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: No RAM swapout to disk for "sandbox" run programs
  2001-08-27 23:34 No RAM swapout to disk for "sandbox" run programs james
@ 2001-08-28  7:25 ` Tom
  2001-08-28 11:40 ` Stephen Smalley
  1 sibling, 0 replies; 3+ messages in thread
From: Tom @ 2001-08-28  7:25 UTC (permalink / raw)
  To: james; +Cc: selinux

On Tue, Aug 28, 2001 at 09:34:10AM +1000, james@spunkysoftware.com wrote:
> I have written Linus Torvalds talking about a range of PIDs, or a new field
> in the task_struct, which would indicate to the mm in the kernel that
> swapping this process' address space out to disk was forbidden.

this strikes me as redundant because such a mechanism already exists.

> programs, since PGP on WinNT at least was already doing it. I'm not sure how
> GnuPG handles this at the moment.

GPG will use existing system calls to achieve exactly this effect. I
don't know the details by heart, but I did once. grab the gpg source
and take a look around.


> Also, I am wondering where I can get software that will allow me to look at
> arbitrary memory ranges, the purpose being to look at "deleted" files on
> Windows and Linux. Anybody know of any such software? Is there a kernel
> module that allows this?

/proc/mem is your friend. :)



--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: No RAM swapout to disk for "sandbox" run programs
  2001-08-27 23:34 No RAM swapout to disk for "sandbox" run programs james
  2001-08-28  7:25 ` Tom
@ 2001-08-28 11:40 ` Stephen Smalley
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Smalley @ 2001-08-28 11:40 UTC (permalink / raw)
  To: james; +Cc: selinux


On Tue, 28 Aug 2001 james@spunkysoftware.com wrote:

> PGP uses, or did use, a (sloppy?) memory driver which prevented process
> address space active in RAM from being swapped out to disk.
> 
> I have written Linus Torvalds talking about a range of PIDs, or a new field
> in the task_struct, which would indicate to the mm in the kernel that
> swapping this process' address space out to disk was forbidden.

This seems a bit off-topic for this mailing list.  Anyway, why can't you
use the mlock system call?

--
Stephen D. Smalley, NAI Labs
ssmalley@nai.com





--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-28 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-27 23:34 No RAM swapout to disk for "sandbox" run programs james
2001-08-28  7:25 ` Tom
2001-08-28 11:40 ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.