Does anyone know if you grant sudo access to a symlink, does that grant access to the destination?

Like this ... inside the sudoers file, I have:

/bin/cat * /home/user/logs

"logs" is a symlink pointing to:  /var/log/httpd/

will that work, or will i need to specify the direct path?

Thanks,
Alex.