You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I've started poking at birdcage for an open-source project I'm working on, and it's really cool. One thing that I'm running into that it doesn't do, however, is allow environment variables to be passed with the command--instead allowing either passing them by-name or passing the entire set of environment variables. For $reasons, I might need to gin one up and pass it directly to a command in my sandbox.
Before I go hacking away, I wanted to reach out and ask if there's a reason why Birdcage doesn't do this already? I am not super familiar with seccomp or seatbelt, so I didn't want to go dive down a rabbit hole if there's a technical reason it doesn't support that.
Hey there! I've started poking at birdcage for an open-source project I'm working on, and it's really cool. One thing that I'm running into that it doesn't do, however, is allow environment variables to be passed with the command--instead allowing either passing them by-name or passing the entire set of environment variables. For $reasons, I might need to gin one up and pass it directly to a command in my sandbox.
Before I go hacking away, I wanted to reach out and ask if there's a reason why Birdcage doesn't do this already? I am not super familiar with seccomp or seatbelt, so I didn't want to go dive down a rabbit hole if there's a technical reason it doesn't support that.