summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.ml
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker.src/common.ml')
0 files changed, 0 insertions, 0 deletions
rity/l10n.pm?id=dcc699d10e5f5a28901378d2513adb1b9e10fd73'>plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
package security::l10n;
# This help was build from stripped from python description of msec functions
# soft/msec/share/libmsec.py
#
# It's used in draksec option labels

use common;

sub fields() {
    return (
            'accept_bogus_error_responses' => N("Accept bogus IPv4 error messages"),
            'accept_broadcasted_icmp_echo' => N("Accept broadcasted icmp echo"),
            'accept_icmp_echo' => N("Accept icmp echo"),
            'allow_autologin' => N("Autologin"),
            'allow_issues' => N("/etc/issue* exist"),
            'allow_reboot' => N("Reboot by the console user"),
            '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"),
            'create_server_link' => N("Chkconfig obey msec rules"),
            'enable_at_crontab' => N("Enable \"crontab\" and \"at\" for users"),
            'enable_console_log' => N("Syslog reports to console 12"),
            'enable_dns_spoofing_protection' => N("Name resolution spoofing protection"),
            'enable_ip_spoofing_protection' => N("Enable IP spoofing protection"),
            'enable_libsafe' => N("Enable libsafe if libsafe is found on the system"),
            'enable_log_strange_packets' => N("Enable the logging of IPv4 strange packets"),