Bugfixes and debug cleanup
[tpg/acess2.git] / Kernel / vfs / fs / devfs.c
index 7781632..d396a1f 100644 (file)
@@ -21,7 +21,7 @@ tVFS_Node     gDevFS_RootNode = {
        .Size = 0,
        .Flags = VFS_FFLAG_DIRECTORY,
        .NumACLs = 1,
-       .ACLs = &gVFS_ACL_EveryoneRW,
+       .ACLs = &gVFS_ACL_EveryoneRX,
        .ReadDir = DevFS_ReadDir,
        .FindDir = DevFS_FindDir
        };

UCC git Repository :: git.ucc.asn.au