When I start up slide, the XMLFileDescriptorsStore class initializes and creates the
".def.xml" which contains(among other lines):
<permission subjectUri="/users/root" actionUri="/actions"
inheritable="true" negative="false" />
This is setting the permissions on the /actions node and everything underneath it, to
be editable/changeable by the root user. However when I stop Slide, this file is
rewritten by XMLFileDescriptorsStore class and this line is changed to:
<permission subjectUri="/users/root" actionUri="/actions"
inheritable="false" negative="false" />
This happens even if I have not changed anything. Just started slide and then stopped
it. However this is changing the permissions for root user. When I add a file using
the slide client as root, and restart slide, because of the permission change I cannot
access this file even logged in as root. I am using Slide from the CVS. Is this a bug
or
am I missing something? Any info appreciated.
-thanks
prabhakar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>