You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: el_configurator.sh
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
# Works with Debian 13, although atm no scap profile is available as of 27-08-2025
7
7
# Works with Ubuntu 22.04 tls, although scap support needs to be disabled as of 16-12-2025
8
8
9
-
SCRIPT_BUILD="2026042501"
9
+
SCRIPT_BUILD="2026051701"
10
10
11
11
# Note that all variables can be overridden by kernel arguments
12
12
# Example: Override BRAND_NAME with kernel argument: NPF_BRAND_NAME=MyBrand
@@ -51,7 +51,7 @@ SCAP_PROFILE=anssi_bp28_high
51
51
#SCAP_PROFILE=anssi_bp28_intermediary
52
52
#SCAP_PROFILE=false
53
53
54
-
# By default, ANSSI profiles disable sudo (which is a good thing, but el10 also disables root account by default, so we need at least a root account or sudo working)
54
+
# By default, ANSSI profiles disables sudo (which is a good thing, but el10 also disables root account by default, so we need at least a root account or sudo working)
55
55
ALLOW_SUDO=false
56
56
57
57
# Setup SELinux on Debian
@@ -67,7 +67,7 @@ CONFIGURE_TERMINAL_RESIZER=true
67
67
CONFIGURE_NODE_EXPORTER=true
68
68
# See below for firewall settings
69
69
70
-
# Setup python smartmontools / nvme tooling for prometheus
70
+
# Setup python smartmontools / nvme tooling for prometheus on physical systems
71
71
CONFIGURE_NODE_EXPORTER_PYTHON_EXTENSIONS=true
72
72
73
73
# Make sure system automatically installs security updates
@@ -584,7 +584,7 @@ if [ ${IS_VIRTUAL} != true ]; then
0 commit comments