Bug#296778: wrong permissions of dsl-provider

2005-02-25 Thread martin f krafft
also sprach Eduard Bloch <[EMAIL PROTECTED]> [2005.02.25.0948 +0100]: > Wait a moment, this still does not make sense. I set > > umask 177 > > there so how do files created on your system get braindead > permissions? That's the point. 177 will ensure 600 permissions: (777 - 177 = 600). What we w

Bug#296778: wrong permissions of dsl-provider

2005-02-25 Thread Eduard Bloch
#include * martin f krafft [Thu, Feb 24 2005, 06:05:46PM]: > also sprach Eduard Bloch <[EMAIL PROTECTED]> [2005.02.24.1754 +0100]: > > Sorry, I guess I see your problem now. Fix coming soon. > > See the patch. It works; or move the chmod/chgrp to the end after > all the processing. Wait a moment

Bug#296778: wrong permissions of dsl-provider

2005-02-24 Thread Eduard Bloch
#include * Eduard Bloch [Thu, Feb 24 2005, 05:43:36PM]: > severity 296778 minor > thanks > > #include > * martin f krafft [Thu, Feb 24 2005, 05:09:49PM]: > > > On my system, /etc/ppp/peers/dsl-provider is being created > > 0600:root:root, independent of the umask, and ignoring the fact that > >

Bug#296778: wrong permissions of dsl-provider

2005-02-24 Thread martin f krafft
also sprach Eduard Bloch <[EMAIL PROTECTED]> [2005.02.24.1743 +0100]: > That's not true, please read the code around the creation of this file: > > chmod 0640 $OPTSFILE > chown root:dip $OPTSFILE > > This follows the policy. Don't try to redefine facts please. I am not. If you redirect into a fi

Bug#296778: wrong permissions of dsl-provider

2005-02-24 Thread Eduard Bloch
severity 296778 minor thanks #include * martin f krafft [Thu, Feb 24 2005, 05:09:49PM]: > On my system, /etc/ppp/peers/dsl-provider is being created > 0600:root:root, independent of the umask, and ignoring the fact that > the directory is 2750:root:dip. That's not true, please read the code aro

Bug#296778: wrong permissions of dsl-provider

2005-02-24 Thread martin f krafft
Package: pppoeconf Version: 1.1 Severity: normal Tags: patch On my system, /etc/ppp/peers/dsl-provider is being created 0600:root:root, independent of the umask, and ignoring the fact that the directory is 2750:root:dip. As a consequence, dip-members cannot establish DSL connections without admin