ovs-lib: allow non-root users to check service status
authorFlavio Leitner <fbl@redhat.com>
Thu, 27 Feb 2014 12:16:34 +0000 (09:16 -0300)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Jun 2014 14:54:35 +0000 (07:54 -0700)
commitfb191f1c984b65be28b06c82b23dfd58a4511bed
tree52775624936c15abd359d242bfe4eea964b7b0e3
parent26190a7a4bf2c1c73ecc17ab94cb9a6cd7862f3f
ovs-lib: allow non-root users to check service status

It tries to log the status operation, so although non-root
users can see the current status, the lack of permission
to write to the log results in an error message.

This changes to log only if the user has the permission to
write to the log file.

Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
utilities/ovs-lib.in