Skip to content
Snippets Groups Projects
Commit 637af04e authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Change /dev/ion from read-only to read-write

am: 71fd337f

* commit '71fd337f':
  Change /dev/ion from read-only to read-write
parents 862e4ab1 71fd337f
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ binder_use(adbd) ...@@ -62,7 +62,7 @@ binder_use(adbd)
binder_call(adbd, surfaceflinger) binder_call(adbd, surfaceflinger)
# b/13188914 # b/13188914
allow adbd gpu_device:chr_file rw_file_perms; allow adbd gpu_device:chr_file rw_file_perms;
allow adbd ion_device:chr_file r_file_perms; allow adbd ion_device:chr_file rw_file_perms;
r_dir_file(adbd, system_file) r_dir_file(adbd, system_file)
# Read /data/misc/adb/adb_keys. # Read /data/misc/adb/adb_keys.
......
...@@ -125,4 +125,4 @@ allow shell self:process ptrace; ...@@ -125,4 +125,4 @@ allow shell self:process ptrace;
neverallow shell file_type:file link; neverallow shell file_type:file link;
# Allow access to ion memory allocation device. # Allow access to ion memory allocation device.
allow shell ion_device:chr_file { open read }; allow shell ion_device:chr_file rw_file_perms;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment