This file is indexed.

/etc/janus/janus.transport.pfunix.cfg is in janus 0.2.6-1build2.

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
; You can also control a Janus instance using Unix Sockets. The only
; aspect you need to configure here is the path of the Unix Sockets
; server. Notice that by default the interface is disabled, as you need
; to specify the path(s) to bind to for the API(s).
[general]
enabled = no					; Whether to enable the Unix Sockets interface
								; for Janus API clients
json = indented					; Whether the JSON messages should be indented (default),
								; plain (no indentation) or compact (no indentation and no spaces)
;path = /path/to/ux-janusapi	; Path to bind to (Janus API)
;type = SOCK_SEQPACKET			; SOCK_SEQPACKET (default) or SOCK_DGRAM?

; As with other transport plugins, you can use Unix Sockets to interact
; with the Admin API as well: in case you're interested in it, a different
; path needs to be provided.
[admin]
admin_enabled = no				; Whether to enable the Unix Sockets interface
								; for Admin API clients
;admin_path = /path/to/ux-janusadmin	; Path to bind to (Admin API)
;admin_type = SOCK_SEQPACKET	; SOCK_SEQPACKET (default) or SOCK_DGRAM?