libselinux/man: Add information about thread specific on setfscreatecon

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Dan Walsh 2015-12-09 21:52:10 +01:00 committed by Steve Lawrence
parent 554f75b4ee
commit f2a8ae9172
3 changed files with 14 additions and 0 deletions

View File

@ -49,6 +49,11 @@ Signal handlers that perform a
must take care to must take care to
save, reset, and restore the fscreate context to avoid unexpected behavior. save, reset, and restore the fscreate context to avoid unexpected behavior.
. .
.br
.B Note:
Contexts are thread specific.
.SH "RETURN VALUE" .SH "RETURN VALUE"
On error \-1 is returned. On error \-1 is returned.
On success 0 is returned. On success 0 is returned.

View File

@ -48,6 +48,10 @@ Signal handlers that perform a
.BR setkeycreatecon () .BR setkeycreatecon ()
must take care to must take care to
save, reset, and restore the keycreate context to avoid unexpected behavior. save, reset, and restore the keycreate context to avoid unexpected behavior.
.br
.B Note:
Contexts are thread specific.
. .
.SH "RETURN VALUE" .SH "RETURN VALUE"
On error \-1 is returned. On error \-1 is returned.

View File

@ -49,6 +49,11 @@ Signal handlers that perform a
must take care to must take care to
save, reset, and restore the sockcreate context to avoid unexpected behavior. save, reset, and restore the sockcreate context to avoid unexpected behavior.
. .
.br
.B Note:
Contexts are thread specific.
.SH "RETURN VALUE" .SH "RETURN VALUE"
On error \-1 is returned. On error \-1 is returned.
On success 0 is returned. On success 0 is returned.