mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:07:46 +00:00
Kernel: Move Jail code to a new subdirectory
This commit is contained in:
parent
fd9dbf1f20
commit
788022d5d1
6 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,6 @@ set(KERNEL_SOURCES
|
|||
Graphics/VirtIOGPU/GPU3DDevice.cpp
|
||||
Graphics/VirtIOGPU/GraphicsAdapter.cpp
|
||||
IOWindow.cpp
|
||||
Jail.cpp
|
||||
SanCov.cpp
|
||||
DoubleBuffer.cpp
|
||||
FileSystem/AnonymousFile.cpp
|
||||
|
@ -270,6 +269,7 @@ set(KERNEL_SOURCES
|
|||
ScopedCritical.cpp
|
||||
StdLib.cpp
|
||||
Syscall.cpp
|
||||
Security/Jail.cpp
|
||||
Syscalls/anon_create.cpp
|
||||
Syscalls/alarm.cpp
|
||||
Syscalls/beep.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue