forked from security/hakurei
internal/app/outcome: apply configured filesystems late
This enables configured filesystems to cover system mount points. Closes #8. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -272,9 +272,6 @@ func (state *outcomeStateSys) toSystem() error {
|
||||
// must run first
|
||||
&spParamsOp{},
|
||||
|
||||
// TODO(ophestra): move this late for #8 and #9
|
||||
&spFilesystemOp{},
|
||||
|
||||
&spRuntimeOp{},
|
||||
spTmpdirOp{},
|
||||
spAccountOp{},
|
||||
@@ -285,6 +282,7 @@ func (state *outcomeStateSys) toSystem() error {
|
||||
&spPulseOp{},
|
||||
&spDBusOp{},
|
||||
|
||||
&spFilesystemOp{},
|
||||
spFinalOp{},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user