ffbe098ef8
TLC (Twilight Commander) was missing from both ISO configs. Added
tlc = {} to [packages] in redbear-mini.toml and redbear-full.toml.
Created missing symlink: recipes/tui/tlc -> ../../local/recipes/tui/tlc.
20 lines
820 B
XML
20 lines
820 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<policy user="root">
|
|
<allow own="org.pulseaudio.Server"/>
|
|
<allow send_destination="org.pulseaudio.Server"/>
|
|
<allow receive_sender="org.pulseaudio.Server"/>
|
|
</policy>
|
|
<policy context="default">
|
|
<allow send_destination="org.pulseaudio.Server"
|
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
<allow send_destination="org.pulseaudio.Server"
|
|
send_interface="org.freedesktop.DBus.Properties"/>
|
|
<allow send_destination="org.pulseaudio.Server"
|
|
send_interface="org.pulseaudio.Server"/>
|
|
<allow receive_sender="org.pulseaudio.Server"/>
|
|
</policy>
|
|
</busconfig>
|