summaryrefslogtreecommitdiff
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-09-30 10:40:27 +0100
committerPeter Stephenson <pws@zsh.org>2016-09-30 10:41:44 +0100
commitd08674ef8c8e4920c2ebfa02f0bef86812f051ee (patch)
tree933c87d39a7608eb79064f0aa73af98f0b0a8bb3 /Src/zsh.h
parent5cf2ffb327faf84b73beb812ff2f7e9bf08e7ecf (diff)
downloadzsh-d08674ef8c8e4920c2ebfa02f0bef86812f051ee.tar.gz
zsh-d08674ef8c8e4920c2ebfa02f0bef86812f051ee.zip
39498: use PRIVILEGED option to decide on problematic parameter imports
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 052d754c9..79747d624 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -1802,7 +1802,7 @@ struct tieddata {
#define PM_ZSHSTORED (1<<18) /* function stored in zsh form */
/* Remaining flags do not correspond directly to command line arguments */
-#define PM_DONTIMPORT_ROOT (1<<19) /* do not import if running as root */
+#define PM_DONTIMPORT_SUID (1<<19) /* do not import if running setuid */
#define PM_SINGLE (1<<20) /* special can only have a single instance */
#define PM_LOCAL (1<<21) /* this parameter will be made local */
#define PM_SPECIAL (1<<22) /* special builtin parameter */