From 9d03a965e86cedfb9500c5d95a8fc2dec91b233e Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Fri, 28 Mar 2025 00:53:40 +0100 Subject: [PATCH] fix: no confidentiality --- thesis/main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis/main.tex b/thesis/main.tex index 6a103cd..b4663e8 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -24,8 +24,8 @@ %% THE LINES BELLOW ARE FOR PDF REFERENCING PURPOSES. \newcommand{\Keywords}{virtualization, assembly, x86, computer security} \newcommand{\Subject}{virtualization, cybersecurity} -\newcommand{\Convention}{< oui/non >} -\newcommand{\Confidentiel}{< oui/non >} +\newcommand{\Convention}{non} +\newcommand{\Confidentiel}{non} %% DO NOT MODIFY \hypersetup BELOW. THIS IS FOR PDF REFERENCING PURPOSES. \hypersetup{ -- GitLab