A NOTE has been added to this issue. 
====================================================================== 
https://www.austingroupbugs.net/view.php?id=1344 
====================================================================== 
Reported By:                mkerrisk
Assigned To:                ajosey
====================================================================== 
Project:                    1003.1(2008)/Issue 7
Issue ID:                   1344
Category:                   System Interfaces
Type:                       Enhancement Request
Severity:                   Editorial
Priority:                   normal
Status:                     Under Review
Name:                       Michael Kerrisk 
Organization:               man7.org 
User Reference:              
Section:                    XSH 
Page Number:                n/a 
Line Number:                n/a 
Interp Status:              --- 
Final Accepted Text:         
====================================================================== 
Date Submitted:             2020-05-20 10:34 UTC
Last Modified:              2020-05-21 12:51 UTC
====================================================================== 
Summary:                    Addition of
setresuid()/setresgid()/getresuid()/getresgid()
====================================================================== 

---------------------------------------------------------------------- 
 (0004875) mkerrisk (reporter) - 2020-05-21 12:51
 https://www.austingroupbugs.net/view.php?id=1344#c4875 
---------------------------------------------------------------------- 
Test. Please ignore.

<b>NAME</b>

setresuid - set real user ID, effective user ID, and saved set-user-ID

<b>SYNOPSIS</b>

<pre>
#include <unistd.h>

int setresuid(uid_t ruid, uid_t euid, uid_t suid);
</pre>

<b>DESCRIPTION</b>

The <i>setresuid()</i> function shall change the calling process's real
user ID, effective user ID, and saved set-user-ID, respectively,
to the values specified by
<i>ruid</i>, <i>euid</i>, and <i>suid</i>. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2020-05-20 10:34 mkerrisk       New Issue                                    
2020-05-20 10:34 mkerrisk       Status                   New => Under Review 
2020-05-20 10:34 mkerrisk       Assigned To               => ajosey          
2020-05-20 10:34 mkerrisk       Name                      => Michael Kerrisk 
2020-05-20 10:34 mkerrisk       Organization              => man7.org        
2020-05-20 10:34 mkerrisk       Section                   => XSH             
2020-05-20 10:34 mkerrisk       Page Number               => n/a             
2020-05-20 10:34 mkerrisk       Line Number               => n/a             
2020-05-21 12:51 mkerrisk       Note Added: 0004875                          
======================================================================


Reply via email to