[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Blocking write access to /dev/kmem



[tech is not the place to ask this kind of question, misc is.  You
should read the openbsd web site, especiallly about the mailing
lists.]

Do an ls -l on those devices, for starters.  That will tell you something.
Also, do a man mem for more information, which will lead you other
places, like securelevel(7).  That will give you a better picture of
whats going on.

Remember that the man pages on OpenBSD are really good, and
random "man whatever" or "apropos whatever" can lead to very
interesting reading.....

--STeve Andre'

On Tuesday 11 June 2002 16:58, Luis J. M. wrote:
> I've been looking for how OpenBSD blocks the writing access for /dev/kmem
> and /dev/mem unsuccessfully and I'd be interested in know how it's done.
> Does anyone knows how?