aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-04-25 15:37:22 -0400
committerLibravatar GitHub <noreply@github.com>2022-04-25 15:37:22 -0400
commit632fd5ba85e07f9f5c6199ba00c23fc307dbe7c6 (patch)
tree900ac370fdf1e116ef96afeef117d5e5f3cb5d99
parentMerge pull request #5114 from kmk3/stop-warn-group-clean (diff)
parentok (diff)
downloadfirejail-632fd5ba85e07f9f5c6199ba00c23fc307dbe7c6.tar.gz
firejail-632fd5ba85e07f9f5c6199ba00c23fc307dbe7c6.tar.zst
firejail-632fd5ba85e07f9f5c6199ba00c23fc307dbe7c6.zip
Merge pull request #5115 from m00nwtchr/patch-1
Whitelist electron-flags.conf for all versions of electron
-rw-r--r--etc/inc/disable-programs.inc2
-rw-r--r--etc/profile-a-l/atom.profile2
-rw-r--r--etc/profile-a-l/code.profile2
-rw-r--r--etc/profile-a-l/electron.profile4
-rw-r--r--etc/profile-a-l/github-desktop.profile2
-rw-r--r--etc/profile-m-z/notable.profile2
6 files changed, 7 insertions, 7 deletions
diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc
index e2e550368..af32a224a 100644
--- a/etc/inc/disable-programs.inc
+++ b/etc/inc/disable-programs.inc
@@ -407,7 +407,7 @@ blacklist ${HOME}/.config/dolphin-emu
407blacklist ${HOME}/.config/dolphinrc 407blacklist ${HOME}/.config/dolphinrc
408blacklist ${HOME}/.config/dragonplayerrc 408blacklist ${HOME}/.config/dragonplayerrc
409blacklist ${HOME}/.config/draw.io 409blacklist ${HOME}/.config/draw.io
410blacklist ${HOME}/.config/electron-flag*.conf 410blacklist ${HOME}/.config/electron*-flag*.conf
411blacklist ${HOME}/.config/electron-mail 411blacklist ${HOME}/.config/electron-mail
412blacklist ${HOME}/.config/emaildefaults 412blacklist ${HOME}/.config/emaildefaults
413blacklist ${HOME}/.config/emailidentities 413blacklist ${HOME}/.config/emailidentities
diff --git a/etc/profile-a-l/atom.profile b/etc/profile-a-l/atom.profile
index c1ca20ec9..ccab77db4 100644
--- a/etc/profile-a-l/atom.profile
+++ b/etc/profile-a-l/atom.profile
@@ -12,7 +12,7 @@ ignore include disable-interpreters.inc
12ignore include disable-xdg.inc 12ignore include disable-xdg.inc
13ignore whitelist ${DOWNLOADS} 13ignore whitelist ${DOWNLOADS}
14ignore whitelist ${HOME}/.config/Electron 14ignore whitelist ${HOME}/.config/Electron
15ignore whitelist ${HOME}/.config/electron-flag*.conf 15ignore whitelist ${HOME}/.config/electron*-flag*.conf
16ignore include whitelist-common.inc 16ignore include whitelist-common.inc
17ignore include whitelist-runuser-common.inc 17ignore include whitelist-runuser-common.inc
18ignore include whitelist-usr-share-common.inc 18ignore include whitelist-usr-share-common.inc
diff --git a/etc/profile-a-l/code.profile b/etc/profile-a-l/code.profile
index 4cade5749..1ff838df9 100644
--- a/etc/profile-a-l/code.profile
+++ b/etc/profile-a-l/code.profile
@@ -12,7 +12,7 @@ ignore include disable-interpreters.inc
12ignore include disable-xdg.inc 12ignore include disable-xdg.inc
13ignore whitelist ${DOWNLOADS} 13ignore whitelist ${DOWNLOADS}
14ignore whitelist ${HOME}/.config/Electron 14ignore whitelist ${HOME}/.config/Electron
15ignore whitelist ${HOME}/.config/electron-flag*.conf 15ignore whitelist ${HOME}/.config/electron*-flag*.conf
16ignore include whitelist-common.inc 16ignore include whitelist-common.inc
17ignore include whitelist-runuser-common.inc 17ignore include whitelist-runuser-common.inc
18ignore include whitelist-usr-share-common.inc 18ignore include whitelist-usr-share-common.inc
diff --git a/etc/profile-a-l/electron.profile b/etc/profile-a-l/electron.profile
index cedef34ff..2dffb28a6 100644
--- a/etc/profile-a-l/electron.profile
+++ b/etc/profile-a-l/electron.profile
@@ -5,7 +5,7 @@
5include electron.local 5include electron.local
6 6
7noblacklist ${HOME}/.config/Electron 7noblacklist ${HOME}/.config/Electron
8noblacklist ${HOME}/.config/electron-flag*.conf 8noblacklist ${HOME}/.config/electron*-flag*.conf
9 9
10include disable-common.inc 10include disable-common.inc
11include disable-devel.inc 11include disable-devel.inc
@@ -16,7 +16,7 @@ include disable-xdg.inc
16 16
17whitelist ${DOWNLOADS} 17whitelist ${DOWNLOADS}
18whitelist ${HOME}/.config/Electron 18whitelist ${HOME}/.config/Electron
19whitelist ${HOME}/.config/electron-flag*.conf 19whitelist ${HOME}/.config/electron*-flag*.conf
20include whitelist-common.inc 20include whitelist-common.inc
21include whitelist-runuser-common.inc 21include whitelist-runuser-common.inc
22include whitelist-usr-share-common.inc 22include whitelist-usr-share-common.inc
diff --git a/etc/profile-a-l/github-desktop.profile b/etc/profile-a-l/github-desktop.profile
index 943a3c8c3..efc58ccd7 100644
--- a/etc/profile-a-l/github-desktop.profile
+++ b/etc/profile-a-l/github-desktop.profile
@@ -15,7 +15,7 @@ include globals.local
15ignore include disable-xdg.inc 15ignore include disable-xdg.inc
16ignore whitelist ${DOWNLOADS} 16ignore whitelist ${DOWNLOADS}
17ignore whitelist ${HOME}/.config/Electron 17ignore whitelist ${HOME}/.config/Electron
18ignore whitelist ${HOME}/.config/electron-flag*.conf 18ignore whitelist ${HOME}/.config/electron*-flag*.conf
19ignore include whitelist-common.inc 19ignore include whitelist-common.inc
20ignore include whitelist-runuser-common.inc 20ignore include whitelist-runuser-common.inc
21ignore include whitelist-usr-share-common.inc 21ignore include whitelist-usr-share-common.inc
diff --git a/etc/profile-m-z/notable.profile b/etc/profile-m-z/notable.profile
index 7c790539d..98b3757df 100644
--- a/etc/profile-m-z/notable.profile
+++ b/etc/profile-m-z/notable.profile
@@ -27,7 +27,7 @@ ignore dbus-user none
27# Notable keeps claiming it is started for the first time when whitelisting - see #4812. 27# Notable keeps claiming it is started for the first time when whitelisting - see #4812.
28ignore whitelist ${DOWNLOADS} 28ignore whitelist ${DOWNLOADS}
29ignore whitelist ${HOME}/.config/Electron 29ignore whitelist ${HOME}/.config/Electron
30ignore whitelist ${HOME}/.config/electron-flag*.conf 30ignore whitelist ${HOME}/.config/electron*-flag*.conf
31ignore include whitelist-common.inc 31ignore include whitelist-common.inc
32ignore include whitelist-runuser-common.inc 32ignore include whitelist-runuser-common.inc
33ignore include whitelist-usr-share-common.inc 33ignore include whitelist-usr-share-common.inc