]> granicus.if.org Git - sudo/commitdiff
Add BASHOPTS to initial_badenv_table[]; from Stephane Chazelas
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Dec 2015 00:14:56 +0000 (17:14 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Dec 2015 00:14:56 +0000 (17:14 -0700)
plugins/sudoers/env.c

index de72834999c0e47c4fc08746885d835a0a8a5c66..a50ac813230769c98c7c329e4fabcd899c1bdb3e 100644 (file)
@@ -145,7 +145,8 @@ static const char *initial_badenv_table[] = {
     "BASH_ENV",                        /* bash, file to source before script runs */
     "PS4",                     /* bash, prefix for lines in xtrace mode */
     "GLOBIGNORE",              /* bash, globbing patterns to ignore */
-    "SHELLOPTS",               /* bash, extra command line options */
+    "BASHOPTS",                        /* bash, initial "shopt -s" options */
+    "SHELLOPTS",               /* bash, initial "set -o" options */
     "JAVA_TOOL_OPTIONS",       /* java, extra command line options */
     "PERLIO_DEBUG ",           /* perl, debugging output file */
     "PERLLIB",                 /* perl, search path for modules/includes */