From 75c3878aae6489f9d616a59c95a8368b1079bfff Mon Sep 17 00:00:00 2001 From: veloute Date: Sun, 31 Mar 2019 11:23:03 +1100 Subject: private-bin breaks --join for filezilla --- etc/filezilla.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/filezilla.profile b/etc/filezilla.profile index fb96d9d87..c652c1456 100644 --- a/etc/filezilla.profile +++ b/etc/filezilla.profile @@ -36,6 +36,7 @@ protocol unix,inet,inet6 seccomp shell none -private-bin filezilla,uname,sh,bash,python*,lsb_release,fzputtygen,fzsftp +# private-bin breaks --join +# private-bin filezilla,uname,sh,bash,python*,lsb_release,fzputtygen,fzsftp private-dev private-tmp -- cgit v1.2.3-70-g09d2 From b5d2a56acedd1a4799b6d72e7691a39900fa57ea Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 10 Apr 2019 18:51:49 -0400 Subject: zsh on private-bin for #2633 --- etc/filezilla.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/filezilla.profile b/etc/filezilla.profile index c652c1456..d1bebafb5 100644 --- a/etc/filezilla.profile +++ b/etc/filezilla.profile @@ -36,7 +36,7 @@ protocol unix,inet,inet6 seccomp shell none -# private-bin breaks --join -# private-bin filezilla,uname,sh,bash,python*,lsb_release,fzputtygen,fzsftp +# private-bin breaks --join if the user has zsh set as $SHELL - adding zsh on private-bin +private-bin filezilla,uname,sh,bash,zsh,python*,lsb_release,fzputtygen,fzsftp private-dev private-tmp -- cgit v1.2.3-70-g09d2