You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
363 B
Plaintext
16 lines
363 B
Plaintext
# Allow RO access to data
|
|
include ro-common.inc
|
|
|
|
# Enable notifications
|
|
dbus-user.talk org.freedesktop.Notifications
|
|
dbus-user.talk org.freedesktop.portal.Desktop
|
|
|
|
|
|
blacklist /mnt
|
|
blacklist /run/media
|
|
|
|
# allow access to config
|
|
noblacklist ${HOME}/.config/discord-screenaudio
|
|
mkdir ${HOME}/.config/discord-screenaudio
|
|
whitelist ${HOME}/.config/discord-screenaudio
|