# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 09:56+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "UNSHARE" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-05-11" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "User Commands" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "unshare - run program in new namespaces" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [options] [I [I]]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B command creates new namespaces (as specified by the command-" "line options described below) and then executes the specified I. If " "I is not given, then \"${SHELL}\" is run (default: I)." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "By default, a new namespace persists only as long as it has member " "processes. A new namespace can be made persistent even when it has no member " "processes by bind mounting /proc/I/ns/I files to a filesystem " "path. A namespace that has been made persistent in this way can subsequently " "be entered with B(1) even after the I terminates (except " "PID namespaces where a permanently running init process is required). Once a " "persistent namespace is no longer needed, it can be unpersisted by using " "B(8) to remove the bind mount. See the B section for more " "details." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B since util-linux version 2.36 uses I and I files for " "persistent PID and TIME namespaces. This change requires Linux kernel 4.17 " "or newer." msgstr "" #. type: Plain text #: debian-bookworm msgid "The following types of namespaces can be created with B:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Mounting and unmounting filesystems will not affect the rest of the system, " "except for filesystems which are explicitly marked as shared (with B; see I or B for " "the B flags). For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "" "B since util-linux version 2.27 automatically sets propagation to " "B in a new mount namespace to make sure that the new namespace is " "really unshared. It\\(cqs possible to disable this feature with option B<--" "propagation unchanged>. Note that B is the kernel default." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Setting hostname or domainname will not affect the rest of the system. For " "further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have an independent namespace for POSIX message queues as " "well as System V message queues, semaphore sets and shared memory segments. " "For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have independent IPv4 and IPv6 stacks, IP routing tables, " "firewall rules, the I and I directory trees, " "sockets, etc. For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Children will have a distinct set of PID-to-process mappings from their " "parent. For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have a virtualized view of I, and new " "cgroup mounts will be rooted at the namespace cgroup root. For further " "details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have a distinct set of UIDs, GIDs and capabilities. For " "further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B