diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-30 07:33:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-07-30 07:33:20 +0000 |
commit | 650f4754a9b251b91fe044af970b5944d69482e7 (patch) | |
tree | 4790fb45b6fc3a0b6d1361ad8f6528e9ecadcedd /perl-install/security/l10n.pm | |
parent | fdb49c1097fbd2df71e3df6ac00eb9f83c66f744 (diff) | |
download | drakx-650f4754a9b251b91fe044af970b5944d69482e7.tar drakx-650f4754a9b251b91fe044af970b5944d69482e7.tar.gz drakx-650f4754a9b251b91fe044af970b5944d69482e7.tar.bz2 drakx-650f4754a9b251b91fe044af970b5944d69482e7.tar.xz drakx-650f4754a9b251b91fe044af970b5944d69482e7.zip |
sync with msec-0.44
Diffstat (limited to 'perl-install/security/l10n.pm')
-rw-r--r-- | perl-install/security/l10n.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/security/l10n.pm b/perl-install/security/l10n.pm index 17e9bb017..de39c3d41 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"), |