Bug#962310: chmod 0700 warning messages appears to be incorrect

2020-06-06 Thread Wakko Warner
David Kalnischkies wrote: > On Fri, Jun 05, 2020 at 09:15:56PM -0400, Wakko Warner wrote: > > I noticed, due to the way I have apt setup, that it complains about chmoding > > some files. I was looking in the source for a way to bypass this message > > and noticed that 0700 is hard coded in the

Bug#962310: chmod 0700 warning messages appears to be incorrect

2020-06-06 Thread David Kalnischkies
On Fri, Jun 05, 2020 at 09:15:56PM -0400, Wakko Warner wrote: > I noticed, due to the way I have apt setup, that it complains about chmoding > some files. I was looking in the source for a way to bypass this message > and noticed that 0700 is hard coded in the warning. Can you describe your

Bug#962310: chmod 0700 warning messages appears to be incorrect

2020-06-05 Thread Wakko Warner
Package: apt Version: 2.1.6 Severity: minor I noticed, due to the way I have apt setup, that it complains about chmoding some files. I was looking in the source for a way to bypass this message and noticed that 0700 is hard coded in the warning. In apt-pkg/acquire.cc:SetupAPTPartialDirectory()