Skip to content
Snippets Groups Projects
Commit 22133a30 authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by android-build-merger
Browse files

Merge "Allow shell and adbd access to media_rw_data_file for now." into nyc-dev

am: 0f3c37ae

* commit '0f3c37ae':
  Allow shell and adbd access to media_rw_data_file for now.

Change-Id: I49b464f465f7a9dbfa7aaf6439effa06d90d5617
parents 75c2101d 0f3c37ae
Branches
Tags
No related merge requests found
...@@ -100,3 +100,7 @@ allow adbd storage_file:dir r_dir_perms; ...@@ -100,3 +100,7 @@ allow adbd storage_file:dir r_dir_perms;
allow adbd storage_file:lnk_file r_file_perms; allow adbd storage_file:lnk_file r_file_perms;
allow adbd mnt_user_file:dir r_dir_perms; allow adbd mnt_user_file:dir r_dir_perms;
allow adbd mnt_user_file:lnk_file r_file_perms; allow adbd mnt_user_file:lnk_file r_file_perms;
# Access to /data/media.
allow adbd media_rw_data_file:dir create_dir_perms;
allow adbd media_rw_data_file:file create_file_perms;
...@@ -122,6 +122,10 @@ allow shell sysfs:dir r_dir_perms; ...@@ -122,6 +122,10 @@ allow shell sysfs:dir r_dir_perms;
# Allow access to ion memory allocation device. # Allow access to ion memory allocation device.
allow shell ion_device:chr_file rw_file_perms; allow shell ion_device:chr_file rw_file_perms;
# Access to /data/media.
allow shell media_rw_data_file:dir create_dir_perms;
allow shell media_rw_data_file:file create_file_perms;
### ###
### Neverallow rules ### Neverallow rules
### ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment