]> git.karo-electronics.de Git - karo-tx-linux.git/commit
autofs4: translate pids to the right namespace for the daemon
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 18 Jul 2013 23:56:50 +0000 (09:56 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 18 Jul 2013 23:56:50 +0000 (09:56 +1000)
commitac4265ad05ae5889fedd7fdca20accc3eb3da71e
treef2d08ce436a5e6276188c82e74307cb168f3c75a
parentbe9fc0d27baef95ea1c6a1a9fb4279e7654ef30a
autofs4: translate pids to the right namespace for the daemon

The PID and the TGID of the process triggering the mount are sent to the
daemon.  Currently the global pid values are sent (ones valid in the
initial pid namespace) but this is wrong if the autofs daemon itself is
not running in the initial pid namespace.

So send the pid values that are valid in the namespace of the autofs daemon.

The namespace to use is taken from the oz_pgrp pid pointer, which was set
at mount time to the mounting process' pid namespace.

If the pid translation fails (the triggering process is in an unrelated
pid namespace) then the automount fails with ENOENT.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: Ian Kent <raven@themaw.net>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/autofs4/waitq.c