forked from security/hakurei
hst/container: remove cover
This was never useful, and is now completely replaced by regular FilesystemConfig being able to mount tmpfs. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -97,6 +97,11 @@ func TestTemplate(t *testing.T) {
|
||||
"map_real_uid": true,
|
||||
"device": true,
|
||||
"filesystem": [
|
||||
{
|
||||
"dst": "/tmp",
|
||||
"src": "tmpfs",
|
||||
"write": true
|
||||
},
|
||||
{
|
||||
"src": "/nix/store"
|
||||
},
|
||||
@@ -129,10 +134,7 @@ func TestTemplate(t *testing.T) {
|
||||
"auto_root": "/var/lib/hakurei/base/org.debian",
|
||||
"root_flags": 2,
|
||||
"etc": "/etc",
|
||||
"auto_etc": true,
|
||||
"cover": [
|
||||
"/var/run/nscd"
|
||||
]
|
||||
"auto_etc": true
|
||||
}
|
||||
}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user