doc: Document UID_WRAPPER_DISABLE_DEEPBIND
authorAndreas Schneider <asn@samba.org>
Sat, 1 Sep 2018 17:43:20 +0000 (19:43 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 15 Jul 2019 06:11:05 +0000 (08:11 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
doc/uid_wrapper.1
doc/uid_wrapper.1.txt

index c66d14329fd9e7a62ed4a06f86815d3050cbd879..acee141024482f8efc3dd58394119e0d2adcfcb8 100644 (file)
@@ -1,7 +1,7 @@
 '\" t
 .\"     Title: uid_wrapper
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
+.\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
 .\"      Date: 2015-11-03
 .\"    Manual: \ \&
 .\"    Source: \ \&
@@ -158,6 +158,11 @@ unsetenv("UID_WRAPPER_MYUID");
 .if n \{\
 .RE
 .\}
+.PP
+\fBUID_WRAPPER_DISABLE_DEEPBIND\fR
+.RS 4
+This allows you to disable deep binding in uid_wrapper\&. This is useful for running valgrind tools or sanitizers like (address, undefined, thread)\&.
+.RE
 .SH "EXAMPLE"
 .sp
 .if n \{\
index 699d2c1e8e7185956f53934bcb596047cd7ea6b7..c40cdfaf979338dc81b78ec93fa6081dc1c771dd 100644 (file)
@@ -64,6 +64,11 @@ uid = geteuid();
 unsetenv("UID_WRAPPER_MYUID");
 --------------------------------------
 
+*UID_WRAPPER_DISABLE_DEEPBIND*::
+
+This allows you to disable deep binding in uid_wrapper. This is useful for
+running valgrind tools or sanitizers like (address, undefined, thread).
+
 EXAMPLE
 -------