mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Temp fix firecfg (#2634)
* Temp fixes for firecfg.config * Create Builder.profile * Create clocks.profile * Create Logs.profile * Create Maps.profile * Add TODO to firecfg.config
This commit is contained in:
parent
ac05c3fda0
commit
bd97615082
6 changed files with 35 additions and 1 deletions
7
etc/Builder.profile
Normal file
7
etc/Builder.profile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Firejail profile for gnome-builder
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
# Temporary fix for https://github.com/netblue30/firejail/issues/2624
|
||||
# Redirect
|
||||
include gnome-builder.profile
|
||||
7
etc/Logs.profile
Normal file
7
etc/Logs.profile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Firejail profile for gnome-logs
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
# Temporary fix for https://github.com/netblue30/firejail/issues/2624
|
||||
# Redirect
|
||||
include gnome-logs.profile
|
||||
7
etc/Maps.profile
Normal file
7
etc/Maps.profile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Firejail profile for gnome-maps
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
# Temporary fix for https://github.com/netblue30/firejail/issues/2624
|
||||
# Redirect
|
||||
include gnome-maps.profile
|
||||
7
etc/clocks.profile
Normal file
7
etc/clocks.profile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Firejail profile for gnome-clocks
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
# Temporary fix for https://github.com/netblue30/firejail/issues/2624
|
||||
# Redirect
|
||||
include gnome-clocks.profile
|
||||
|
|
@ -56,8 +56,10 @@ static int have_profile(const char *filename, const char *homedir) {
|
|||
if (arg_debug)
|
||||
printf("checking profile for %s\n", filename);
|
||||
|
||||
// we get strange names here, such as .org.gnom.gedit.desktop, com.uploadedlobster.peek.desktop,
|
||||
// we get strange names here, such as .org.gnome.gedit.desktop, com.uploadedlobster.peek.desktop,
|
||||
// or io.github.Pithos.desktop; extract the word before .desktop
|
||||
// TODO: implement proper fix for #2624 (names like org.gnome.Logs.desktop fall thru
|
||||
// the 'last word' logic and don't get installed to ~/.local/share/applications
|
||||
|
||||
char *tmpfname = strdup(filename);
|
||||
if (!tmpfname)
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
#qemu-system-x86_64
|
||||
0ad
|
||||
2048-qt
|
||||
Builder
|
||||
Cryptocat
|
||||
Cyberfox
|
||||
Discord
|
||||
|
|
@ -12,7 +13,9 @@ FossaMail
|
|||
Fritzing
|
||||
Gitter
|
||||
JDownloader
|
||||
Logs
|
||||
Maelstrom
|
||||
Maps
|
||||
Mathematica
|
||||
Natron
|
||||
QMediathekView
|
||||
|
|
@ -100,6 +103,7 @@ clementine
|
|||
clion
|
||||
clipit
|
||||
cliqz
|
||||
clocks
|
||||
cmus
|
||||
code
|
||||
code-oss
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue