Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
external_sepolicy
Commits
4f4a4754
Commit
4f4a4754
authored
10 years ago
by
Jeff Sharkey
Committed by
Gerrit Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Apps need more than just search."
parents
b5b1e811
3bdc0abc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
adbd.te
adbd.te
+1
-1
app.te
app.te
+1
-1
No files found.
adbd.te
View file @
4f4a4754
...
...
@@ -91,5 +91,5 @@ allow adbd bootchart_data_file:file r_file_perms;
# and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
allow adbd storage_file:dir r_dir_perms;
allow adbd storage_file:lnk_file r_file_perms;
allow adbd mnt_user_file:dir
search
;
allow adbd mnt_user_file:dir
r_dir_perms
;
allow adbd mnt_user_file:lnk_file r_file_perms;
This diff is collapsed.
Click to expand it.
app.te
View file @
4f4a4754
...
...
@@ -128,7 +128,7 @@ allow appdomain radio_data_file:file { read write getattr };
# and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
allow appdomain storage_file:dir r_dir_perms;
allow appdomain storage_file:lnk_file r_file_perms;
allow appdomain mnt_user_file:dir
search
;
allow appdomain mnt_user_file:dir
r_dir_perms
;
allow appdomain mnt_user_file:lnk_file r_file_perms;
# Read/write visible storage
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment