if spot runs internet apps from setup page
can i set 2 mouse drivers-one wired and one wireless one for each specific user, they use the same driver.
and
2 kmags, one for each specific user, and
fire up my app, put the finn mouse/kmag in their stationary position,
su root
and use the other mouse/kmag as required.
can i have 2 files of the same name in one directory with different permissions? or is some other separation of the same code required?
i'll experiment.
edit#1
made 2 files in/usr/bin/ <usr-root> and <usr-spot>
<chown -R <user: <filename> > for both
copied kmag and psmouse.ko into both.
deleted kmag and psmouse.ko
created new text files kmag and psmouse.ko in their original places
inserted
if
(usr=spot);
(/usr/bin/usr-spot/<app>);
(/usr/bin/usr-root/<app>)
into both files and made them executable.
syntax error, unexpected eof.