summaryrefslogtreecommitdiff
path: root/option_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'option_table.h')
-rw-r--r--option_table.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/option_table.h b/option_table.h
index 313ade6..2398fee 100644
--- a/option_table.h
+++ b/option_table.h
@@ -394,10 +394,12 @@ static const NVOption __options[] = {
"Linux installations using SELinux (Security-Enhanced Linux) "
"require that the security type of all shared libraries be set "
"to 'shlib_t' or 'textrel_shlib_t', depending on the distribution. "
- "nvidia-installer will detect when to set "
- "the security type, and set it using chcon(1) on the shared "
- "libraries it installs. Use this option to override "
- "nvidia-installer's detection of when to set the security type. "
+ "nvidia-installer will detect when to set the security type, "
+ "and set it using chcon(1) on the shared libraries it installs. "
+ "If the execstack(8) system utility is present, nvidia-installer will "
+ "use it to also clear the executable stack flag of the libraries. "
+ "Use this option to override nvidia-installer's detection of when "
+ "to set the security type. "
"Valid values for [FORCE-SELINUX] are 'yes' (force setting of the "
"security type), "
"'no' (prevent setting of the security type), and 'default' "