diff options
Diffstat (limited to 'dev/libSystem/SecurityPolicy.h')
| -rw-r--r-- | dev/libSystem/SecurityPolicy.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/libSystem/SecurityPolicy.h b/dev/libSystem/SecurityPolicy.h new file mode 100644 index 00000000..812f52e2 --- /dev/null +++ b/dev/libSystem/SecurityPolicy.h @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + +------------------------------------------- */ + +#pragma once + +#include <libSystem/System.h> + +/// @file SecurityPolicy.h +/// @brief Hardened Security Policy, used to restrict access to certain system calls.
\ No newline at end of file |
