Skip to content

Commit

Permalink
Fixed typos as found by Dayana
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverKillane committed Apr 28, 2022
1 parent cb9a68e commit 4be0155
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ \subsection*{Seurity Goals}
}
Types of security in which we attempt to achieve said goals include:
\compitem {
\bullpara{People Security}{Inider, social engineering (e.g blagging).}
\bullpara{Hardware Security}{e.g phhysical secureness of a syustem's hardware (e.g physically steal a disk to access data).}
\bullpara{People Security}{Insider, social engineering (e.g blagging).}
\bullpara{Hardware Security}{e.g physical secureness of a system's hardware (e.g physically steal a disk to access data).}
\bullpara{Software Security}{Using flaws in software to access a system (e.g exploit a bug to run programs with higher permissions, such as superuser, without properly acquiring said permissions).}
}
\subsection*{People Security}
Expand Down Expand Up @@ -164,7 +164,7 @@ \subsection*{Authentication}
}
}
\bullpara{Knowledge}{Key is a secret known to the user. (i.e passwords)
Password tuirnover is important (longer a password is used, the greater time a cracker has to guess the password).
Password turnover is important (longer a password is used, the greater time a cracker has to guess the password).
\\
\\ A strong password (few english words, effectively random) can only be cracked by exhaustive search/brute force.
\\
Expand Down Expand Up @@ -285,7 +285,7 @@ \subsection*{File Access on UNIX/Linux}
\\
\\ As a result each user effectively has $3$ user IDs:
\compenum{
\bullpara{Real UID}{ID of the user that started thaae process}
\bullpara{Real UID}{ID of the user that started the process}
\bullpara{Effective UID}{Effective ID of the process (used for access control checks), when executing a file with the \keyword{SUID} flag this will be different to the real \keyword{UID}}
\bullpara{Saved UID}{UID the effective UID can be switched to.}
}
Expand Down

0 comments on commit 4be0155

Please sign in to comment.