-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I having an issue as my system don't go directly to home directly. Based on the config module the configuration "Directories accessible to Usermin users" is $HOME.
By the way my setup, i jailed my users in "jailed" directory - /home/jailed/home/user1 as example. On the above configuration $HOME doesn't work which i modified to /home/jailed/home/$USER is working well except it point to /home and you have to click 3 times to reach user1 directory.
Are there any shortcut for it? as it working in other file manager - the java one but users don't wanted to use as keep displaying annoying certificates.
Other issue is also permission, I dont know if related this to #82. As per mentioned using java-based file manager I can go directly to each home directories even my permission on /home/jailed is 751 (as I have groups of jailed users named /home/prisoned and /home/imprisoned) which I modified to 755 just to work (refer to 2nd paragraph). In relation to this worried with my ssh access as they can do read to others.