From 86eecba151372fb34f632219ff415f08dc1ec3eb Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 22 Nov 2022 23:08:08 +0000 Subject: 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. --- etc/profile-m-z/nicotine.profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'etc/profile-m-z') 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 noblacklist ${HOME}/.nicotine +# Allow /bin/sh (blacklisted by disable-shell.inc) +include allow-bin-sh.inc + # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc +include allow-python3.inc include disable-common.inc include disable-devel.inc @@ -37,6 +41,7 @@ nodvd nogroups noinput nonewprivs +noprinters noroot nosound notv @@ -47,7 +52,7 @@ seccomp tracelog disable-mnt -private-bin nicotine,python2* +#private-bin nicotine,python2* private-cache private-dev private-tmp -- cgit v1.2.3-54-g00ecf