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
f7196a88
Commit
f7196a88
authored
7 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove unnecessary HAL permissions"
parents
bc1c5453
89d77187
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
public/hal_cas.te
+0
-2
0 additions, 2 deletions
public/hal_cas.te
public/hal_drm.te
+0
-2
0 additions, 2 deletions
public/hal_drm.te
with
0 additions
and
4 deletions
public/hal_cas.te
+
0
−
2
View file @
f7196a88
...
@@ -10,9 +10,7 @@ allow hal_cas_server hidl_memory_hwservice:hwservice_manager find;
...
@@ -10,9 +10,7 @@ allow hal_cas_server hidl_memory_hwservice:hwservice_manager find;
get_prop(hal_cas, serialno_prop)
get_prop(hal_cas, serialno_prop)
# Read files already opened under /data
# Read files already opened under /data
allow hal_cas system_data_file:dir { search getattr };
allow hal_cas system_data_file:file { getattr read };
allow hal_cas system_data_file:file { getattr read };
allow hal_cas system_data_file:lnk_file r_file_perms;
# Read access to pseudo filesystems
# Read access to pseudo filesystems
r_dir_file(hal_cas, cgroup)
r_dir_file(hal_cas, cgroup)
...
...
This diff is collapsed.
Click to expand it.
public/hal_drm.te
+
0
−
2
View file @
f7196a88
...
@@ -19,9 +19,7 @@ allow hal_drm system_file:file r_file_perms;
...
@@ -19,9 +19,7 @@ allow hal_drm system_file:file r_file_perms;
allow hal_drm system_file:lnk_file r_file_perms;
allow hal_drm system_file:lnk_file r_file_perms;
# Read files already opened under /data
# Read files already opened under /data
allow hal_drm system_data_file:dir { search getattr };
allow hal_drm system_data_file:file { getattr read };
allow hal_drm system_data_file:file { getattr read };
allow hal_drm system_data_file:lnk_file r_file_perms;
# Read access to pseudo filesystems
# Read access to pseudo filesystems
r_dir_file(hal_drm, cgroup)
r_dir_file(hal_drm, cgroup)
...
...
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