platform: Update profile binary format

This commit is contained in:
世界
2023-07-30 20:26:09 +08:00
parent a7b7a5c3c5
commit ff14220e08
4 changed files with 64 additions and 31 deletions

View File

@@ -83,7 +83,7 @@ func (s *CommandServer) listenUNIX() error {
Net: "unix",
})
if err != nil {
return E.Cause(err, "listen")
return E.Cause(err, "listen ", sockPath)
}
if sUserID > 0 {
err = os.Chown(sockPath, sUserID, sGroupID)