From owner-freebsd-security@FreeBSD.ORG Tue Sep 16 01:12:38 2003 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 638BA16A4B3 for ; Tue, 16 Sep 2003 01:12:38 -0700 (PDT) Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35C043F3F for ; Tue, 16 Sep 2003 01:12:34 -0700 (PDT) (envelope-from db@traceroute.dk) Received: from user5.cybercity.dk (fxp0.user5.ip.cybercity.dk [212.242.41.51]) by cicero0.cybercity.dk (Postfix) with ESMTP id A89A329250 for ; Tue, 16 Sep 2003 10:12:33 +0200 (CEST) Received: from main (port132.ds1-arsy.adsl.cybercity.dk [212.242.239.73]) by user5.cybercity.dk (Postfix) with SMTP id 219E656377 for ; Tue, 16 Sep 2003 10:12:33 +0200 (CEST) Date: Tue, 16 Sep 2003 10:14:14 +0200 From: Socketd To: freebsd-security@freebsd.org Message-Id: <20030916101414.54b145ca.db@traceroute.dk> In-Reply-To: <014001c37c39$956ec2f0$0d00a8c0@amkdrives.bg> References: <014001c37c39$956ec2f0$0d00a8c0@amkdrives.bg> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: boot -s - can i detect intruder X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 08:12:38 -0000 On Tue, 16 Sep 2003 11:02:05 +0100 "Nikolay Kanchev" wrote: > Several people have physical access to my FreeBSD box and I have the > feeling that somebody try to get access with boot -s options . Can I > log activity after boot -s option (change user password, install > software and etc.). I use boot -s and change user password, but after > reboot i can't find this atcivity in log files. > The BSD box is shutdown and run again many time at day. Why not set console in /etc/ttys to insecure? Then you can't login without a password. br socketd