This file is indexed.

/usr/share/games/trackballs/levels/jump3.scm is in trackballs-data 1.2.4-1.

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
;;; upstairs.scm

(day)
(set-track-name (_ "Upstairs"))
(fog)
(set-author "Gerard Pudenz")
(start-time 60)
(set-start-position 220 221)
(add-goal 226 221 #t "jump4")

(if (= (difficulty) *easy*)
  (begin
    (diamond 222 221)
    (diamond 224 221)))

(add-flag 221 221 100 #t 0.1)
(add-flag 223 221 100 #t 0.1)
(add-flag 225 221 100 #t 0.1)