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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
e505a35d
Commit
e505a35d
authored
7 years ago
by
Jeff Vander Stoep
Committed by
android-build-merger
7 years ago
Browse files
Options
Downloads
Plain Diff
Remove direct qtaguid access from platform/system apps
am:
f3220aa6
Change-Id: Ibf50ab24fa12e07fc44e89420bba99d5665156d9
parents
7a99df89
f3220aa6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/app.te
+0
-6
0 additions, 6 deletions
public/app.te
with
0 additions
and
6 deletions
public/app.te
+
0
−
6
View file @
e505a35d
...
@@ -181,8 +181,6 @@ allow {
...
@@ -181,8 +181,6 @@ allow {
untrusted_app_27
untrusted_app_27
ephemeral_app
ephemeral_app
priv_app
priv_app
system_app
platform_app
} proc_qtaguid_ctrl:file rw_file_perms;
} proc_qtaguid_ctrl:file rw_file_perms;
# read /proc/net/xt_qtguid/*stat* to per-app network data usage.
# read /proc/net/xt_qtguid/*stat* to per-app network data usage.
# Exclude isolated app which may not use network sockets.
# Exclude isolated app which may not use network sockets.
...
@@ -191,8 +189,6 @@ r_dir_file({
...
@@ -191,8 +189,6 @@ r_dir_file({
untrusted_app_27
untrusted_app_27
ephemeral_app
ephemeral_app
priv_app
priv_app
system_app
platform_app
}, proc_qtaguid_stat)
}, proc_qtaguid_stat)
# Everybody can read the xt_qtaguid resource tracking misc dev.
# Everybody can read the xt_qtaguid resource tracking misc dev.
# So allow all apps to read from /dev/xt_qtaguid.
# So allow all apps to read from /dev/xt_qtaguid.
...
@@ -201,8 +197,6 @@ allow {
...
@@ -201,8 +197,6 @@ allow {
untrusted_app_27
untrusted_app_27
ephemeral_app
ephemeral_app
priv_app
priv_app
system_app
platform_app
} qtaguid_device:chr_file r_file_perms;
} qtaguid_device:chr_file r_file_perms;
# Grant GPU access to all processes started by Zygote.
# Grant GPU access to all processes started by Zygote.
...
...
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