forked from diogomonica/actuary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmac-default.toml
More file actions
108 lines (95 loc) · 2.33 KB
/
Copy pathmac-default.toml
File metadata and controls
108 lines (95 loc) · 2.33 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[[Audit]]
Name = "Host Configuration"
Checklist = [
"separate_partition",
"kernel_version",
"server_version",
"trusted_users",
"audit_daemon",
"audit_lib",
"audit_etc",
"audit_service",
"audit_socket",
"audit_default",
"audit_daemonjson",
"audit_containerd",
"audit_runc",
]
[[Audit]]
Name = "Docker daemon configuration"
Checklist = [
"net_traffic",
"logging_level",
"allow_iptables",
"aufs_driver",
"default_ulimit",
"user_namespace",
"default_cgroup",
"device_size",
"auth_plugin",
"central_logging",
"legacy_registry",
]
[[Audit]]
Name = "Docker daemon configuration files"
Checklist = [
"docker.service_owner",
"docker.service_perms",
"docker.socket_owner",
"docker.socket_perms",
"dockerdir_owner",
"dockerdir_perms",
"registrycerts_owner",
"registrycerts_perms",
"cacert_owner",
"cacert_perms",
"servercert_owner",
"servercert_perms",
"certkey_owner",
"certkey_perms",
"socket_owner",
"socket_perms",
"daemonjson_owner",
"daemonjson_perms",
"dockerdef_owner",
"dockerdef_perms",
]
[[Audit]]
Name = "Container Images and Build File"
Checklist = [
"root_containers",
"content_trust",
]
[[Audit]]
Name = "Container Runtime"
Checklist = [
"apparmor_profile",
"selinux_options",
"kernel_capabilities",
"privileged_containers",
"sensitive_dirs",
"ssh_running",
"privileged_ports",
"needed_ports",
"host_net_mode",
"memory_usage",
"cpu_shares",
"readonly_rootfs",
"bind_specific_int",
"restart_policy",
"host_namespace",
"ipc_namespace",
"host_devices",
"override_ulimit",
"mount_propagation",
"uts_namespace",
"seccomp_profile",
"cgroup_usage",
"add_privs",
]
[[Audit]]
Name = "Docker Security Operations"
Checklist = [
"image_sprawl",
"container_sprawl",
]