from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209595

userrating:


May 25th. 2007:
Words

486

Views

258597

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149891

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





CAPNG_SETPID

Section: Libca-ng API (3)
Updated: June 2009
Index Return to Main Contents
 

NAME

capng_setpid - set working pid  

SYNOPSIS

#include <ca-ng.h>

void capng_setpid(int pid);

 

DESCRIPTION

capng_pid sets the working pid for capabilities operations. This is useful if you want to get the capabilities of a different process.

 

NOTES

If your process calls fork , then the child process will still have the pid of the parent process stored in libca-ng's internal data. It is disallowed to do any kind of setcap operations because you would be crossing process boundaries. To correct this, if your program links against pthreads, then libca-ng will use the pthread_atfork function (as a weak symbol) to reset the pid information to the new process automatically. You are not required to link against pthreads. You can call capng_setpid and adjust the stored pid manually.

 

RETURN VALUE

None.

 

SEE ALSO

capng_get_caps_process(3), capabilities(7)

 

AUTHOR

Steve Grubb


 

Index

NAME
SYNOPSIS
DESCRIPTION
NOTES
RETURN VALUE
SEE ALSO
AUTHOR





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 16.4 ms