Lectures, Assignments, and Exercises
2.1 proc
2.2 ipc
2.3 vm
2.4 fs
2.5 io
2.6 virt
2.7 sec
2.8 perf
2.9 Paper
2.10 Presentation
2.11 Midterm
2.12 Final

2.7 sec

This exercise is optional. Refer to the exercise policy for details.
Add an implementation of access control to your file system from the fs exercise. At first, mimic UNIX-style and then upgrade to an implementation of RBAC with either MAC or DAC. Ideally you’d be able to express a classic attack scenario in your implementation.