configs/ - add comments to config files using #

This commit is contained in:
Robert Swiecki 2021-05-05 13:50:51 +02:00
parent a9790e14bf
commit 3ac7856b67
12 changed files with 26 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Example config for nsjail
name: "apache-with-cloned-net"
description: "Tested under Ubuntu 17.04. Other Linux distros might "
description: "use different locations for the Apache's HTTPD configuration "
description: "files and system libraries"

View File

@ -1,4 +1,7 @@
# Example config for nsjail
name: "bash-with-fake-geteuid"
description: "An example/demo policy which allows to execute /bin/bash and other commands in "
description: "a fairly restricted jail containing only some directories from the main "
description: "system, and with blocked __NR_syslog syscall. Also, __NR_geteuid returns -1337 "

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "chrome-with-net"
description: "Don't use for anything serious - this is just a demo policy. See notes"

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "firefox-with-cloned-net"
description: "This policy allows to run firefox inside a jail on a separate eth interface."

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "firefox-with-net"
description: "This policy allows to run firefox inside a jail. Access to networking is"

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "documents-with-xorg"
description: "This policy allows to run many X-org based tool, which are allowed"

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "imagemagick-convert"
description: "This policy allows to run ImageMagick's convert inside a jail."

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "static-busybox-with-execveat"
description: "An example/demo policy which allows to execute /bin/busybox-static in an "
description: "empty (only /proc) mount namespace which doesn't even include busybox itself"

View File

@ -1,4 +1,7 @@
# Example config for nsjail
name: "tomcat8"
description: "Tested under Ubuntu 16.04 with tomcat8=8.0.32-1ubuntu1.9,"
description: "libnl-route-3-200=3.2.27-1ubuntu0.16.04.1,"
description: "libprotobuf9v5=2.6.1-1.3,"

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "xchat-with-net"
description: "This policy allows to run xchat inside a jail. Access to networking is"

View File

@ -1,3 +1,5 @@
# Example config for nsjail
name: "znc-with-net"
description: "This policy allows to run znc a jail. "

2
kafel

@ -1 +1 @@
Subproject commit 6282b5e612f83a3b7020eb816cff354fd0c0597d
Subproject commit d1768389e218f5b31258a4a35855b1372a3b8bef