diff --git a/modules/lib/fs.lua b/modules/lib/fs.lua index 4d0408d..385bacf 100644 --- a/modules/lib/fs.lua +++ b/modules/lib/fs.lua @@ -16,6 +16,7 @@ do end return tacl end + fs.parseacl = parseacl local function getattr(fn,k) if os.getuid() ~= "superuser" then if not parseacl(fsattr[fn].read or "")[os.getuid()] then return false end