Merge "init: Set permissions for dynamic partial update node"
This commit is contained in:
commit
7bf1b42613
|
@ -179,6 +179,10 @@ void set_display_node_perms()
|
|||
snprintf(tmp, sizeof(tmp), "%sfb0/dynamic_fps", sys_fb_path);
|
||||
setPerms(tmp, 0664);
|
||||
setOwners(tmp, AID_SYSTEM, AID_GRAPHICS);
|
||||
// Set permissions for dynamic partial update
|
||||
snprintf(tmp, sizeof(tmp), "%sfb0/dyn_pu", sys_fb_path);
|
||||
setPerms(tmp, 0664);
|
||||
setOwners(tmp, AID_SYSTEM, AID_GRAPHICS);
|
||||
}
|
||||
|
||||
static int check_rlim_action()
|
||||
|
|
Loading…
Reference in New Issue