how to give all users read/write access to a file in the Firefox profile folder
I'm currently developing an extension for Firefox that requires the use of a sqlite database which is stored in the Firefox profile folder. While Firefox is in use the extension has to have constant access to the sqlite database to add/remove/clear entries from a few different tables. Everything seems to work fine when I'm logged in as root. However the problem occurs when I log in as a different user. Then when I open Firefox the extension doesn't seem to have access to the sqlite file in the profile folder. The odd thing is that no errors are thrown to the console so it would appear that the extension successfully finds the file it simply doesn't have read/write access to it. How can I allow all users access to the sqlite file in the Firefox profile folder?
Last edited by 7trek; 11-25-2007 at 12:43 AM.
|