This file is indexed.

/usr/share/games/trackballs/levels/jump5.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
19
20
21
22
23
;;; dangerousjump.scm

(day)
(set-track-name (_ "Dangerous Jump"))
(fog)
(set-author "Gerard Pudenz")
(start-time 120)
(set-start-position 239 239)

(if (< (difficulty) *hard*)
  (diamond 243 233))
(if (= (difficulty) *easy*) 
  (diamond 238 229))
(if (< (difficulty) *hard*)
  (diamond 235 225))

(add-flag 239 235 100 #t 0.1)
(add-flag 239 231 100 #t 0.1)
(add-flag 239 227 100 #t 0.1)
(add-flag 235 227 100 #t 0.1)
(add-flag 239 223 100 #t 0.1)

(add-goal 239 219 #f "")