Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2006 09:12:17 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Wes Peters <wes@opensail.org>
Cc:        freebsd-security@freebsd.org
Subject:   Re: freebsd-security Digest, Vol 184, Issue 2
Message-ID:  <20061108091217.62b3er5uyogs4wkw@webmail.leidinger.net>
In-Reply-To: <1794F6F9-3F65-4771-ACF6-23D00101B72D@opensail.org>
References:  <20061104163000.30D2516A7A6@hub.freebsd.org> <0C344F30-40A1-4B08-A1C7-3F8CD536244D@opensail.org> <20061108082233.agry96udb4k0sckk@webmail.leidinger.net> <1794F6F9-3F65-4771-ACF6-23D00101B72D@opensail.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Wes Peters <wes@opensail.org> (from Tue, 7 Nov 2006 23:28:15 -0800):

>
> On Nov 7, 2006, at 11:22 PM, Alexander Leidinger wrote:
>
>> Quoting Wes Peters <wes@opensail.org> (from Tue, 7 Nov 2006 20:19:40 -080=
0):
>>
>>> --- /etc/rc.d/dmesg     Sat May  6 21:00:26 2006
>>> +++ dmesg       Tue Nov  7 20:17:47 2006
>>> @@ -19,8 +19,10 @@
>>> do_dmesg()
>>> {
>>> -       rm -f ${dmesg_file}
>>> +       mv -f ${dmesg_file} ${dmesg_file}.prev
>>>        ( umask 022 ; /sbin/dmesg $rc_flags > ${dmesg_file} )
>>> +       cmp -s ${dmesg_file} ${dmesg_file}.prev || \
>>> +               logger -p security.warn 'dmesg.boot changed from
>>> previous boot'
>>> }
>>> load_rc_config $name
>>>
>>>
>>> If you like that, I'm willing to discuss it further, and/or commit it
>>> and let the howling tell if it's a keeper or not. ;^)
>>
>> Did you try this? I didn't, but I would expect to see this message  =20
>> _every time_ (because of minor timecounter rate changes).
>
> Yes, but only once, and then forced a change by re-running it.  Maybe I
> just got 'lucky.'  Feel free to suggest 'better' tests, or parts to
> throw out of dmesg.boot before the test.

The ACPI-fast, ACPI-safe, TSC and i8xxx timecounter frequency needs to =20
be removed IMO. Sometimes I also see a very small change in the probe =20
order... but I don't remember exacly what's changing and what's =20
causing it.

Bye,
Alexander.

--=20
The days are all empty and the nights are unreal.

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID =3D B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID =3D 72077137



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