mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue