Re: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-20 Thread Samuel Thibault
Justus Winter, le Tue 09 Jul 2013 08:22:09 +0200, a écrit : > Ignore the --nodev, --noexec and --nosuid arguments. Applied, thanks! Samuel

Re: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-16 Thread Justus Winter
Quoting Justus Winter (2013-07-09 08:22:09) > Ignore the --nodev, --noexec and --nosuid arguments. > > * procfs/main.c (argp_parser): Ignore some arguments for compatibility. > --- Ping.

Re: Passive translators (was: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.)

2013-07-15 Thread Samuel Thibault
Thomas Schwinge, le Tue 09 Jul 2013 15:40:18 +0200, a écrit : > Is the passive translator setting meant to go away then? Nope. But concerning Debian, it'll be easier for maintenance of the "standard" places (/proc, /tmp, etc.) to use active translators started at root, to avoid differing too much

Passive translators (was: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.)

2013-07-09 Thread Thomas Schwinge
Hi! On Tue, 09 Jul 2013 15:00:00 +0200, Justus Winter <4win...@informatik.uni-hamburg.de> wrote: > Quoting Pino Toscano (2013-07-09 10:52:56) > > Alle martedì 9 luglio 2013, Justus Winter ha scritto: > > > Ignore the --nodev, --noexec and --nosuid arguments. > > > > Why nodev? The only consumer

Re: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-09 Thread Justus Winter
Quoting Pino Toscano (2013-07-09 10:52:56) > Hi, > > Alle martedì 9 luglio 2013, Justus Winter ha scritto: > > Ignore the --nodev, --noexec and --nosuid arguments. > > Why nodev? The only consumer of it seems to be sysvinit, which has been > patched to not pass nodev also on Hurd (in addition to

Re: [PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-09 Thread Pino Toscano
Hi, Alle martedì 9 luglio 2013, Justus Winter ha scritto: > Ignore the --nodev, --noexec and --nosuid arguments. Why nodev? The only consumer of it seems to be sysvinit, which has been patched to not pass nodev also on Hurd (in addition to kFreeBSD) when mounting /proc. -- Pino Toscano sign

[PATCH] procfs: Ignore arguments for compatibility with Linux' procfs.

2013-07-08 Thread Justus Winter
Ignore the --nodev, --noexec and --nosuid arguments. * procfs/main.c (argp_parser): Ignore some arguments for compatibility. --- procfs/main.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/procfs/main.c b/procfs/main.c index bcf9590..727fea6 100644 --- a/procfs/mai