working on syscall manifest and fixed anther exploit

This commit is contained in:
2026-03-02 22:25:37 -05:00
parent eb5bed0f09
commit b7f52dd17b
3 changed files with 105 additions and 3 deletions

View File

@@ -398,7 +398,7 @@ local function getFileMeta(path, noFollow)
local real = namei(path, noFollow)
if real == "/" then
return { etype = 0x00, owner = 0, group = 0, perms = 63, cmeta = "" }
return { etype = 0x00, owner = 0, group = 0, perms = 62, cmeta = "" }
end
local cur = real