public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Pereira Nunes <alex@PolesApart.wox.org>
To: linux-kernel@vger.kernel.org
Subject: Doubt: core not dumped when binary give up root privileges.
Date: Fri, 22 Aug 2003 16:25:30 -0300	[thread overview]
Message-ID: <3F466E2A.8040905@PolesApart.wox.org> (raw)


Hi,

I wrote a program which runs with uid 0, but later give up root privs by 
calling setreuid(x, x) where x is an unprivileged user.
Before doing that, it chdirs to a directory owned by that unprivileged 
user, with mode 700.

The program explicitly sets RLIMIT_CORE to RLIM_INFINITY when still 
running with uid 0.

If instead of calling the program as root, I call it from the non-priv 
uid in question, if it crashes, it dumps core on the mentioned dir. 
That's the desired behaviour, since I can then take the core and debug. 
But if I run it as root (in fact, I would have to), and it crashes (or 
is forced to ,by means of kill -SEGV), after it gives up root 
credentials, it won't leave a core dump file, which in turn means I 
cannot debug it later.

Any ideas?


Please CC-me since I'm not subscribed.

Thanks,

Alexandre


             reply	other threads:[~2003-08-22 19:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-22 19:25 Alexandre Pereira Nunes [this message]
2003-08-23  1:25 ` Doubt: core not dumped when binary give up root privileges Alexandre Pereira Nunes
2003-08-26 16:04 ` Alan Cox
2003-08-26 16:52   ` Alexandre Pereira Nunes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F466E2A.8040905@PolesApart.wox.org \
    --to=alex@polesapart.wox.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox