Bugfixes and debug cleanup
[tpg/acess2.git] / Kernel / vfs / fs / devfs.c
index 90770a7..d396a1f 100644 (file)
@@ -3,7 +3,7 @@
  * Device Filesystem (DevFS)
  * - vfs/fs/devfs.c
  */
-#include <common.h>
+#include <acess.h>
 #include <vfs.h>
 #include <fs_devfs.h>
 
@@ -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