Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2001 09:02:54 -0400 (EDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Dima Dorfman <dd@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc security
Message-ID:  <Pine.NEB.3.96L.1010614090051.23699M-100000@fledge.watson.org>
In-Reply-To: <200106140430.f5E4Uln31677@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Note that the console log integration into dmesg is a bit broken due to
wrap-around intersecting syslog lines.  The answer here might be to modify
the wrap-around behavior so that there are two pointers: one to end of the
loop, one to beginning of the loop.  In this manner, we could avoid
getting partial lines (the beginning would always be bumped forward to the
beginning of the next line).  Another problem that has been observed is
that the dmesg sysctl is public, yet output to the console may need to be
private.  The only real solution to this would be to allow the kernel to
differentiate the two types of logs, either by storing them seperately, or
by marking the records.  If you want to investigate either of these paths,
that would be great :-).

Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
robert@fledge.watson.org      NAI Labs, Safeport Network Services

On Wed, 13 Jun 2001, Dima Dorfman wrote:

> dd          2001/06/13 21:30:47 PDT
> 
>   Modified files:
>     etc                  security 
>   Log:
>   Pass -a to dmesg(8).
>   
>   PR:		26870
>   Submitted by:	Tomonobu AKIMOTO <akimoto@xephion.ne.jp>
>   
>   Revision  Changes    Path
>   1.53      +2 -2      src/etc/security
> 
> 


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1010614090051.23699M-100000>