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

Re: securelevel



In message <Pine.BSF.3.96.980702164839.7050A-100000@vs.itam.nsc.ru>
	so spake  (form):

> And I found that I can write disklabel to disks I mounted filesystems
> from. Also in installboot(8) manpage we see that we should do this command
> before securelevel switching, but it seems that this command works even on
> securelevel=1
> 
> Is it bug or I don't understood something?

This is one of the things that makes securelevels less than useful.
You'll find that you can't write to /dev/sd0a if it is mounted, but
you *can* access the 'c' partition.  Initially, installboot operated
on the 'a' partition but it now opens 'c' and seeks to the beginning
of 'a'.  The man page for installboot is confusing, I'll update it.

 - todd