From f2a8ae91725c89bac108f35e3640a222a7e9be2d Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 9 Dec 2015 21:52:10 +0100 Subject: [PATCH] libselinux/man: Add information about thread specific on setfscreatecon Signed-off-by: Petr Lautrbach --- libselinux/man/man3/getfscreatecon.3 | 5 +++++ libselinux/man/man3/getkeycreatecon.3 | 4 ++++ libselinux/man/man3/getsockcreatecon.3 | 5 +++++ 3 files changed, 14 insertions(+) diff --git a/libselinux/man/man3/getfscreatecon.3 b/libselinux/man/man3/getfscreatecon.3 index e348d3b8..8cc4df57 100644 --- a/libselinux/man/man3/getfscreatecon.3 +++ b/libselinux/man/man3/getfscreatecon.3 @@ -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. diff --git a/libselinux/man/man3/getkeycreatecon.3 b/libselinux/man/man3/getkeycreatecon.3 index 4d70f103..b51008d9 100644 --- a/libselinux/man/man3/getkeycreatecon.3 +++ b/libselinux/man/man3/getkeycreatecon.3 @@ -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. diff --git a/libselinux/man/man3/getsockcreatecon.3 b/libselinux/man/man3/getsockcreatecon.3 index 4dd8f30f..26086d9b 100644 --- a/libselinux/man/man3/getsockcreatecon.3 +++ b/libselinux/man/man3/getsockcreatecon.3 @@ -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.