You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Change database location and implementation
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ int socket_create_temp(char *path, size_t len) {
|
||||
xlisten(fd, 1);
|
||||
|
||||
// Set attributes so requester can access it
|
||||
setfilecon(path, "u:object_r:su_device:s0");
|
||||
setfilecon(path, "u:object_r:su_file:s0");
|
||||
chown(path, su_ctx->st.st_uid, su_ctx->st.st_gid);
|
||||
|
||||
return fd;
|
||||
|
||||
Reference in New Issue
Block a user