mirror of
https://github.com/SELinuxProject/selinux
synced 2025-04-08 02:31:16 +00:00
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
|
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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user