summaryrefslogtreecommitdiffstats
path: root/perl-install/security/help.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/security/help.pm')
-rw-r--r--perl-install/security/help.pm17
1 files changed, 13 insertions, 4 deletions
diff --git a/perl-install/security/help.pm b/perl-install/security/help.pm
index 3176c5749..6f24b4bbb 100644
--- a/perl-install/security/help.pm
+++ b/perl-install/security/help.pm
@@ -16,7 +16,9 @@ our %help = (
'allow_autologin' => N("Allow/Forbid autologin."),
-'allow_issues' => N("If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.
+'allow_issues' =>
+ #-PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
+ N("If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.
If set to NONE, no issues are allowed.
@@ -30,6 +32,11 @@ Else only /etc/issue is allowed."),
'allow_user_list' => N("Allow/Forbid the list of users on the system on display managers (kdm and gdm)."),
+'allow_xauth_from_root' => N("Allow/forbid to export display when
+passing from the root account to the other users.
+
+See pam_xauth(8) for more details.'"),
+
'allow_x_connections' => N("Allow/Forbid X connections:
- ALL (all connections are allowed),
@@ -41,7 +48,9 @@ Else only /etc/issue is allowed."),
'allow_xserver_to_listen' => N("The argument specifies if clients are authorized to connect
to the X server from the network on the tcp port 6000 or not."),
-'authorize_services' => N("Authorize:
+'authorize_services' =>
+ #-PO: here "ALL", "LOCAL" and "NONE" are values in a pull-down menu; translate them the same as they're
+ N("Authorize:
- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if set to \"ALL\",
@@ -68,7 +77,7 @@ and crontab(1))."),
'enable_console_log' => N("Enable/Disable syslog reports to console 12"),
'enable_dns_spoofing_protection' => N("Enable/Disable name resolution spoofing protection. If
-\"alert\" is true, also reports to syslog."),
+\"%s\" is true, also reports to syslog.", N("Security Alerts:")),
'enable_ip_spoofing_protection' => N("Enable/Disable IP spoofing protection."),
@@ -98,7 +107,7 @@ and crontab(1))."),
'set_root_umask' => N("Set the root umask."),
CHECK_OPEN_PORT => N("if set to yes, check open ports."),
-CHECK_PASSWD => N("if set to yes, check for :
+CHECK_PASSWD => N("if set to yes, check for:
- empty passwords,