config: add name and description
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 17:06:46 +0000 (19:06 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 17:06:46 +0000 (19:06 +0200)
configs/bash-with-fake-geteuid.cfg

index 6b983661a570af7d7d2b35415635646823469cf6..aa8dfde19617fd03e162e40f4ab08d272b3d6130 100644 (file)
@@ -1,8 +1,8 @@
 name: "bash-with-fake-geteuid"
 description:
 "An example policy which allows to execute /bin/bash and other commands in
-a fairly restricted fail containing only some directories from the main
-system, and with blocked __NR_syslog syscalls. Also, geteuid returns -1337
+a fairly restricted jail containing only some directories from the main
+system, and with blocked __NR_syslog syscall. Also, __NR_geteuid returns -1337
 value, which /usr/bin/id will show as euid=4294965959"
 
 mode: ONCE
@@ -19,7 +19,7 @@ daemon: false
 keep_env: false
 envar: "ENVAR1=VALUE1"
 envar: "ENVAR2=VALUE2"
-envar: "PS1=[INSIDE-JAIL]: "
+envar: "PS1=[INSIDE-JAIL-SH]: "
 
 silent: false
 skip_setsid: false