Skip to content

Conversation

@codesoap
Copy link

I feel much more comfortable with running code from the internet, if it is using pledge. It gives me the guarantee that the program is not, e.g., using the network or writing to the file system. See pledge's man page for more info.

I have only added the pledge call to the examples/main program for now, since this is the only one I'm using on my machine. Ideally every main function in this repository would start with a pledge call, but I'm not yet familiar enough with the other programs to implement this. If this change is welcome, I'll create further pull requests in the future, when I'm starting to use other programs of this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant