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.
This commit is contained in:
glitsj16 2022-11-22 23:08:08 +00:00 committed by GitHub
parent ec0478ed47
commit 86eecba151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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