summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-10-29 13:46:28 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-10-29 13:46:28 +0100
commit1f4dabb1c18ae96be8f83b546f42eedb374b946d (patch)
tree258fec828dc62cd210e0eb84838870559847b755
parent2358497591947c894df4ff3dd4e4bd7d5e40e573 (diff)
downloadcwrap_website-1f4dabb1c18ae96be8f83b546f42eedb374b946d.tar.gz
cwrap_website-1f4dabb1c18ae96be8f83b546f42eedb374b946d.tar.xz
cwrap_website-1f4dabb1c18ae96be8f83b546f42eedb374b946d.zip
Update uid_wrapper subpage
-rw-r--r--img/uid_wrapper.pngbin68370 -> 14749 bytes
-rw-r--r--uid_wrapper.html12
2 files changed, 5 insertions, 7 deletions
diff --git a/img/uid_wrapper.png b/img/uid_wrapper.png
index 2cbff26..6cd2be0 100644
--- a/img/uid_wrapper.png
+++ b/img/uid_wrapper.png
Binary files differ
diff --git a/uid_wrapper.html b/uid_wrapper.html
index f9d49d9..64ffbaa 100644
--- a/uid_wrapper.html
+++ b/uid_wrapper.html
@@ -32,7 +32,11 @@
<!-- Example row of columns -->
<div class="row">
<div class="col-md-12">
- <p>A wrapper to fake privilege separation</p>
+ <p>A testing tool to fake privilege separation</p>
+
+ <div align="center">
+ <img src="img/uid_wrapper.png" border="0"/>
+ </div>
<br />
@@ -68,12 +72,6 @@
<li>Enable debugging of uid_wrapper itself by setting the <code>UID_WRAPPER_DEBUGLEVEL</code> variable</li>
</ul>
- <h2>Example</h2>
-<pre>$ id
-uid=1000(asn) gid=100(users) groups=100(users),478(docker)
-$ LD_PRELOAD=libuid_wrapper.so UID_WRAPPER=1 UID_WRAPPER_ROOT=1 id
-uid=0(root) gid=0(root) groups=0(root)</pre>
-
</div> <!-- /col -->
</div>