Lind-Project / lind_project

Lind: Secure Lightweight Adaptive Isolation
https://hub.docker.com/r/securesystemslab/lind
Apache License 2.0
25 stars 8 forks source link

setup to run lind natively #384

Closed yashaswi2000 closed 3 months ago

yashaswi2000 commented 3 months ago

Description

Inorder to build Lind natively on Linux the major hurdles we face are the dependency on make 3.82, texinfo-4.13 which are built from source inside the current docker container setup. In this PR we created a dev container based of of lind-full image, so new code can be mounted into the container using Vscode. Once the code in mounted, we can build lind inside the dev container as it has all the required dependencies at the right versions.

Once the build is done, we can switch out of the dev container, and run a few ENV variables setup and Lind runs natively

steps to run LIND:

Fixes # (issue)

Type of change

How Has This Been Tested?

Checklist: