mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
profiles: add profiles for gtk youtube viewers symlinks (#6154)
Committer note: For each profile there is both XXX-gtk and gtk-XXX (such as lbry-viewer-gtk and gtk-lbry-viewer). XXX-gtk is the symlink gtk-XXX is the actual file Co-authored-by: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
This commit is contained in:
parent
a000f54ea7
commit
bc47419f4e
4 changed files with 45 additions and 0 deletions
14
etc/profile-a-l/lbry-viewer-gtk.profile
Normal file
14
etc/profile-a-l/lbry-viewer-gtk.profile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Firejail profile for lbry-viewer-gtk
|
||||
# Description: GTK front-end to lbry-viewer
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include lbry-viewer-gtk.local
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
private-bin lbry-viewer-gtk
|
||||
|
||||
include gtk-youtube-viewers-common.profile
|
||||
|
||||
# Redirect
|
||||
include lbry-viewer.profile
|
||||
14
etc/profile-m-z/pipe-viewer-gtk.profile
Normal file
14
etc/profile-m-z/pipe-viewer-gtk.profile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Firejail profile for pipe-viewer-gtk
|
||||
# Description: GTK front-end to pipe-viewer
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include pipe-viewer-gtk.local
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
private-bin pipe-viewer-gtk
|
||||
|
||||
include gtk-youtube-viewers-common.profile
|
||||
|
||||
# Redirect
|
||||
include pipe-viewer.profile
|
||||
14
etc/profile-m-z/youtube-viewer-gtk.profile
Normal file
14
etc/profile-m-z/youtube-viewer-gtk.profile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Firejail profile for youtube-viewer-gtk
|
||||
# Description: GTK front-end to youtube-viewer
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include youtube-viewer-gtk.local
|
||||
# added by included profile
|
||||
#include globals.local
|
||||
|
||||
private-bin youtube-viewer-gtk
|
||||
|
||||
include gtk-youtube-viewers-common.profile
|
||||
|
||||
# Redirect
|
||||
include youtube-viewer.profile
|
||||
|
|
@ -480,6 +480,7 @@ kube
|
|||
#kwin_x11
|
||||
kwrite
|
||||
lbry-viewer
|
||||
lbry-viewer-gtk
|
||||
leafpad
|
||||
#less # breaks man
|
||||
lettura
|
||||
|
|
@ -684,6 +685,7 @@ pingus
|
|||
pinta
|
||||
pioneer
|
||||
pipe-viewer
|
||||
pipe-viewer-gtk
|
||||
pithos
|
||||
pitivi
|
||||
pix
|
||||
|
|
@ -979,6 +981,7 @@ youtube
|
|||
youtube-dl
|
||||
youtube-dl-gui
|
||||
youtube-viewer
|
||||
youtube-viewer-gtk
|
||||
youtubemusic-nativefier
|
||||
yt-dlp
|
||||
ytmdesktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue