blob: 812f52e22adbfac83644efac00132ee6da82a6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.
|