[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Mon Jul 15 06:11:12 UTC 2019


The branch, master has been updated
       via  e9f1f5f doc: Document UID_WRAPPER_DISABLE_DEEPBIND
      from  0ae7595 gitlab-ci: Setup CI for uid_wrapper

https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e9f1f5ff306eb75eec64f6b091be5a086e882ef8
Author: Andreas Schneider <asn at samba.org>
Date:   Sat Sep 1 19:43:20 2018 +0200

    doc: Document UID_WRAPPER_DISABLE_DEEPBIND
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/uid_wrapper.1     | 9 +++++++--
 doc/uid_wrapper.1.txt | 5 +++++
 2 files changed, 12 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/doc/uid_wrapper.1 b/doc/uid_wrapper.1
index c66d143..acee141 100644
--- a/doc/uid_wrapper.1
+++ b/doc/uid_wrapper.1
@@ -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 \{\
diff --git a/doc/uid_wrapper.1.txt b/doc/uid_wrapper.1.txt
index 699d2c1..c40cdfa 100644
--- a/doc/uid_wrapper.1.txt
+++ b/doc/uid_wrapper.1.txt
@@ -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
 -------
 


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list