From fc22b3d6507c6745911b9dfcc68f1e665ae13dbc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:43:11 +0200 Subject: Adding upstream version 4.22.0. Signed-off-by: Daniel Baumann --- templates/man1/su.1.pot | 654 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 654 insertions(+) create mode 100644 templates/man1/su.1.pot (limited to 'templates/man1/su.1.pot') diff --git a/templates/man1/su.1.pot b/templates/man1/su.1.pot new file mode 100644 index 00000000..c15ec1e9 --- /dev/null +++ b/templates/man1/su.1.pot @@ -0,0 +1,654 @@ +# 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: 2023-08-27 17:24+0200\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 opensuse-leap-15-6 +#, no-wrap +msgid "SU" +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 opensuse-leap-15-6 +#, no-wrap +msgid "User Commands" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "su - run a command with substitute user and group ID" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B [options] [B<->] [I [I...]]" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B allows commands to be run with a substitute user and group ID." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"When called with no I specified, B defaults to running an " +"interactive shell as I. When I is specified, additional " +"Is can be supplied, in which case they are passed to the shell." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"For backward compatibility, B defaults to not change the current " +"directory and to only set the environment variables B and B " +"(plus B and B if the target I is not root). It is " +"recommended to always use the B<--login> option (instead of its shortcut B<-" +">) to avoid side effects caused by mixing environments." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This version of B uses PAM for authentication, account and session " +"management. Some configuration options found in other B implementations, " +"such as support for a wheel group, have to be configured via PAM." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B is mostly designed for unprivileged users, the recommended solution " +"for privileged users (e.g., scripts executed by root) is to use non-set-user-" +"ID command B(1) that does not require authentication and provides " +"separate PAM configuration. If the PAM session is not required at all then " +"the recommended solution is to use command B(1)." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Note that B in all cases uses PAM (B(3)) to do the final " +"environment modification. Command-line options such as B<--login> and B<--" +"preserve-environment> affect the environment before it is modified by PAM." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Since version 2.38 B resets process resource limits RLIMIT_NICE, " +"RLIMIT_RTPRIO, RLIMIT_FSIZE, RLIMIT_AS and RLIMIT_NOFILE." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-c>, B<--command>=I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Pass I to the shell with the B<-c> option." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-f>, B<--fast>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Pass B<-f> to the shell, which may or may not be useful, depending on the " +"shell." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-g>, B<--group>=I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Specify the primary group. This option is available to the root user only." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-G>, B<--supp-group>=I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Specify a supplementary group. This option is available to the root user " +"only. The first specified supplementary group is also used as a primary " +"group if the option B<--group> is not specified." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<->, B<-l>, B<--login>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Start the shell as a login shell with an environment similar to a real login:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"clears all the environment variables except B and variables specified " +"by B<--whitelist-environment>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"initializes the environment variables B, B, B, " +"B, and B" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "changes to the target user\\(cqs home directory" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"sets argv[0] of the shell to \\(aqB<->\\(aq in order to make the shell a " +"login shell" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-m>, B<-p>, B<--preserve-environment>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Preserve the entire environment, i.e., do not set B, B, B " +"or B. This option is ignored if the option B<--login> is specified." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-P>, B<--pty>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Create a pseudo-terminal for the session. The independent terminal provides " +"better security as the user does not share a terminal with the original " +"session. This can be used to avoid B ioctl terminal injection and " +"other security attacks against terminal file descriptors. The entire session " +"can also be moved to the background (e.g., B B<-> I B<-" +"c> I B<&>). If the pseudo-terminal is enabled, then B works " +"as a proxy between the sessions (sync stdin and stdout)." +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"This feature is mostly designed for interactive sessions. If the standard " +"input is not a terminal, but for example a pipe (e.g., B), then the B flag for the pseudo-terminal is disabled to avoid " +"messy output." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-s>, B<--shell>=I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Run the specified I instead of the default. The shell to run is " +"selected according to the following rules, in order:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "the shell specified with B<--shell>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"the shell specified in the environment variable B, if the B<--" +"preserve-environment> option is used" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "the shell listed in the passwd entry of the target user" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "/bin/sh" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"If the target user has a restricted shell (i.e., not listed in I), the B<--shell> option and the B environment variables are " +"ignored unless the calling user is root." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--session-command=>I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Same as B<-c>, but do not create a new session. (Discouraged.)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-w>, B<--whitelist-environment>=I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Don\\(cqt reset the environment variables specified in the comma-separated " +"I when clearing the environment for B<--login>. The whitelist is " +"ignored for the environment variables B, B, B, " +"B, and B." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-h>, B<--help>" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Display help text and exit." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-V>, B<--version>" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "Print version and exit." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SIGNALS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Upon receiving either B, B or B, B terminates " +"its child and afterwards terminates itself with the received signal. The " +"child is terminated by B, after unsuccessful attempt and 2 seconds " +"of delay the child is killed by B." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "CONFIG FILES" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"B reads the I and I configuration " +"files. The following configuration items are relevant for B:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B (number)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Delay in seconds in case of an authentication failure. The number must be a " +"non-negative integer." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B (string)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Defines the B environment variable for a regular user. The default " +"value is I." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B (string), B (string)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Defines the B environment variable for root. B takes " +"precedence. The default value is I." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B (boolean)" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"If set to I and B<--login> and B<--preserve-environment> were not " +"specified B initializes B." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The environment variable B may be different on systems where I " +"and I are merged into I; this variable is also affected by the " +"B<--login> command-line option and the PAM system setting (e.g., " +"B(8))." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "EXIT STATUS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"B normally returns the exit status of the command it executed. If the " +"command was killed by a signal, B returns the number of the signal plus " +"128." +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Exit status generated by B itself:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "1" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Generic error before executing the requested command" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "126" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "The requested command could not be executed" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "127" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "The requested command was not found" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "FILES" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "default PAM configuration file" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "PAM configuration file if B<--login> is specified" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "command specific logindef config file" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "I" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "global logindef config file" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NOTES" +msgstr "" + +#. type: Plain text +#: debian-bookworm +msgid "" +"For security reasons, B always logs failed log-in attempts to the " +"I file, but it does not write to the I file at all. This " +"solution can be used to control B behavior by PAM configuration. If you " +"want to use the B(8) module to print warning message about " +"failed log-in attempts then B(8) has to be configured to update " +"the I file as well. For example by:" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "session required pam_lastlog.so nowtmp" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "HISTORY" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"This B command was derived from coreutils\\(aq B, which was based on " +"an implementation by David MacKenzie. The util-linux version has been " +"refactored by Karel Zak." +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B(1), B(5), B(5), B(8), B(1)" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B command is part of the util-linux package which can be downloaded " +"from" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Create a pseudo-terminal for the session. The independent terminal provides " +"better security as the user does not share a terminal with the original " +"session. This can be used to avoid TIOCSTI ioctl terminal injection and " +"other security attacks against terminal file descriptors. The entire session " +"can also be moved to the background (e.g., \"su --pty - username -c " +"application &\"). If the pseudo-terminal is enabled, then B works as a " +"proxy between the sessions (copy stdin and stdout)." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"This feature is mostly designed for interactive sessions. If the standard " +"input is not a terminal, but for example a pipe (e.g., echo \"date\" | su --" +"pty), then the ECHO flag for the pseudo-terminal is disabled to avoid messy " +"output." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"If the target user has a restricted shell (i.e., not listed in /etc/shells), " +"the B<--shell> option and the B environment variables are ignored " +"unless the calling user is root." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display version information and exit." +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"B reads the I and I configuration " +"files. The following configuration items are relevant for B" +msgstr "" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"For security reasons, B always logs failed log-in attempts to the btmp " +"file, but it does not write to the I file at all. This solution can " +"be used to control B behavior by PAM configuration. If you want to use " +"the B(8) module to print warning message about failed log-in " +"attempts then B(8) has to be configured to update the " +"I file as well. For example by:" +msgstr "" -- cgit v1.2.3