Re: Potential bug in dpkg when using pre-depends?

2016-07-26 Thread Dani Galmanovich
Hi, the bug you pointed out is not really the main issue i am having. This issue with noexec on temp just flashed the real issue. As someone there said: Just to make life a little bit more difficult for canned exploits on a web server, I've tried to eliminate directories where daemon users have

Re: Potential bug in dpkg when using pre-depends?

2016-07-25 Thread Sven Joachim
On 2016-07-25 20:05 +0300, Dani Galmanovich wrote: > Hi everybody, > > I have encountered a strange behavior when combining apt-get and > pre-depends rules in the control file. The story is as follows: > > I have a package, lets call it 'main package', with the following rules in > the control fil

Potential bug in dpkg when using pre-depends?

2016-07-25 Thread Dani Galmanovich
Hi everybody, I have encountered a strange behavior when combining apt-get and pre-depends rules in the control file. The story is as follows: I have a package, lets call it 'main package', with the following rules in the control file: pre-depends on package 'A' and depends on package 'B' I have