Re: Forcing an user to only one window manager
- From: Brian Connelly <connelly purdue edu>
- To: gdm SunSITE dk
- Subject: Re: Forcing an user to only one window manager
- Date: 06 Mar 2003 14:08:40 -0600
On Thu, 2003-03-06 at 14:02, pedro noticioso wrote:
> I am in need to limiting an user to only one window
> manager and came up with this little script to
> hopefully add to all files in Sessions directory
>
> #!/bin/sh
> if [ "$USER" = "john" ]; then
> exec /etc/X11/xdm/Xsession qvwm
> ELSE
> exec /etc/X11/xdm/Xsession IceWM
> fi
>
> So all users may be able to choose whatever they
> want but john is forced onto qvwm
I don't see how you can prevent a certain user from using any window
manager unless you don't give them permissions for the binaries of the
other managers, because even if you force a user to use XXXwm when they
start their X session, they can still kill that particular wm and start
any other one.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]