Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2008 17:20:28 +1030
From:      en0f <en0f@bokey.mine.nu>
To:        "freebsd-questions@FreeBSD. ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: restrict gnome desktop user.
Message-ID:  <4902C1B4.30207@bokey.mine.nu>
In-Reply-To: <NBECLJEKGLBKHHFFANMBOEBJCMAA.joeb@a1poweruser.com>
References:  <NBECLJEKGLBKHHFFANMBOEBJCMAA.joeb@a1poweruser.com>

next in thread | previous in thread | raw e-mail | index | archive | help
joeb wrote:
> How do it configure gnome to restrict users to their home directory?
> I don't want them to be able see any system directories or other users?

Dont know about gnome per se but you can use chroot/jails to restrict
users to see only stuffs you want them to see for any environment. Just
build the chroot and copy over the gnome-specific binaries to its
chrooted-equivalent (copy or link /usr/bin/gnome-panel to
/home/chrooted/johndoe/usr/bin/gnome-panel). I do not know of any tools
that does this automatically and also I do not know how gdm will work out.

e.g -
Normal
/home/johndoe/
         |
         |___ .bashrc
         |___ .sig

chrooted
/home/chroot/johndoe/
		|
		|__ bin/
                |__ usr/


-- 
	en0f



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4902C1B4.30207>