mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Revert that last stupid setuid detection fix.
This commit is contained in:
parent
9d5a10a453
commit
a7c9e79190
5 changed files with 5 additions and 15 deletions
|
@ -826,7 +826,7 @@ gnupg_spawn_process_detached (const char *pgmname, const char *argv[],
|
|||
pid_t pid;
|
||||
int i;
|
||||
|
||||
if (getuid() && getuid() != geteuid())
|
||||
if (getuid() != geteuid())
|
||||
return gpg_error (GPG_ERR_BUG);
|
||||
|
||||
if (access (pgmname, X_OK))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue