Ben Lau
2008-Nov-16 15:35 UTC
[Wine] How to forbid an application to access root directory?
Hi all, I am running wine 1.0.1 in a Debian SID machine. All the link to / or my home folder is removed inside the Desktop integration tab in using winecfg. However, I found that application like SEPY running in wine is still able to access / and my home folder. How can I forbid an application running in wine to access those directory? I only want Window application can access ~/.wine and ~/Desktop. Testing application : SEPY (Flash editor) from http://www.sephiroth.it/python/sepy.php Thanks. p.s I remember that in the past, wine only allow to access ~/.wine/drive_c , when is it changed to allow to access HOME by default?
vitamin
2008-Nov-16 16:32 UTC
[Wine] Re: How to forbid an application to access root directory?
Ben Lau wrote:> Hi all, > > I am running wine 1.0.1 in a Debian SID machine. All the link to / > or my home folder is removed inside the Desktop integration tab in > using winecfg. > However, I found that application like SEPY running in wine is still > able to access / and my home folder. How can I forbid an application > running in > wine to access those directory? I only want Window application can > access ~/.wine and ~/Desktop. >Remove z: drive in winecfg. However keep in mind that might brake some Wine parts that relay on being able to start programs from your system.
moujik
2008-Nov-17 09:09 UTC
[Wine] Re: How to forbid an application to access root directory?
vitamin wrote:> > > Remove z: drive in winecfg. However keep in mind that might brake some Wine parts that relay on being able to start programs from your system.Could you draw on this please! how would it do so if you only ran wine from $? Than you!
vitamin
2008-Nov-17 15:02 UTC
[Wine] Re: How to forbid an application to access root directory?
moujik wrote:> how would it do so if you only ran wine from $?
Austin English
2008-Nov-17 17:53 UTC
[Wine] How to forbid an application to access root directory?
On Mon, Nov 17, 2008 at 3:09 AM, moujik <wineforum-user at winehq.org> wrote:> > vitamin wrote: >> >> >> Remove z: drive in winecfg. However keep in mind that might brake some Wine parts that relay on being able to start programs from your system. > > Could you draw on this please! > how would it do so if you only ran wine from $? > Than you! > > > > > >Remove: $ ~/.wine/dosdevices/z: -- -Austin
Ben Lau
2008-Nov-18 04:29 UTC
[Wine] How to forbid an application to access root directory?
On Mon, Nov 17, 2008 at 12:32 AM, vitamin <wineforum-user at winehq.org> wrote:> > Ben Lau wrote: >> Hi all, >> >> I am running wine 1.0.1 in a Debian SID machine. All the link to / >> or my home folder is removed inside the Desktop integration tab in >> using winecfg. >> However, I found that application like SEPY running in wine is still >> able to access / and my home folder. How can I forbid an application >> running in >> wine to access those directory? I only want Window application can >> access ~/.wine and ~/Desktop. >> > > > Remove z: drive in winecfg. However keep in mind that might brake some Wine parts that relay on being able to start programs from your system. > >Thanks for reply. I have already removed z: drive but it is still able to access those folder. However, seem that it could only see the folder name , but not able to read the content of files. hmm.. it should be fine , I think.