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

Expand bluetooth access to media_rw_data_file for now.

am: 4a0c8036

* commit '4a0c8036':
  Expand bluetooth access to media_rw_data_file for now.

Change-Id: I2e7628c3925c3ae9708c62341097361e1fabb1d6
parents 8ce8a30e 4a0c8036
Branches
Tags
No related merge requests found
...@@ -57,7 +57,8 @@ allow bluetooth shell_data_file:file read; ...@@ -57,7 +57,8 @@ allow bluetooth shell_data_file:file read;
# Access to /data/media. # Access to /data/media.
# This should be removed if sdcardfs is modified to alter the secontext for its # This should be removed if sdcardfs is modified to alter the secontext for its
# accesses to the underlying FS. # accesses to the underlying FS.
allow bluetooth media_rw_data_file:dir search; allow bluetooth media_rw_data_file:dir create_dir_perms;
allow bluetooth 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