Skip to content

Commit 046a169

Browse files
authored
Merge branch 'OpenAtom-Linyaps:master' into master
2 parents e2796ca + 847b2de commit 046a169

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

misc/lib/linglong/container/config.d/25-host-rootfs.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
"destination": "/run/host",
99
"type": "tmpfs",
1010
"source": "tmpfs",
11-
"options": [
12-
"nodev",
13-
"nosuid",
14-
"mode=700"
15-
]
11+
"options": ["nodev", "nosuid", "mode=700"]
1612
}
1713
},
1814
{
@@ -22,10 +18,7 @@
2218
"destination": "/run/host/rootfs",
2319
"type": "bind",
2420
"source": "/",
25-
"options": [
26-
"rbind",
27-
"ro"
28-
]
21+
"options": ["rbind"]
2922
}
3023
}
3124
]

0 commit comments

Comments
 (0)