aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-06-12 17:56:53 -0500
committerLibravatar Fred Barclay <Fred-Barclay@users.noreply.github.com>2020-06-12 17:56:53 -0500
commitcb6799523085ddc7caf57b235514e6865a4caeaa (patch)
treea7c226f0f217f7bddea2a2ffe42f9211a3495dd4 /etc
parentenable apparmor support by default in update_deb.sh (#3450) (diff)
downloadfirejail-cb6799523085ddc7caf57b235514e6865a4caeaa.tar.gz
firejail-cb6799523085ddc7caf57b235514e6865a4caeaa.tar.zst
firejail-cb6799523085ddc7caf57b235514e6865a4caeaa.zip
Fix #3464
Atom 1.48 requires a looser sandbox and no longer works with noroot, nonewprivs, protocol, and seccomp caps filter needed adjusting to keep sys_admin and sys_chroot
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-a-l/atom.profile6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/profile-a-l/atom.profile b/etc/profile-a-l/atom.profile
index fceef9579..cf0a5a42b 100644
--- a/etc/profile-a-l/atom.profile
+++ b/etc/profile-a-l/atom.profile
@@ -17,19 +17,15 @@ include disable-exec.inc
17include disable-passwdmgr.inc 17include disable-passwdmgr.inc
18include disable-programs.inc 18include disable-programs.inc
19 19
20caps.drop all 20caps.keep sys_admin,sys_chroot
21# net none 21# net none
22netfilter 22netfilter
23nodvd 23nodvd
24nogroups 24nogroups
25nonewprivs
26noroot
27nosound 25nosound
28notv 26notv
29nou2f 27nou2f
30novideo 28novideo
31protocol unix,inet,inet6,netlink
32seccomp
33shell none 29shell none
34 30
35private-cache 31private-cache