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

Added support for dynamic trust records #106

Merged
merged 1 commit into from Jan 4, 2021

Commits on Jan 4, 2021

  1. Added support for dynamic trust records

    - one can write record/s to pipe in following format
      - "%s %ul %64s\n"
      - it contains full path, size and sha256 hash
      - each record has to be terminated with new line character
      - size of the record is limited by size of the buffer which is 4096
    - one can write "2" to the pipe and daemon will flush all cache
    - it is recommended to refresh the caches after some addition
    
    Signed-off-by: Radovan Sroka <rsroka@redhat.com>
    radosroka committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8b9ef73 View commit details
    Browse the repository at this point in the history