This file is indexed.

/usr/share/shedskin/lib/signal.py is in shedskin 0.9.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2005-2011 Mark Dufour and contributors; License Expat (See LICENSE)

SIGABRT = 1
SIGALRM = 1
SIGBUS = 1
SIGCHLD = 1
SIGCLD = 1
SIGCONT = 1
SIGFPE = 1
SIGHUP = 1
SIGILL = 1
SIGINT = 1
SIGIO = 1
SIGIOT = 1
SIGKILL = 1
SIGPIPE = 1
SIGPOLL = 1
SIGPROF = 1
SIGPWR = 1
SIGQUIT = 1
SIGRTMAX = 1
SIGRTMIN = 1
SIGSEGV = 1
SIGSTOP = 1
SIGSYS = 1
SIGTERM = 1
SIGTRAP = 1
SIGTSTP = 1
SIGTTIN = 1
SIGTTOU = 1
SIGURG = 1
SIGUSR1 = 1
SIGUSR2 = 1
SIGVTALRM = 1
SIGWINCH = 1
SIGXCPU = 1
SIGXFSZ = 1
#SIG_DFL = 1
#SIG_IGN = 1
SIGBREAK = 1