]> 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, 9 May 2013 23:57:26 +0000 (09:57 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 May 2013 04:17:46 +0000 (14:17 +1000)
commit62671d3a49cc6535dd0555e1487ef46c42b11b38
tree5be57178f424a86cee5c2edae189ab7dc3373269
parenta64cbf0eafecfb0a53ac192df405418765ef33be
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