Skip to content

Commit

Permalink
Change umask
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Apr 24, 2017
1 parent b499ac8 commit c558362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion su.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ int su_daemon_main(int argc, char **argv) {
.database_path = APPLICATION_DATA_PATH REQUESTOR_DATABASE_PATH,
.base_path = APPLICATION_DATA_PATH REQUESTOR
},
.umask = umask(022),
.umask = 022,
};
su_ctx = &ctx;

Expand Down

0 comments on commit c558362

Please sign in to comment.