This file is indexed.

/usr/share/celestia/scripts/galacticgrid.celx is in celestia-common 1.6.1+dfsg-3.

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
t = {} -- create table
t.equatorialgrid = 	false
t.galacticgrid = 	not celestia:getrenderflags().galacticgrid
t.eclipticgrid = 	false
t.horizontalgrid = 	false

celestia:setrenderflags(t)