This file is indexed.

/etc/koji-hub/plugins/runroot.conf is in koji-servers 1.10.0-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
[paths]
; comma-delimited list of default mountpoints
; They will be mounted during each run. It is suggested, that these
; paths has readonly options and are made writable via extra_mounts
; parameter for individual calls.
; default_mounts = /mnt/archive,/mnt/workdir

; comma-delimited list of safe roots.
; Each extra_mount need to start with some of these prefixes. Other paths are
; not allowed for mounting. Only absolute paths are allowed here, no
; wildcards.
; safe_roots = /mnt/workdir/tmp

; path substitutions is tuple per line, delimited by comma, order is
; important. 
; Path prefixes which can be substituted for other mountpoints.
; Usable for locations symlinked from other mounts.
; path_subs = /mnt/archive/prehistory/,/mnt/prehistoric_disk/archive/prehistory

; mount origins, order is important here, ordered by best catch
; [path0]
; mountpoint = /mnt/archive
; path = archive.org:/vol/archive
; fstype = nfs
; options = ro,hard,intr,nosuid,nodev,noatime,tcp