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

Add methods for linking a keyring to another keyring #16

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

Commits on Aug 22, 2024

  1. Add methods for linking a keyring to another keyring

    This is an important keyctl operation that can have implications on
    whether a key is readable and shows up in Search operations.
    
    It may not be immediately be apparent that this is a supported operation
    when calling KEYCTL_LINK, you have to dig through the docs to find this.
    
    man 7 keyrings:
    
    > As previously mentioned, keyrings are a special type of key that
    contains links to other keys (which may include other keyrings). Keys
    may be linked to by multiple keyrings.
    afontenot committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a708ead View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add tests for keyring linking functions

    Also fixes a minor doc issue in previous commit
    afontenot committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ec82d7b View commit details
    Browse the repository at this point in the history