Skip to content
Snippets Groups Projects
Commit 8e6e3a56 authored by Brad Lassey's avatar Brad Lassey
Browse files

bug 650509 - Other apps can read Firefox profile files, change sqlite files to...

bug 650509 - Other apps can read Firefox profile files, change sqlite files to be user readable only r=sdwilsh
parent cde73e4b
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,11 @@ DEFINES += -DOS2_HIGH_MEMORY
endif
endif
ifeq ($(OS_TARGET),Android)
# default to user readable only to fit Android security model
DEFINES += -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
endif
include $(topsrcdir)/config/rules.mk
# next line allows use of MOZ_OBJDIR in .mozconfig with older gcc on BeOS, maybe others
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment