mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-17 00:02:51 +00:00
Change umask
This commit is contained in:
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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user