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:
parent
ac349dcde9
commit
61aa894647
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user