From 9cd01b560b8e857c2f076d4fe96630c5890959fa Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 20 Jan 2015 18:11:23 +0100 Subject: uid_wrapper: Extend the example a bit to make it more clear. --- uid_wrapper.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uid_wrapper.html b/uid_wrapper.html index 6d1721d..e806133 100644 --- a/uid_wrapper.html +++ b/uid_wrapper.html @@ -69,8 +69,10 @@

Example

-
$ LD_PRELOAD=libuid_wrapper.so UID_WRAPPER=1 UID_WRAPPER_ROOT=1 id
-uid=0(root) gid=0(root) groups=100(users),0(root)
+
$ 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)
-- cgit v1.2.3