mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Kernel: Move Credentials.{cpp,h} to the Security subdirectory
This commit is contained in:
parent
aaa1de7878
commit
ee0ccdaebe
5 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,6 @@ set(KERNEL_SOURCES
|
|||
CommandLine.cpp
|
||||
Coredump.cpp
|
||||
CrashHandler.cpp
|
||||
Credentials.cpp
|
||||
Devices/AsyncDeviceRequest.cpp
|
||||
Devices/Audio/AC97.cpp
|
||||
Devices/Audio/Channel.cpp
|
||||
|
@ -263,6 +262,7 @@ set(KERNEL_SOURCES
|
|||
StdLib.cpp
|
||||
Syscall.cpp
|
||||
Security/AddressSanitizer.cpp
|
||||
Security/Credentials.cpp
|
||||
Security/Random.cpp
|
||||
Security/Jail.cpp
|
||||
Security/UBSanitizer.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue