View Single Post
Old 7th July 2008
robbak's Avatar
robbak robbak is offline
Real Name: Robert Backhaus
VPN Cryptographer
 
Join Date: May 2008
Location: North Queensland, Australia
Posts: 366
Default

Quote:
Code:
cat /etc/defaults/rc.conf |grep securelevel
kern_securelevel_enable="YES" # kernel security level (see init(8)),
kern_securelevel="-2" # range: -1..3 ; `-1' is the most insecure
# Note that setting securelevel to 0 will result
# in the system booting with securelevel set to 1, as
Um, yeah. Fix this one up too. You've got an ex-admin that needs a good larting.

those two lines should be:
Code:
kern_securelevel_enable="NO"	# kernel security level (see init(8)),
kern_securelevel="-1"	# range: -1..3 ; `-1' is the most insecure
Oh, and for future reference, use [code] ... [/code], not [quote] ... [/quote] when posting file contents or screen dumps in future.


(Hmm. Is Lart-ing (Luser Attitude Readjustment Tool -ing) applicable for sysadmins? What is the word for an incompetent sysadmin?? I know - "robbak", right?) <g>.
__________________
The only dumb question is a question not asked.
The only dumb answer is an answer not given.

Last edited by robbak; 7th July 2008 at 03:58 AM.
Reply With Quote