Commit a0de3fc6 authored by topjohnwu's avatar topjohnwu

Change umask

parent 977c0498
...@@ -214,7 +214,7 @@ int su_daemon_main(int argc, char **argv) { ...@@ -214,7 +214,7 @@ int su_daemon_main(int argc, char **argv) {
.database_path = APPLICATION_DATA_PATH REQUESTOR_DATABASE_PATH, .database_path = APPLICATION_DATA_PATH REQUESTOR_DATABASE_PATH,
.base_path = APPLICATION_DATA_PATH REQUESTOR .base_path = APPLICATION_DATA_PATH REQUESTOR
}, },
.umask = umask(022), .umask = 022,
}; };
su_ctx = &ctx; su_ctx = &ctx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment