committed by
Christian Helmuth
parent
3995d2f4a2
commit
6addd6cf1e
@@ -85,7 +85,7 @@ namespace Vfs {
|
||||
.executable = true }; }
|
||||
|
||||
static Node_rwx rwx() { return { .readable = true,
|
||||
.writeable = false,
|
||||
.writeable = true,
|
||||
.executable = true }; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user