Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Eric
I'm making some modifications to syslogd/syslog so that I can control access to log sockets and have a set of high integrity log files that didn't receive logs from world-writable log sockets. Briefly, this means: - syslogd needs to be able to optionally apply groups to log sockets -

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Ted Unangst
On Sat, Feb 12, 2011 at 9:49 AM, Eric airu...@gmail.com wrote: I'm making some modifications to syslogd/syslog so that I can control access to log sockets and have a set of high integrity log files that didn't receive logs from world-writable log sockets. Briefly, this means: It means you

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Eric
On Sat, Feb 12, 2011 at 12:00 PM, Ted Unangst ted.unan...@gmail.com wrote: On Sat, Feb 12, 2011 at 9:49 AM, Eric airu...@gmail.com wrote: I'm making some modifications to syslogd/syslog so that I can control access to log sockets and have a set of high integrity log files that didn't receive

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Otto Moerbeek
On Sat, Feb 12, 2011 at 12:53:47PM -0500, Eric wrote: On Sat, Feb 12, 2011 at 12:00 PM, Ted Unangst ted.unan...@gmail.com wrote: On Sat, Feb 12, 2011 at 9:49 AM, Eric airu...@gmail.com wrote: I'm making some modifications to syslogd/syslog so that I can control access to log sockets and

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Otto Moerbeek
On Sat, Feb 12, 2011 at 02:22:21PM -0500, Eric wrote: On Sat, Feb 12, 2011 at 1:56 PM, Otto Moerbeek o...@drijf.net wrote: On Sat, Feb 12, 2011 at 12:53:47PM -0500, Eric wrote: On Sat, Feb 12, 2011 at 12:00 PM, Ted Unangst ted.unan...@gmail.com wrote: On Sat, Feb 12, 2011 at 9:49 AM,

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Eric
On Sat, Feb 12, 2011 at 1:56 PM, Otto Moerbeek o...@drijf.net wrote: On Sat, Feb 12, 2011 at 12:53:47PM -0500, Eric wrote: On Sat, Feb 12, 2011 at 12:00 PM, Ted Unangst ted.unan...@gmail.com wrote: On Sat, Feb 12, 2011 at 9:49 AM, Eric airu...@gmail.com wrote: I'm making some modifications

Re: Strange pf match

2011-02-12 Thread Stuart Henderson
On 2011-02-12, m mutimir2...@yahoo.com wrote: please take a look and tell if I'm missing something or is this a serious bug? #tcpdump -n -e -ttt -i pflog0 tcpdump: listening on pflog0, link-type PFLOG Feb 12 15:40:18.181584 rule 704/(match) pass in on vlan2: 10.100.100.55.49747

Re: cwm crashes on Linux when combining grouponly/movetogroup

2011-02-12 Thread Christian Neukirchen
Catching up on this bug, which has hit some other users I know now as well. Christian Neukirchen chneukirc...@gmail.com writes: I found this key sequence to crash cwm on Linux in CVS HEAD: Minimal .cwmrc: bind C-i grouponly2 bind CS-i movetogroup2 Run cwm, open a window (say xterm), press

Re: cwm crashes on Linux when combining grouponly/movetogroup

2011-02-12 Thread Ted Unangst
On Sun, 13 Feb 2011, Christian Neukirchen wrote: Catching up on this bug, which has hit some other users I know now as well. For some reason cc-stackingorder is bigger than gc-highstack (which is 0 in above use case), thus the assignment writes to a negative address relative to winlist.

Re: Syslogd: Adding log sockets that are only writeable by a single group

2011-02-12 Thread Philip Guenther
On Sat, Feb 12, 2011 at 10:56 AM, Otto Moerbeek o...@drijf.net wrote: On Sat, Feb 12, 2011 at 9:49 AM, Eric airu...@gmail.com wrote: I'm making some modifications to syslogd/syslog so that I can control access to log sockets and have a set of high integrity log files that didn't receive