Change umask
This commit is contained in:
parent
977c049875
commit
a0de3fc643
2
su.c
2
su.c
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user