mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
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:
parent
ec0478ed47
commit
86eecba151
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue