RE: [hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Joachim.Henke
From: Anselm R Garbe [garb...@gmail.com] Sent: Wednesday, September 6, 2017 7:38 PM To: hackers mail list Subject: Re: [hackers] [dwm][PATCH] move config data to read-only sections On 6 September 2017 at 19:03, wrote: > From: Hiltjo Posthuma [hil...@codemadness.org]

[hackers] Re: [ubase] dd doesn't handle reading from high latency files well

2017-09-06 Thread Eric Pruitt
On Tue, Sep 05, 2017 at 09:31:04PM -0700, Eric Pruitt wrote: > The amount of sys time spent by ubase's dd is always a lot higher than > coreutil's even when the wall-clock time of the runs is comparable. I > haven't spent a lot of time looking into this yet, so I don't have a > patch prepared, but

Re: [hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Anselm R Garbe
On 6 September 2017 at 19:03, wrote: > From: Hiltjo Posthuma [hil...@codemadness.org] > Sent: Wednesday, September 6, 2017 5:32 PM > To: hackers mail list > Subject: Re: [hackers] [dwm][PATCH] move config data to read-only sections > > On Wed, Sep 06, 2017 at

RE: [hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Joachim.Henke
From: Hiltjo Posthuma [hil...@codemadness.org] Sent: Wednesday, September 6, 2017 5:32 PM To: hackers mail list Subject: Re: [hackers] [dwm][PATCH] move config data to read-only sections On Wed, Sep 06, 2017 at 05:07:06PM +0200, Anselm R Garbe wrote: > Hi Joachim, > > On 6 September 2017 at

Re: [hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Hiltjo Posthuma
On Wed, Sep 06, 2017 at 05:07:06PM +0200, Anselm R Garbe wrote: > Hi Joachim, > > On 6 September 2017 at 17:02, wrote: > > commit 6a5056d4c919bb5ae0222b2fde0ed787d50092cf > > Author: Joachim Henke > > AuthorDate: Wed, 6 Sep 2017

Re: [hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Anselm R Garbe
Hi Joachim, On 6 September 2017 at 17:02, wrote: > commit 6a5056d4c919bb5ae0222b2fde0ed787d50092cf > Author: Joachim Henke > AuthorDate: Wed, 6 Sep 2017 16:26:42 +0200 > > The configuration data is just used read-only. So making it

[hackers] [dwm][PATCH] move config data to read-only sections

2017-09-06 Thread Joachim.Henke
commit 6a5056d4c919bb5ae0222b2fde0ed787d50092cf Author: Joachim Henke AuthorDate: Wed, 6 Sep 2017 16:26:42 +0200 The configuration data is just used read-only. So making it immutable might improve security. Testing on x86_64 showed that the .data section shrunk

Re: [hackers] [sbase] [PATCH] Add missing getconf.h dependency to sbase-box

2017-09-06 Thread Michael Forney
On 2017-09-05, Eric Pruitt wrote: > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git Makefile Makefile > index 1c39fef..0e421e7 100644 > --- Makefile > +++ Makefile > @@ -233,7 +233,7 @@ dist: clean > gzip sbase-$(VERSION).tar >

[hackers] [sbase] Add missing getconf.h dependency to sbase-box || Eric Pruitt

2017-09-06 Thread git
commit fb936d5ba5ae6831dcf42c89ad1a0dce1e338f88 Author: Eric Pruitt AuthorDate: Tue Sep 5 18:13:16 2017 -0700 Commit: Michael Forney CommitDate: Tue Sep 5 23:00:42 2017 -0700 Add missing getconf.h dependency to sbase-box diff --git