1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:17:45 +00:00

LibCore: Add FilePermissionsMask

This class parses UNIX file permissions definitions in numeric (octal)
or symbolic (ugoa+rwx) format and can apply them on a given file mode.
This commit is contained in:
Xavier Defrang 2021-12-24 15:34:30 +01:00 committed by Brian Gianforcaro
parent 0f729cebf4
commit 8b95423b50
5 changed files with 276 additions and 0 deletions

View file

@ -4,6 +4,7 @@ set(TEST_SOURCES
TestLibCoreIODevice.cpp
TestLibCoreDeferredInvoke.cpp
TestLibCoreStream.cpp
TestLibCoreFilePermissionsMask.cpp
)
foreach(source IN LISTS TEST_SOURCES)