We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ac300 commit a40fbb2Copy full SHA for a40fbb2
modules/exploits/linux/local/cve_2023_0386_overlayfs_priv_esc.rb
@@ -87,12 +87,6 @@ def check
87
return CheckCode::Safe("Linux kernel version #{kernel_version} is not vulnerable")
88
end
89
90
- unless kernel_config && kernel_config.include?('CONFIG_USER_NS=y')
91
- return CheckCode::Safe('Kernel config does not include CONFIG_USER_NS=y')
92
- end
93
-
94
- vprint_good('Kernel config has CONFIG_USER_NS enabled')
95
96
unless userns_enabled?
97
return CheckCode::Safe('Unprivileged user namespaces are not permitted')
98
0 commit comments