Add security access and audit interfaces

This commit is contained in:
2026-07-10 13:01:36 +02:00
parent 30abb5be98
commit 130e797dd9
8 changed files with 162 additions and 4 deletions

View File

@@ -126,6 +126,8 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/rtl/time.cc
${XTOSKRNL_SOURCE_DIR}/rtl/unicode.cc
${XTOSKRNL_SOURCE_DIR}/rtl/widestr.cc
${XTOSKRNL_SOURCE_DIR}/se/access.cc
${XTOSKRNL_SOURCE_DIR}/se/audit.cc
${XTOSKRNL_SOURCE_DIR}/se/descript.cc
${XTOSKRNL_SOURCE_DIR}/se/privileg.cc)