Files
exectos/xtoskrnl/includes/se.hh
Aiken Harris 130e797dd9
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 27s
Builds / ExectOS (i686, debug) (push) Successful in 43s
Builds / ExectOS (amd64, release) (push) Successful in 45s
Builds / ExectOS (i686, release) (push) Successful in 31s
Add security access and audit interfaces
2026-07-10 13:01:36 +02:00

21 lines
438 B
C++

/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/includes/se.hh
* DESCRIPTION: Kernel Security
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#ifndef __XTOSKRNL_SE_HH
#define __XTOSKRNL_SE_HH
#include <xtos.hh>
#include <se/access.hh>
#include <se/audit.hh>
#include <se/descript.hh>
#include <se/privileg.hh>
#endif /* __XTOSKRNL_SE_HH */