pymumu / jail-shell

Jail-shell is a linux security tool mainly using chroot, namespaces technologies, limiting users to perform specific commands, and access sepcific directories.
GNU General Public License v2.0
110 stars 20 forks source link

can't export a writable directory #23

Open jialay opened 10 months ago

jialay commented 10 months ago

I tried the tips in "jail.cfg.sample", as following: "# export a writable upload directory. dir /upload 0755 root:root bind /opt/upload /upload rw,nodev,noexec,nosuid"

and reinstall this jail. the upload directory showed, but is read-only.