Added a few words to the implementation

This commit is contained in:
fedir 2025-04-12 17:25:10 +02:00
parent b4a5ca2067
commit 04a386512a
Signed by: fedir
GPG Key ID: C959EE85F0C9362C
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
\chapter{Implementation} \chapter{Implementation}
\todo[inline, author={\textbf{Draft note}}]{This chapter is \emph{very} incomplete.} This chapter describes the software design and architecture, and the way that they help to solve the problem. The following sections describe the FUSE framework, different methods used to store access permissions of processes and finally the way the chosen architecture is designed to resist unauthorised access to the filesystem.
\section{FUSE framework}
This chapter describes the software design and architecture, and the way that they help to solve the problem. Importantly, the design elements must have at least some justification in this section.

Binary file not shown.