veyron/runtimes/google/rt: Avoid using global flags in the library.

The veyron/security/flag library is meant for use in "main"s.
Using it within a library can create confusion as it may not
be clear to the user what services the flags affect.

For now, use the default authorization policy in rt/mgmt.go.
The tests seem to pass with it.
If and when we need a more nuanced policy, it should be
specified as an argument or a separate flag.

TESTED=go test veyron/... veyron2/...

Change-Id: I682cfde0da55f142d691c808f183681fe08bcf02
1 file changed
tree: 9a51b36f7d41b5559e6347b08e6e0c8cfba717e8
  1. examples/
  2. lib/
  3. runtimes/
  4. security/
  5. services/
  6. tools/