This file is indexed.

/usr/lib/ckport/db/libmuroar.ckport is in libmuroar-dev 0.1.13-4.

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
#ckport(1) database for µRoar (libmuroar)
!NAME: µRoar (libmuroar)
!TARGET: libmuroar0
!TYPE: func

#Control connection handling:
muroar_connect		ok
muroar_quit		ok

#Control connection commands:
muroar_noop		ok
muroar_beep		ok
muroar_setvolume	ok

#Data connection handling:
muroar_stream		ok
muroar_close		ok

#read and write data:
muroar_read		ok
muroar_write		ok

# Internal stuff:
muroar_open_socket	internal
muroar_open_socket_bsd	internal

#ll