poll_perm()poll/poll.module, line 347
Implementation of hook_perm().
<?php function poll_perm() { return array('create polls', 'vote on polls', 'cancel own vote', 'inspect all votes'); } ?>