This file is indexed.

/usr/share/games/trackballs/levels/ki3.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
;;; level ki3
;;; Note. This is meant to be a very easy and basic level for children

(day)
(set-track-name (_ "Ice Skating Rink"))
(set-author "Keith Winston")

(set-start-position 252 252)
(start-time 300) 

;; This is the goal
(add-goal 223 231 #t "ki4")

(add-flag 244 231 100 #t 0.1) 
(add-flag 244 244 100 #t 0.1) 
(add-flag 229 244 100 #t 0.1)
(add-flag 234 235 100 #t 0.1)
(add-flag 239 252 100 #t 0.1)

(define speed 0.2)

(add-modpill 230.5 241.5 *mod-spike* 25 40)
(add-modpill 241.5 232.5 *mod-spike* 25 40)