diff options
Diffstat (limited to 'internal/app/spaccount.go')
| -rw-r--r-- | internal/app/spaccount.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/app/spaccount.go b/internal/app/spaccount.go index 6976e80a..66633d4f 100644 --- a/internal/app/spaccount.go +++ b/internal/app/spaccount.go @@ -6,7 +6,6 @@ import ( "syscall" "hakurei.app/container/fhs" - "hakurei.app/hst" ) func init() { gob.Register(spAccountOp{}) } @@ -14,7 +13,7 @@ func init() { gob.Register(spAccountOp{}) } // spAccountOp sets up user account emulation inside the container. type spAccountOp struct{} -func (s spAccountOp) toSystem(state *outcomeStateSys, _ *hst.Config) error { +func (s spAccountOp) toSystem(state *outcomeStateSys) error { const fallbackUsername = "chronos" // do checks here to fail before fork/exec |
