From: Robert Swiecki Date: Sat, 27 May 2017 16:46:15 +0000 (+0200) Subject: configs: rename config1.example -> bash-with-fake-geteuid.cfg X-Git-Tag: 1.4~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaa5cc401a89cfcffaa1ee56cc1d228e6b6c6958;p=platform%2Fupstream%2Fnsjail.git configs: rename config1.example -> bash-with-fake-geteuid.cfg --- diff --git a/README.md b/README.md index d543e82..93ea972 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,11 @@ Usage: You can also override certain options with command-line options. Here, the executed binary (_/bin/bash_) is overriden with _/usr/bin/id_, yet options from _configs/bash-with-fake-geteuid.cfg_ apply
 ./nsjail --config configs/bash-with-fake-geteuid.cfg -- /usr/bin/id
+...
+[INSIDE-JAIL]: id
+uid=999999 gid=999998 euid=4294965959 groups=999998,65534
+[INSIDE-JAIL]: exit
+[2017-05-27T18:45:40+0200] PID: 16579 exited with status: 0, (PIDs left: 0)
 
***