ok, just found out myself ;-)
in modules/rss/module.inc in function getItemLinks
I surrounded the $links[$itemId][] Section by
if ($itemTypeNames[0]=='Album' || $permissions[$itemId]['comment.view'] ) {
if ($itemTypeNames[0]=='Album' || $permissions[$itemId]['comment.view'] ) {
$links[$itemId][] = array(
'text' => $this->_translate(array(
'text' => 'RSS Feed for this %s',
'arg1' => $itemTypeNames[0]), $itemTypeNames[2]),
'params' => array(
'view' => 'rss.SimpleRender',
'itemId' => $itemId));
}