Bin Xing
Bin Xing
@xxu36, I found one more bug in `sign` that is very similar to `generate` - it errs on existing symlink. I've appended that the the tasklist above.
I'll look at `ls` and `prune` issues this week. @xxu36 please have a look at other task items.
`ls` and `prune` issues are fixed in #52
Let's implement `--ignoresig` now. For `shutdown` and `stop` command syntax, we may have to change if unix socket forwarding can work, so postpone to next release.
Recommend to redirect 0,1,2 to `/dev/null` when PTY is NOT supported. This should solve the problem as `/dev/null` is accessible to world.
@xxu36 You are right that an unauthorized user cannot kill the QEMU process, but he/she can stop containers, and after all containers are stopped, `acond` will time out and shut...
QEMU doesn't look like supporting this option. Let's delay the fix until we have OpenID authentication.
This issue has been addressed by OpenID authentication added in v0.2.0.