Menu

#117 areafix doesn't check link's read/write level

closed-accepted
areafix (2)
5
2014-01-15
2013-11-22
No

Write/read levels aren't checked when a link subscribes echos, i.e. he can subscribe any echo matching his group settings.

Fix:

In file fidoconf/src/afixcmd.c in function subscribeCheck() insert after
} else found = 1;

if ((area->levelwrite > link->level) && (area->levelread > link->level))
found = 0;

Discussion

  • Markus Reschke

    Markus Reschke - 2013-11-22

    This fix also prevents the listing of echos the link don't got any read/write access to.

     

    Last edit: Markus Reschke 2013-11-22
  • Gerrit Kühn

    Gerrit Kühn - 2014-01-15
    • status: open --> closed-accepted
    • assigned_to: Gerrit Kühn
     

Log in to post a comment.

Monday.com Logo