system_perm()system/system.module, line 48
Implementation of hook_perm().
<?php function system_perm() { return array('administer site configuration', 'access administration pages', 'select different theme'); } ?>