Skip to content
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

genkeys, yggdrasilctl: Use pledge(2) on OpenBSD #1193

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Commits on Oct 30, 2024

  1. pledge genkeys

    The simplest tool first:  genkeys only does standard I/O, nothing else.
    klemensn committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2bc1c2d View commit details
    Browse the repository at this point in the history
  2. pledge yggdrasilctl

    The CLI is simple, but parses config files and communicates over the network
    with arbitrary endpoints.
    
    Limit system operations to that is needed before doing anything and drop all
    priviledges after config file and socket handling is done, i.e. do parse and
    speak over the network completely unprivileged.
    klemensn committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a6fcdfc View commit details
    Browse the repository at this point in the history