aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar m00nwtchr <lmarianski@protonmail.com>2022-04-23 14:12:04 +0000
committerLibravatar GitHub <noreply@github.com>2022-04-23 14:12:04 +0000
commit9ef5693319b5f1c25952246fbf37f0ed5ba7ce9b (patch)
tree737984a9734fb9e860eac1d1f3a4550ee633fc96
parentCI: run apt-get update before install to get updated package lists (diff)
downloadfirejail-9ef5693319b5f1c25952246fbf37f0ed5ba7ce9b.tar.gz
firejail-9ef5693319b5f1c25952246fbf37f0ed5ba7ce9b.tar.zst
firejail-9ef5693319b5f1c25952246fbf37f0ed5ba7ce9b.zip
Update electron.profile
Add electron-flags.conf for all versions of electron
-rw-r--r--etc/profile-a-l/electron.profile4
1 files changed, 2 insertions, 2 deletions
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