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

Protected-FileSystem(PFS) library #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Protected-FileSystem(PFS) library #1

wants to merge 4 commits into from

Commits on Aug 16, 2019

  1. Graphene-ProtectedFileSystem shield(GPFS) library:

    This library is a plugin for Graphene, that provides file-system shield to Graphene, by incorporating file protection feature from
    Intel's SGX-SDK's Protected-FS library.
    For more details, refer to README
    skris14 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    6f2a96d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Based on initial review comment->

    1. Changes to make PFS acronym(which stands for Protected-Filesystem) consistent
    across directory-names, code, README and application sources.
    2. Also fixed few issues in pfs_app test sources.
    skris14 committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    261cc61 View commit details
    Browse the repository at this point in the history
  2. Merge 261cc61 into 0f27791

    sudharkrish authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    57eba20 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Changes to make PFS SDK library C-based, and removed C++ Dependencie…

    …s. In order to build this, will need following 2 dependencies: - Hashmap Lib: Using the hashmap library(MIT License, same as mbedtls
    
     used by Graphene): You can pull the sources from here-> https://github.com/DavidLeeds/hashmap - Also needs list.h in Graphene-PAL, to have few additional features like sorting, and extra field like size.
     Please refer to changes in just 1 file->list.h. gramineproject/graphene#1268
    skris14 committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    fd73999 View commit details
    Browse the repository at this point in the history