Re: [PATCH 01/15] build: syscalls: Add additional mount flags.

2015-07-07 Thread Thompson, David
On Tue, Jul 7, 2015 at 9:14 AM, Ludovic Courtès wrote: > David Thompson skribis: > >> From: David Thompson >> >> * guix/build/syscalls.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_STRICTATIME): >> New variables. > > OK. Pushed, thanks! - Dave

Re: [PATCH 01/15] build: syscalls: Add additional mount flags.

2015-07-07 Thread Ludovic Courtès
David Thompson skribis: > From: David Thompson > > * guix/build/syscalls.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_STRICTATIME): > New variables. OK. Ludo’.

[PATCH 01/15] build: syscalls: Add additional mount flags.

2015-07-06 Thread David Thompson
From: David Thompson * guix/build/syscalls.scm (MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_STRICTATIME): New variables. --- guix/build/syscalls.scm | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/guix/build/syscalls.scm b/guix/build/syscalls.scm index 3585bf2..ec