You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(content): make verified content completely read-only (#96)
The only non-corrupting modification to content stored in cacache is to
delete it, and that requires write permission on the containing
directory rather than on the file itself. Since no valid operations
require write permissions on the content files, mark them as read-only
so that the rest of the OS knows these files aren't meant to be written
to.
Fixes: #95
Signed-off-by: Ryan Graham <[email protected]>
0 commit comments