GETSECSID

Section: Linux Programmer's Manual (2)
Updated: 4 April 2000
Index Return to Main Contents
 

NAME

getsecsid, getosecsid - get process security identifiers  

SYNOPSIS

#include <proc_secure.h>

security_id_t getsecsid(void);
security_id_t getosecsid(void);  

DESCRIPTION

getsecsid returns the security identifier (SID) of the current process.

getosecsid returns the security identifier (SID) that the current process had prior to the last call to execve or execve_secure.

 

CONFORMING TO

 

SEE ALSO

execve(2), execve_secure(2)


 

Index

NAME
SYNOPSIS
DESCRIPTION
CONFORMING TO
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 17:08:27 GMT, December 18, 2000