Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2001 22:05:18 -0800
From:      Kris Kennaway <kris@obsecurity.org>
To:        Rakhesh Sasidharan <rakhesh@cse.iitd.ernet.in>
Cc:        "questions@FreeBSD.ORG" <questions@FreeBSD.org>
Subject:   Re: Securelevel and mounting ...
Message-ID:  <20010218220518.A73665@mollari.cthul.hu>
In-Reply-To: <Pine.LNX.4.10.10102191128490.21765-100000@localhost.localdomain>; from rakhesh@cse.iitd.ernet.in on Mon, Feb 19, 2001 at 11:33:17AM %2B0530
References:  <Pine.LNX.4.10.10102191128490.21765-100000@localhost.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help

--+QahgC5+KEYLbs62
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Feb 19, 2001 at 11:33:17AM +0530, Rakhesh Sasidharan wrote:
>=20
> Hi,
>=20
> Does securelevel 1 mean that I am not even able to do the below:=20
>=20
> Script started on Sat Feb 17 15:38:28 2001
> [root@FreeBSD](/root)# sysctl kern.securelevel
> kern.securelevel: 1
> [root@FreeBSD](/root)# vnconfig vn0c /big/OSes/4.2-FreeBSD/4.2-install.is=
o=20
> [root@FreeBSD](/root)# mount -t cd9660 /dev/vn0c /isomount/
> cd9660: vfsload(cd9660): Operation not permitted

          ^^^^^^^

You don't have the CD9660 stuff compiled into your kernel, so mount(8)
tries to kldload the KLD on-the-fly, which it can't when you have a
raised securelevel.

Kris

--+QahgC5+KEYLbs62
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE6kLedWry0BWjoQKURAgemAJoCZ4f1bYtPUnGKr8FiFaFDM4rrxQCgnaiH
/Z9Sxxn7BjSJYeqgZTLS8Gc=
=2FQv
-----END PGP SIGNATURE-----

--+QahgC5+KEYLbs62--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010218220518.A73665>