From e8ce775db824de329b81293b4e5d8fbd65624528 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 22 Sep 1997 20:22:27 +0000 Subject: Imported from ../bash-2.01.1.tar.gz. --- flags.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flags.c') diff --git a/flags.c b/flags.c index 80561e5..02b466c 100644 --- a/flags.c +++ b/flags.c @@ -133,8 +133,9 @@ int restricted = 0; #endif /* RESTRICTED_SHELL */ /* Non-zero means that this shell is running in `privileged' mode. This - mode is entered on startup if the real and effective uids or gids - differ. */ + is required if the shell is to run setuid. If the `-p' option is + not supplied at startup, and the real and effective uids or gids + differ, disable_priv_mode is called to relinquish setuid status. */ int privileged_mode = 0; #if defined (BRACE_EXPANSION) -- cgit v1.2.3