Em 11 de janeiro de 2013, o utilitário nsenter
foi adicionado ao pacote util-linux
. Este é o compromisso junto com seu comentário:
commit f8aa8e9495dd89f39b7d0db5aab431cac02ea519
Author: Eric W. Biederman <[email protected]>
Date: Fri Jan 11 14:46:38 2013 -0800
nsenter: new command (light wrapper around setns)
Inspired by unshare, nsenter is a simple wrapper around setns that
allows running a new process in the context of an existing process.
Full paths may be specified to the namespace arguments so that
namespace file descriptors may be used wherever they reside in the
filesystem.
Signed-off-by: "Eric W. Biederman" <[email protected]>
A primeira versão de util-linux
que inclui nsenter
é 2.23 lançado em abril de 2013.
Infelizmente, a maioria das distribuições ainda está usando versões anteriores de util-linux
, que ainda não incluem esse utilitário.