From ecbc26fc3b4737a368b701f32ca7c225f86b4e37 Mon Sep 17 00:00:00 2001 From: bn0785ac <33168871+bn0785ac@users.noreply.github.com> Date: Tue, 1 May 2018 11:02:01 -0400 Subject: Repairing programs (#1894) cin keeps seccomp (but i've recovered multithreading its mandatory for video editing) libreoffice its fixed (linux-kde) natron works (multithread ) --- etc/natron.profile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'etc/natron.profile') diff --git a/etc/natron.profile b/etc/natron.profile index f6ebf2b65..b933604f8 100644 --- a/etc/natron.profile +++ b/etc/natron.profile @@ -5,6 +5,12 @@ include /etc/firejail/natron.local # Persistent global definitions include /etc/firejail/globals.local +#fixing it +noblacklist ${PATH}/python2* +noblacklist ${PATH}/python3* +noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* + noblacklist ${HOME}/.Natron noblacklist ${HOME}/.cache/INRIA/Natron noblacklist ${HOME}/.config/INRIA @@ -12,7 +18,7 @@ noblacklist /opt/natron include /etc/firejail/disable-common.inc include /etc/firejail/disable-devel.inc -include /etc/firejail/disable-interpreters.inc +#include /etc/firejail/disable-interpreters.inc include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc -- cgit v1.2.3-54-g00ecf From ec15ff7f71a667cbcdaa402ae25b60350fd0323d Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Tue, 1 May 2018 10:13:55 -0500 Subject: cleanup --- etc/cin.profile | 2 +- etc/natron.profile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/natron.profile') diff --git a/etc/cin.profile b/etc/cin.profile index 512fa2050..356509da0 100644 --- a/etc/cin.profile +++ b/etc/cin.profile @@ -24,7 +24,7 @@ notv noroot protocol unix -#if an 1-1.2% gap per thread hurts you, feel free to comment seccomp +# if an 1-1.2% gap per thread hurts you, comment seccomp seccomp shell none diff --git a/etc/natron.profile b/etc/natron.profile index b933604f8..e7c597fe2 100644 --- a/etc/natron.profile +++ b/etc/natron.profile @@ -5,7 +5,7 @@ include /etc/firejail/natron.local # Persistent global definitions include /etc/firejail/globals.local -#fixing it +# Allow access to python noblacklist ${PATH}/python2* noblacklist ${PATH}/python3* noblacklist /usr/lib/python2* -- cgit v1.2.3-54-g00ecf