]> git.ipfire.org Git - thirdparty/util-linux.git/commit
nsenter: add support for the time namespace
authorAdrian Reber <areber@redhat.com>
Mon, 9 Mar 2020 13:02:45 +0000 (13:02 +0000)
committerAdrian Reber <areber@redhat.com>
Tue, 10 Mar 2020 06:46:37 +0000 (07:46 +0100)
commit7f1f0584c24a77909a7c96e62e30f63f4c1b10ad
treefd01355ad0ac7ed815a972ac1d265f86b9d5c688
parent40c28f51c98877d3cfff1eadbca1225c3bdb71c7
nsenter: add support for the time namespace

Just as with unshare and lsns this adds time namespace support to
nsenter.

In contrast to unshare nsenter does not have the options '--boottime'
and '--monotonic' as that offset can only be set as long as there have
no processes being started in the corresponding time namespace.

Signed-off-by: Adrian Reber <areber@redhat.com>
sys-utils/nsenter.1
sys-utils/nsenter.c