aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-11-22 23:08:08 +0000
committerLibravatar GitHub <noreply@github.com>2022-11-22 23:08:08 +0000
commit86eecba151372fb34f632219ff415f08dc1ec3eb (patch)
treefb2904b377945300a09f1a98efd63754fc367c01 /etc
parentMerge pull request #5473 from netblue30/dependabot/github_actions/step-securi... (diff)
downloadfirejail-86eecba151372fb34f632219ff415f08dc1ec3eb.tar.gz
firejail-86eecba151372fb34f632219ff415f08dc1ec3eb.tar.zst
firejail-86eecba151372fb34f632219ff415f08dc1ec3eb.zip
Add python3 support/fixes to nicotine (#5459)
* Add python3 support to nicotine * Revert private-bin changes Adding shell and python3 support to private-bin kept breaking nicotine for the user who reported it on IRC. Let's revert it as suggested by @rusty-snake.
Diffstat (limited to 'etc')
-rw-r--r--etc/profile-m-z/nicotine.profile7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/profile-m-z/nicotine.profile b/etc/profile-m-z/nicotine.profile
index bb2a41457..22c8b1782 100644
--- a/etc/profile-m-z/nicotine.profile
+++ b/etc/profile-m-z/nicotine.profile
@@ -8,8 +8,12 @@ include globals.local
8 8
9noblacklist ${HOME}/.nicotine 9noblacklist ${HOME}/.nicotine
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
12include allow-bin-sh.inc
13
11# Allow python (blacklisted by disable-interpreters.inc) 14# Allow python (blacklisted by disable-interpreters.inc)
12include allow-python2.inc 15include allow-python2.inc
16include allow-python3.inc
13 17
14include disable-common.inc 18include disable-common.inc
15include disable-devel.inc 19include disable-devel.inc
@@ -37,6 +41,7 @@ nodvd
37nogroups 41nogroups
38noinput 42noinput
39nonewprivs 43nonewprivs
44noprinters
40noroot 45noroot
41nosound 46nosound
42notv 47notv
@@ -47,7 +52,7 @@ seccomp
47tracelog 52tracelog
48 53
49disable-mnt 54disable-mnt
50private-bin nicotine,python2* 55#private-bin nicotine,python2*
51private-cache 56private-cache
52private-dev 57private-dev
53private-tmp 58private-tmp