libselinux/man: Add information about thread specific on setfscreatecon
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
parent
554f75b4ee
commit
f2a8ae9172
|
@ -49,6 +49,11 @@ Signal handlers that perform a
|
|||
must take care to
|
||||
save, reset, and restore the fscreate context to avoid unexpected behavior.
|
||||
.
|
||||
|
||||
.br
|
||||
.B Note:
|
||||
Contexts are thread specific.
|
||||
|
||||
.SH "RETURN VALUE"
|
||||
On error \-1 is returned.
|
||||
On success 0 is returned.
|
||||
|
|
|
@ -48,6 +48,10 @@ Signal handlers that perform a
|
|||
.BR setkeycreatecon ()
|
||||
must take care to
|
||||
save, reset, and restore the keycreate context to avoid unexpected behavior.
|
||||
|
||||
.br
|
||||
.B Note:
|
||||
Contexts are thread specific.
|
||||
.
|
||||
.SH "RETURN VALUE"
|
||||
On error \-1 is returned.
|
||||
|
|
|
@ -49,6 +49,11 @@ Signal handlers that perform a
|
|||
must take care to
|
||||
save, reset, and restore the sockcreate context to avoid unexpected behavior.
|
||||
.
|
||||
|
||||
.br
|
||||
.B Note:
|
||||
Contexts are thread specific.
|
||||
|
||||
.SH "RETURN VALUE"
|
||||
On error \-1 is returned.
|
||||
On success 0 is returned.
|
||||
|
|
Loading…
Reference in New Issue