1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00

removes execute right of hello.txt

This commit is contained in:
Falk Werner 2019-04-14 19:18:51 +02:00
parent ac349dcde9
commit 61aa894647

View File

@ -340,7 +340,7 @@ int main(int argc, char* argv[])
.parent = 1, .parent = 1,
.inode = 2, .inode = 2,
.name = "hello.txt", .name = "hello.txt",
.mode = 0555, .mode = 0444,
.type = FS_FILE, .type = FS_FILE,
.content="hello, world!", .content="hello, world!",
.content_length = 13, .content_length = 13,