gramineproject / gramine

A library OS for Linux multi-process applications, with Intel SGX support
GNU Lesser General Public License v3.0
587 stars 193 forks source link

[common] Refactor Protected Files, part 5 #1899

Closed dimakuv closed 3 months ago

dimakuv commented 3 months ago

Description of the changes

This commit refactors PF code without changing functionality (part 5 in a series of commits). In particular, this commit moves code around, rephrases some comments, removes useless comments and empty lines, as well as renames vague data and block words to more specific node.

This PR supersedes #1894.

How to test this PR?

N/A.


This change is Reviewable