Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-22 Thread Henning Schild
Am Fri, 22 Jul 2016 14:15:32 +0200 schrieb Michal Marek : > On 2016-07-07 16:50, Henning Schild wrote: > > Builddep is not very explicit about file permissions. Actually the > > file permissions in the package are largely influenced by the umask > > of the user cloning the git

Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-22 Thread Henning Schild
Am Fri, 22 Jul 2016 14:15:32 +0200 schrieb Michal Marek : > On 2016-07-07 16:50, Henning Schild wrote: > > Builddep is not very explicit about file permissions. Actually the > > file permissions in the package are largely influenced by the umask > > of the user cloning the git and building the

Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-22 Thread Michal Marek
On 2016-07-07 16:50, Henning Schild wrote: > Builddep is not very explicit about file permissions. Actually the file > permissions in the package are largely influenced by the umask of the > user cloning the git and building the package. If that umask does not > set go+r the resulting

Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-22 Thread Michal Marek
On 2016-07-07 16:50, Henning Schild wrote: > Builddep is not very explicit about file permissions. Actually the file > permissions in the package are largely influenced by the umask of the > user cloning the git and building the package. If that umask does not > set go+r the resulting

[PATCH] builddeb: fix file permissions before packaging

2016-07-07 Thread Henning Schild
Builddep is not very explicit about file permissions. Actually the file permissions in the package are largely influenced by the umask of the user cloning the git and building the package. If that umask does not set go+r the resulting linux-headers package will prevent non-root users from building

[PATCH] builddeb: fix file permissions before packaging

2016-07-07 Thread Henning Schild
Builddep is not very explicit about file permissions. Actually the file permissions in the package are largely influenced by the umask of the user cloning the git and building the package. If that umask does not set go+r the resulting linux-headers package will prevent non-root users from building

Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-07 Thread Henning Schild
On Thu, 7 Jul 2016 16:50:37 +0200 Henning Schild wrote: > Builddep is not very explicit about file permissions. Actually the > file permissions in the package are largely influenced by the umask > of the user cloning the git and building the package. If that umask >

Re: [PATCH] builddeb: fix file permissions before packaging

2016-07-07 Thread Henning Schild
On Thu, 7 Jul 2016 16:50:37 +0200 Henning Schild wrote: > Builddep is not very explicit about file permissions. Actually the > file permissions in the package are largely influenced by the umask > of the user cloning the git and building the package. If that umask > does not set go+r the