m4ttsch / omscs-notes-notes

The raw markdown notes for OMSCS Notes.
https://www.omscs-notes.com
MIT License
158 stars 151 forks source link

[TYPO] Information Security - How does the Os Implement ACL #62

Closed manasmulay closed 2 years ago

manasmulay commented 2 years ago

What needs to be fixed? Please be specific as possible and add a link to the relevant file/lines.

Wrt file-descriptor table https://www.omscs-notes.com/information-security/access-control/#how-does-the-os-implement-acl

This table holds pointers to the inode table and contains all of the files currently being accessed by the given file.

being accessed by the given file. should be being accessed by the given process.

m4ttsch commented 2 years ago

Can you submit a PR please?

m4ttsch commented 2 years ago

Fixed.