Skip to content

Commit

Permalink
Fix: Make linux gnu mount Readonly (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun-m authored Nov 4, 2024
1 parent f526ef0 commit abd2893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/worker/base_runc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"rprivate",
"nosuid",
"nodev",
"rw"
"ro"
]
},
{
Expand Down

0 comments on commit abd2893

Please sign in to comment.