]> git.ipfire.org Git - thirdparty/util-linux.git/commit - configure.ac
unshare: new command
authorMikhail Gusarov <dottedmag@dottedmag.net>
Sat, 3 Oct 2009 19:42:08 +0000 (02:42 +0700)
committerKarel Zak <kzak@redhat.com>
Tue, 6 Oct 2009 10:45:42 +0000 (12:45 +0200)
commit4205f1fda1ac32046125a2e0f3937b666186bfab
treead40e47ea3a9121b020a1b1d7e43e9795c0c406e
parent4629c03d34109812af4dff03f8b65dedd474270a
unshare: new command

New utility allows to run process with separate mount, UTC, IPC or
network namespaces.

[kzak@redhat.com: - some cosmetic changes in usage() and err() usage
                  - move "if BUILD_UNSHARE" to separate place in Makefile.am
                  - add unshare to .gitignore]

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO
configure.ac
sys-utils/.gitignore
sys-utils/Makefile.am
sys-utils/unshare.1 [new file with mode: 0644]
sys-utils/unshare.c [new file with mode: 0644]