Skip to content

main: add pledge call on OpenBSD #1132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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