Skip to content

Commit

Permalink
Merge "init_msm: Add usergroup permission to dynamic_fps node."
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Sep 20, 2014
2 parents bcb19de + 524c82d commit ccc89b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init/init_msm.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ void set_display_node_perms()
snprintf(tmp, sizeof(tmp), "%sfb0/idle_time", sys_fb_path);
setPerms(tmp, 0664);
setOwners(tmp, AID_SYSTEM, AID_GRAPHICS);
// Set write permission for dynamic_fps node.
snprintf(tmp, sizeof(tmp), "%sfb0/dynamic_fps", sys_fb_path);
setPerms(tmp, 0664);
setOwners(tmp, AID_SYSTEM, AID_GRAPHICS);
}

static int check_rlim_action()
Expand Down

0 comments on commit ccc89b1

Please sign in to comment.