Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117780094
D877.1775246559.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
770 B
Referenced Files
None
Subscribers
None
D877.1775246559.diff
View Options
diff --git a/pykolab/setup/setup_mysql.py b/pykolab/setup/setup_mysql.py
--- a/pykolab/setup/setup_mysql.py
+++ b/pykolab/setup/setup_mysql.py
@@ -256,7 +256,7 @@
fp = open('/tmp/kolab-setup-my.cnf', 'w')
- os.chmod('/tmp/kolab-setup-my.cnf', 600)
+ os.chmod('/tmp/kolab-setup-my.cnf', 0600)
fp.write(data)
fp.close()
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py
--- a/pykolab/setup/setup_roundcube.py
+++ b/pykolab/setup/setup_roundcube.py
@@ -259,7 +259,7 @@
""" % (mysql_root_password, conf.mysqlhost)
fp = open('/tmp/kolab-setup-my.cnf', 'w')
- os.chmod('/tmp/kolab-setup-my.cnf', 600)
+ os.chmod('/tmp/kolab-setup-my.cnf', 0600)
fp.write(data)
fp.close()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 8:02 PM (3 h, 29 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18823544
Default Alt Text
D877.1775246559.diff (770 B)
Attached To
Mode
D877: chmod: set correct umask as octal
Attached
Detach File
Event Timeline