raytracy
Basic Pleskian
I got the following error when ssh login to a chrooted vhost which mounted on NFS:
Jul 25 04:00:04 imglib plesk-chrootsh[11740]: execv("/bin/bash") failed
Jul 25 04:00:04 imglib plesk-chrootsh[11740]: system error: Permission denied
And found the KB
Error when enabling chroot: execv("/bin/bash") failed, system error: Permission denied
I have follow KB to change the NFS mount to exec option, but problem still persist:
/etc/fstab:
pve1data:/IMGLIB /var/www nfs defaults,_netdev,exec,context="system_u
bject_r:httpd_sys_rw_content_t:s0" 0 1
Since I am not familiar with NFS permission, is there any thing I missing?
CentOS 7.3+Onyx 17.5#MU14, SELinux set as permissive.
Jul 25 04:00:04 imglib plesk-chrootsh[11740]: execv("/bin/bash") failed
Jul 25 04:00:04 imglib plesk-chrootsh[11740]: system error: Permission denied
And found the KB
Error when enabling chroot: execv("/bin/bash") failed, system error: Permission denied
I have follow KB to change the NFS mount to exec option, but problem still persist:
/etc/fstab:
pve1data:/IMGLIB /var/www nfs defaults,_netdev,exec,context="system_u
Since I am not familiar with NFS permission, is there any thing I missing?
CentOS 7.3+Onyx 17.5#MU14, SELinux set as permissive.