This file is indexed.

/etc/freesmartphone/conf/default/policy.conf is in fso-audiod 0.12.0-3+b1.

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
#######################################################################################
# FSO Audio Session Policy Configuration File -- for SYSTEM INTEGRATORS only
########################################################################################

[common]

# Stream for normal media audio playback
[stream.media]
# with duck_on we specify when this stream should duck as another stream becomes active.
# To duck means for a stream that it get's muted until the other stream becomes inactive
# again.
duck_on = alert;navigation;alarm;ringtone

# High priority system alerts
[stream.alert]

# Device for playing ringtones
[stream.ringtone]
duck_on = alert

# Alarm alerts with lower priority than alert
[stream.alarm]
duck_on = alert;ringtone

# Navigation audio
[stream.navigation]
duck_on = alert;alarm;ringtone