diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-09-15 15:47:29 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-09-15 15:47:29 +0400 |
| commit | cc5ac702b1f50b76103e8ba2d4fc1751c0d0238f (patch) | |
| tree | 4cd8625c34c21ab3b3749ad6693a79d1616382e8 /security-models/security-models.tex | |
| parent | 1b17ea5691dc3921da664cdf898786352cd10f24 (diff) | |
Вторая лекция по Моделям безопасности компьютерных систем
Diffstat (limited to 'security-models/security-models.tex')
| -rw-r--r-- | security-models/security-models.tex | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security-models/security-models.tex b/security-models/security-models.tex new file mode 100644 index 0000000..7d25199 --- /dev/null +++ b/security-models/security-models.tex @@ -0,0 +1,21 @@ +\documentclass{../Lecture} + +\usepackage{../preamble} +\newtheorem{theorem}{Теорема} +\newtheorem{statement}{Утверждение} + +\title{Модели безопасности компьютерных систем} +\author{Андрей Гущин} +\date{\today} + +\begin{document} + +\maketitle +\tableofcontents +\thispagestyle{empty} +\newpage + +% Семестр 1 +\input{lectures/lecture2.tex} + +\end{document} |