This file is indexed.

/etc/lcas/lcas_voms.gacl.in is in liblcas0 1.3.19-2.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<gacl version="0.0.1">
	<entry>
		<voms-cred>
			<voms>/O=dutchgrid/O=hosts/OU=nikhef.nl/CN=kuiken.nikhef.nl</voms>
			<vo>EGEE</vo>
			<group>/EGEE</group>
		</voms-cred>
		<allow><read/><write/></allow>
		<deny><admin/></deny>
	</entry>
	<entry>
		<voms-cred>
			<voms>Fill in the dn of the voms server for VO iteam</voms>
			<vo>iteam</vo>
			<group>iteam</group>
		</voms-cred>
		<allow><read/><write/></allow>
		<deny><admin/></deny>
	</entry>
</gacl>