Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AndroidSystemSEPolicy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
93f38cb5
Commit
93f38cb5
authored
8 years ago
by
Daichi Hirono
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Don't open appfuse files in apps. am:
7ae1d237
am:
f702933a
am:
4b7c1d52
Change-Id: Ib4ea82b1433d88ddcc1b977b35cab3d1cc4d1500
parents
0f1a97c5
4b7c1d52
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/app.te
+1
-2
1 addition, 2 deletions
public/app.te
public/system_server.te
+2
-0
2 additions, 0 deletions
public/system_server.te
with
3 additions
and
2 deletions
public/app.te
+
1
−
2
View file @
93f38cb5
...
...
@@ -252,8 +252,7 @@ allow { appdomain -isolated_app } hal_graphics_allocator:fd use;
allow appdomain proc_meminfo:file r_file_perms;
# For app fuse.
allow appdomain app_fuse_file:dir rw_dir_perms;
allow appdomain app_fuse_file:file rw_file_perms;
allow appdomain app_fuse_file:file { getattr read append write };
###
### CTS-specific rules
...
...
This diff is collapsed.
Click to expand it.
public/system_server.te
+
2
−
0
View file @
93f38cb5
...
...
@@ -559,6 +559,8 @@ userdebug_or_eng(`
# For AppFuse.
allow system_server vold:fd use;
allow system_server fuse_device:chr_file { read write ioctl getattr };
allow system_server app_fuse_file:dir rw_dir_perms;
allow system_server app_fuse_file:file { read write open getattr append };
# For configuring sdcardfs
allow system_server configfs:dir { create_dir_perms };
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment