Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 1995 11:35:19 -0400
From:      "Garrett A. Wollman" <wollman@lcs.mit.edu>
To:        Andrew Herdman <andrew@whine.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   A few questions
Message-ID:  <9510101535.AA10002@halloran-eldar.lcs.mit.edu>
In-Reply-To: <Pine.BSF.3.91.951009190533.216B-100000@why>
References:  <Pine.BSF.3.91.951009190533.216B-100000@why>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 9 Oct 1995 19:11:28 -0400, Andrew Herdman <andrew@whine.com> said:

> 1)  Why does the kernal stay at secure level -1.   I replaced BSDi 2.0.1
>     with FreeBSD 2.0.5 and BSDi always defaulted to security of 1 while
>     FreeBSD does not.

Because FreeBSD is a system undergoing continuous development, and it
is unacceptable for the developers to have to shut down to single-user
just to install new binaries.  If you wish to have the 4.4-style
automatic securelevel, you should delete the `= -1' initialization in
kern_sysctl.c.

> 2)  If i manually set kern.securelevel to 1, XFree86 no longer works
>     complaining about lack of access to /dev/mem.  I used XFree86  
>     with BSDi and it worked fine.  Anyone have a suggestion?

>From init(8):

     1     Secure mode - immutable and append-only flags may not be changed;
           disks for mounted filesystems, /dev/mem, and /dev/kmem are read-
           only.

X can't write to your video card's memory.

> 3)  All of the maintenance scripts run fine sending e-mail to root.  Problem
>     is, I'm not running them from cron.

Yes you are.  root's crontab is in /etc/crontab.  Don't attempt to use
the crontab(1) command to modify this, it simply won't work.

-GAWollman

--
Garrett A. Wollman   | Shashish is simple, it's discreet, it's brief. ... 
wollman@lcs.mit.edu  | Shashish is the bonding of hearts in spite of distance.
Opinions not those of| It is a bond more powerful than absence.  We like people
MIT, LCS, ANA, or NSA| who like Shashish.  - Claude McKenzie + Florent Vollant



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