From fbc75d23a39b6a8e8c57c092bc6293afbd73b868 Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Sat, 2 Apr 2022 19:53:12 -0500 Subject: [PATCH 1/3] added a simple sandbox utility for running untrusted code --- .gitmodules | 3 +++ Makefile | 2 +- Mezzano | 2 +- home/cl-isolated | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 home/cl-isolated diff --git a/.gitmodules b/.gitmodules index ac10edb..d4a1ab0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -135,3 +135,6 @@ [submodule "home/cl-ppcre"] path = home/cl-ppcre url = https://github.com/edicl/cl-ppcre.git +[submodule "home/cl-isolated"] + path = home/cl-isolated + url = https://github.com/kanru/cl-isolated diff --git a/Makefile b/Makefile index b5873b7..44ba1e5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SBCL := sbcl # file-server, not the public IP. # Note! Addresses on 10.0.2/24 networks are not supported, as this conflicts # with the network provided by qemu and VirtualBox. -FILE_SERVER_IP := 192.168.0.555 +FILE_SERVER_IP := 192.168.1.24 # Report an error if this hasn't been configured. ifeq ($(FILE_SERVER_IP),192.168.0.555) diff --git a/Mezzano b/Mezzano index 9d34948..e57a328 160000 --- a/Mezzano +++ b/Mezzano @@ -1 +1 @@ -Subproject commit 9d34948fee1cfd54875ae909f12b3367a888f3cf +Subproject commit e57a32800a774d799337722829bbdb3d7e4decb9 diff --git a/home/cl-isolated b/home/cl-isolated new file mode 160000 index 0000000..05bbc03 --- /dev/null +++ b/home/cl-isolated @@ -0,0 +1 @@ +Subproject commit 05bbc0341b53791e1cff88ad4548bb94d0667cad From 272e35d5760f6d63f1adb556306ed1bcf6852b47 Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Sat, 2 Apr 2022 19:54:44 -0500 Subject: [PATCH 2/3] oops --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 44ba1e5..1f1491c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SBCL := sbcl # file-server, not the public IP. # Note! Addresses on 10.0.2/24 networks are not supported, as this conflicts # with the network provided by qemu and VirtualBox. -FILE_SERVER_IP := 192.168.1.24 +FILE_SERVER_IP := 192.168.1.555 # Report an error if this hasn't been configured. ifeq ($(FILE_SERVER_IP),192.168.0.555) From 954b4e935b11edaae10b7ca4e7ffa8bbdc0daeec Mon Sep 17 00:00:00 2001 From: Fulton Browne Date: Sat, 2 Apr 2022 19:57:09 -0500 Subject: [PATCH 3/3] oops again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f1491c..b5873b7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SBCL := sbcl # file-server, not the public IP. # Note! Addresses on 10.0.2/24 networks are not supported, as this conflicts # with the network provided by qemu and VirtualBox. -FILE_SERVER_IP := 192.168.1.555 +FILE_SERVER_IP := 192.168.0.555 # Report an error if this hasn't been configured. ifeq ($(FILE_SERVER_IP),192.168.0.555)