Kernel - Rename _EXECUTE to _EXEC (VFS perm flag)
[tpg/acess2.git] / KernelLand / Kernel / vfs / dir.c
index add48b0..911eff6 100644 (file)
@@ -74,7 +74,7 @@ int VFS_MkNod(const char *Path, Uint Flags)
        }
 
        // Permissions Check
-       if( !VFS_CheckACL(parent, VFS_PERM_EXECUTE|VFS_PERM_WRITE) ) {
+       if( !VFS_CheckACL(parent, VFS_PERM_EXEC|VFS_PERM_WRITE) ) {
                errno = EACCES;
                goto _error;
        }

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