Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117804877
D877.1775270760.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D877.1775270760.diff
View Options
diff --git a/pykolab/logger.py b/pykolab/logger.py
--- a/pykolab/logger.py
+++ b/pykolab/logger.py
@@ -213,7 +213,7 @@
group_gid
)
- os.chmod(self.logfile, 660)
+ os.chmod(self.logfile, 0660)
except Exception as errmsg:
self.error(
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
@@ -230,7 +230,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()
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
@@ -236,7 +236,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
Sat, Apr 4, 2:46 AM (7 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18827822
Default Alt Text
D877.1775270760.diff (1 KB)
Attached To
Mode
D877: chmod: set correct umask as octal
Attached
Detach File
Event Timeline