This file is indexed.

/usr/share/games/trackballs/levels/dn2.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
;;; DevNull- level 2

(day)                           ;; Sets daylight for this level. M
(set-track-name (_ "Horrible"))         ;; The name of the levelM
(set-author "Francek") ;;
(start-time 60)                ;; We have two minutes to complete levelM
(set-start-position 251 254) ;; Where the player appearsM
(add-goal 251 205 #t "dn3")     ;; Where we should go (200,200) and whichlevel
                                ;; play when we are finished.M
(fog 0.2)

(if (= (difficulty) *hard*)
    (new-mr-black 251.5 204.5))

(add-flag 252 253 250 #t 0.1)
(add-flag 251 253 250 #t 0.1)
(add-flag 251 235 150 #t 0.1)
(add-flag 252 235 150 #t 0.1)