Reformatted README
This commit is contained in:
parent
b6bc440f5a
commit
5b4651c759
30
README.md
30
README.md
@ -1,20 +1,30 @@
|
|||||||
# ICFS -- Interactively Controlled File System.
|
# ICFS -- Interactively Controlled File System
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
|
|
||||||
Traditional access control mechanisms in operating systems allow the same level of access to all processes running on behalf of the same user. This typically enables malicious processes to read and/or modify all data accessible to the user running a vulnerable application. It can be dealt using various mandatory access control mechanisms, but these are often complicated to configure and are rarely used in common user oriented scenarios. This thesis focuses on design and implementation of a filesystem layer which delegates the decision to allow or deny access to a filesystem object by a specific process to the user.
|
Traditional access control mechanisms in operating systems allow the same level
|
||||||
|
of access to all processes running on behalf of the same user. This typically
|
||||||
|
enables malicious processes to read and/or modify all data accessible to the
|
||||||
|
user running a vulnerable application. It can be dealt using various mandatory
|
||||||
|
access control mechanisms, but these are often complicated to configure and are
|
||||||
|
rarely used in common user oriented scenarios. This thesis focuses on design
|
||||||
|
and implementation of a file system layer which delegates the decision to allow
|
||||||
|
or deny access to a file system object by a specific process to the user.
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
* analyse the problem and design a solution
|
|
||||||
* implement the solution using the FUSE framework
|
- Analyze the problem and design a solution
|
||||||
* test the solution and demonstrate its benefits
|
- Implement the solution using the FUSE framework
|
||||||
|
- Test the solution and demonstrate its benefits
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
* [Initial idea and motivation](./docs/bc-thesis-idea.md)
|
|
||||||
* [Some identified issues](./docs/bc-thesis-problems.md)
|
- [Initial idea and motivation](./docs/bc-thesis-idea.md)
|
||||||
* [Formal specification](./docs/bc-thesis-specs.md)
|
- [Some identified issues](./docs/bc-thesis-problems.md)
|
||||||
|
- [Formal specification](./docs/bc-thesis-specs.md)
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
|
|
||||||
*Student:* Fedir Kovalov
|
_Student:_ Fedir Kovalov
|
||||||
|
|
||||||
*Supervisor:* RNDr. Jaroslav Janáček, PhD.
|
_Supervisor:_ RNDr. Jaroslav Janáček, PhD.
|
||||||
|
Loading…
Reference in New Issue
Block a user