From 9412c6d9fa35971cffb127879c0a109e89d77e84 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 22 Dec 2007 15:22:14 +0000 Subject: Change cert8.db permissions to 0660 --- diff --git a/webactivity.py b/webactivity.py index 8ff8db4..2f2adc4 100755 --- a/webactivity.py +++ b/webactivity.py @@ -51,7 +51,7 @@ if _profile_version < PROFILE_VERSION: os.mkdir(_profile_path) shutil.copy('cert8.db', _profile_path) - os.chmod(os.path.join(_profile_path, 'cert8.db'), 0600) + os.chmod(os.path.join(_profile_path, 'cert8.db'), 0660) f = open(_version_file, 'w') f.write(str(PROFILE_VERSION)) -- cgit v0.9.1