commit | 3dec2de3eecd475db69ec3746a631ec1591d08a5 | [log] [tgz] |
---|---|---|
author | paul <paul> | Wed May 21 19:09:31 2003 +0000 |
committer | paul <paul> | Wed May 21 19:09:31 2003 +0000 |
tree | 89fdeae9d2c70d989b5322bd8a8af2dff2b0bae8 | |
parent | a304c1a4121c27ef807ffbea979f1460d4c5e0ee [diff] |
From: Paul Jakma <paulj@alphyra.ie> Subject: [zebra 19125] vtysh bogus perms check vtysh checks that the zebra.vty socket uid is == to its own euid, this is bogus - let the kernel decide whether permissions match, vtysh shouldnt try second guess. (this becomes noticeable when neither zebra nor vtysh are run as root :) )