OpenSecEd / ac

A learning module on Access Control
0 stars 0 forks source link

Module: Access Control (ac)

This is a learning module on Access Control. This learning module intends to provide students with a wide understanding of the possibilities for access control, ranging from a physical reference monitor in the operating system to a logical reference monitor by using cryptography.

The module is part of the Open Security Education project and the maintainer is Daniel Bosk. The latest release can be found under releases. You can safely link directly to the PDFs found there.

File Structure and Building

To build the PDFs, after cloning the repository you must clone its required submodules:

$ git submodule update --recursive --init

Then you can go into the directory of the desired document and run make. In each directory the files are structured as follows:

To contribute, please fork the repository, make your changes, commit them and then create a pull request in the original repository.