Re: [uml-devel] Kernel access to user memory in SKAS

2007-02-28 Thread Bryan Parno
On Feb 23, 2007, at 4:40 PM, Jeff Dike wrote: > On Fri, Feb 23, 2007 at 01:36:12PM -0500, Bryan Parno wrote: >> I'm interested in mediating accesses by the UML guest kernel to >> memory used by the UML guest processes. At present, I'm looking at a >> scenario using SKAS3, so the kernel has a

Re: [uml-devel] Kernel access to user memory in SKAS

2007-02-23 Thread Jeff Dike
On Fri, Feb 23, 2007 at 01:36:12PM -0500, Bryan Parno wrote: > I'm interested in mediating accesses by the UML guest kernel to > memory used by the UML guest processes. At present, I'm looking at a > scenario using SKAS3, so the kernel has an address space distinct > from that of the u

[uml-devel] Kernel access to user memory in SKAS

2007-02-23 Thread Bryan Parno
Hi, I'm interested in mediating accesses by the UML guest kernel to memory used by the UML guest processes. At present, I'm looking at a scenario using SKAS3, so the kernel has an address space distinct from that of the user processes. I guess I'm a bit confused as to how the gue