This file is indexed.

/usr/share/gforge/db/20110408-anonymous-read-news.sql is in gforge-db-postgresql 5.1.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
DELETE FROM pfo_role_setting WHERE role_id=1 AND section_name='new_forum' AND ref_id IN (SELECT group_id FROM groups WHERE unix_group_name = 'newsadmin');
INSERT INTO pfo_role_setting (SELECT 1, 'new_forum', group_id, 3 FROM groups WHERE unix_group_name = 'newsadmin') ;