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)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 27 Feb 2014 15:41:54 +0000 (07:41 -0800)
commit691e47554dd03dd6492e00bab5bd6d215f5cbd4f
treedae2d4a1e52cae261e8858f6860626c1ebd9a7ea
parent5ed512094a2f5534b031d2b3873262f870dc4083
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