mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* add comment for enabling desktop notifications * add comment for enabling desktop notifications
24 lines
670 B
Text
24 lines
670 B
Text
# Firejail profile for transmission-gtk
|
|
# Description: Fast, easy and free BitTorrent client (GTK GUI)
|
|
# This file is overwritten after every install/update
|
|
quiet
|
|
# Persistent local customizations
|
|
include transmission-gtk.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
include whitelist-runuser-common.inc
|
|
|
|
private-bin transmission-gtk
|
|
private-cache
|
|
|
|
# If you need native notifications, add the next lines to your transmission-gtk.local.
|
|
#ignore dbus-user none
|
|
#dbus-user filter
|
|
#dbus-user.own com.transmissionbt.Transmission.*
|
|
#dbus-user.talk org.freedesktop.Notifications
|
|
|
|
ignore memory-deny-write-execute
|
|
|
|
# Redirect
|
|
include transmission-common.profile
|