Skip to content

Commit

Permalink
sweet_k6a: sepolicy: allow camera to access gpu_available_frequencies
Browse files Browse the repository at this point in the history
Signed-off-by: Pulkit077 <[email protected]>
  • Loading branch information
Pulkit077 committed Jan 22, 2024
1 parent 5d4c4dd commit 5d852ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sepolicy/vendor/hal_camera_default.te
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
r_dir_file(hal_camera_default, mnt_vendor_file)

get_prop(hal_camera_default, exported_camera_prop)

# Allow access to read gpu_available_frequencies
r_dir_file(hal_camera_default, vendor_sysfs_kgsl)

0 comments on commit 5d852ba

Please sign in to comment.