summaryrefslogtreecommitdiffstats
path: root/perl-install/security/l10n.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/security/l10n.pm')
-rw-r--r--perl-install/security/l10n.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-install/security/l10n.pm b/perl-install/security/l10n.pm
index 17e9bb017..355f1fff1 100644
--- a/perl-install/security/l10n.pm
+++ b/perl-install/security/l10n.pm
@@ -17,6 +17,7 @@ sub fields() {
'allow_remote_root_login' => N("Allow remote root login"),
'allow_root_login' => N("Direct root login"),
'allow_user_list' => N("List users on display managers (kdm and gdm)"),
+ 'allow_xauth_from_root' => N("Export display when passing from root to the other users"),
'allow_x_connections' => N("Allow X Window connections"),
'allow_xserver_to_listen' => N("Authorize TCP connections to X Window"),
'authorize_services' => N("Authorize all services controlled by tcp_wrappers"),
@@ -28,7 +29,7 @@ sub fields() {
'enable_libsafe' => N("Enable libsafe if libsafe is found on the system"),
'enable_log_strange_packets' => N("Enable the logging of IPv4 strange packets"),
'enable_msec_cron' => N("Enable msec hourly security check"),
- 'enable_pam_wheel_for_su' => N("Enable su only from the wheel group members or for any user"),
+ 'enable_pam_wheel_for_su' => N("Enable su only from the wheel group members"),
'enable_password' => N("Use password to authenticate users"),
'enable_promisc_check' => N("Ethernet cards promiscuity check"),
'enable_security_check' => N("Daily security check"),
@@ -53,7 +54,7 @@ sub fields() {
CHECK_UNOWNED => N("Report unowned files"),
CHECK_WRITABLE => N("Check files/directories writable by everybody"),
CHKROOTKIT_CHECK => N("Run chkrootkit checks"),
- MAIL_EMPTY_CONTENT => N("Do not send mails when unneeded"),
+ MAIL_EMPTY_CONTENT => N("Do not send empty mail reports"),
MAIL_USER => N("If set, send the mail report to this email address else send it to root"),
MAIL_WARN => N("Report check result by mail"),
RPM_CHECK => N("Run some checks against the rpm database"),