aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/electron.profile
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <429925+pirate486743186@users.noreply.github.com>2023-03-01 08:59:37 +0100
committerLibravatar GitHub <noreply@github.com>2023-03-01 07:59:37 +0000
commit06452ce01a7cf638cb56845703c865f671b8cd14 (patch)
tree797c90dcdd928b13487f4a949c25edaa8a781073 /etc/profile-a-l/electron.profile
parentchroot testing (diff)
downloadfirejail-06452ce01a7cf638cb56845703c865f671b8cd14.tar.gz
firejail-06452ce01a7cf638cb56845703c865f671b8cd14.tar.zst
firejail-06452ce01a7cf638cb56845703c865f671b8cd14.zip
bulk renaming electron to electron-common (#5700)
Co-authored-by: pirate486743186 <>
Diffstat (limited to 'etc/profile-a-l/electron.profile')
-rw-r--r--etc/profile-a-l/electron.profile46
1 files changed, 0 insertions, 46 deletions
diff --git a/etc/profile-a-l/electron.profile b/etc/profile-a-l/electron.profile
deleted file mode 100644
index b69f20d3e..000000000
--- a/etc/profile-a-l/electron.profile
+++ /dev/null
@@ -1,46 +0,0 @@
1# Firejail profile for electron
2# Description: Build cross platform desktop apps with web technologies
3# This file is overwritten after every install/update
4# Persistent local customizations
5include electron.local
6
7noblacklist ${HOME}/.config/Electron
8noblacklist ${HOME}/.config/electron*-flag*.conf
9
10include disable-common.inc
11include disable-devel.inc
12include disable-exec.inc
13include disable-interpreters.inc
14include disable-programs.inc
15include disable-xdg.inc
16
17whitelist ${DOWNLOADS}
18whitelist ${HOME}/.config/Electron
19whitelist ${HOME}/.config/electron*-flag*.conf
20include whitelist-common.inc
21include whitelist-runuser-common.inc
22include whitelist-usr-share-common.inc
23include whitelist-var-common.inc
24
25# If your kernel allows the creation of user namespaces by unprivileged users
26# (for example, if running `unshare -U echo enabled` prints "enabled"), you
27# can add the next line to your electron.local.
28#include electron-hardened.inc.profile
29
30apparmor
31caps.keep sys_admin,sys_chroot
32netfilter
33nodvd
34nogroups
35noinput
36notv
37nou2f
38novideo
39
40disable-mnt
41private-cache
42private-dev
43private-tmp
44
45dbus-user none
46dbus-system none