Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69407 | Differences between
and this patch

Collapse All | Expand All

(-)bash.orig/shell.c (-1 / +1 lines)
Lines 447-453 Link Here
447
  if (dump_translatable_strings)
447
  if (dump_translatable_strings)
448
    read_but_dont_execute = 1;
448
    read_but_dont_execute = 1;
449
449
450
  if (running_setuid && privileged_mode == 0)
450
  if (running_setuid && privileged_mode == 0 && act_like_sh == 0)
451
    disable_priv_mode ();
451
    disable_priv_mode ();
452
452
453
  /* Need to get the argument to a -c option processed in the
453
  /* Need to get the argument to a -c option processed in the

Return to bug 69407