services/device/internal/suid: don't complain if the app shutdown

The device manager asks suidhelper to kill apps that have not
responded sufficiently quickly to the kill request. Modify suidhelper
to not complain if the app's process has already exited by the time
that suidhelper executes.

Change-Id: I8fbb6e0f1f39692da61ea762a5c0d388a947b753
1 file changed
tree: 4aa0f620db6264d08ceb628b30a015bd43fcabd2
  1. cmd/
  2. envvar/
  3. examples/
  4. internal/
  5. lib/
  6. runtime/
  7. services/
  8. test/
  9. .gitignore
  10. AUTHORS
  11. CONTRIBUTORS
  12. LICENSE
  13. PATENTS
  14. README.md
  15. VERSION
README.md

Vanadium

This repository contains a reference implementation of the Vanadium APIs.

Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.