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
7cfabb12
Commit
7cfabb12
authored
7 years ago
by
TreeHugger Robot
Committed by
Android (Google) Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Ensure taking a bugreport generates no denials." into pi-dev
parents
37666db3
ba0c279d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/dumpstate.te
+7
-0
7 additions, 0 deletions
private/dumpstate.te
private/installd.te
+4
-0
4 additions, 0 deletions
private/installd.te
private/storaged.te
+3
-0
3 additions, 0 deletions
private/storaged.te
vendor/hal_camera_default.te
+4
-0
4 additions, 0 deletions
vendor/hal_camera_default.te
with
18 additions
and
0 deletions
private/dumpstate.te
+
7
−
0
View file @
7cfabb12
...
@@ -38,3 +38,10 @@ get_prop(dumpstate, boottime_prop)
...
@@ -38,3 +38,10 @@ get_prop(dumpstate, boottime_prop)
allow dumpstate {
allow dumpstate {
statsd
statsd
}:process signal;
}:process signal;
# For collecting bugreports.
allow dumpstate debugfs_wakeup_sources:file r_file_perms;
allow dumpstate dev_type:blk_file getattr;
allow dumpstate webview_zygote:process signal;
dontaudit dumpstate perfprofd:binder call;
dontaudit dumpstate update_engine:binder call;
This diff is collapsed.
Click to expand it.
private/installd.te
+
4
−
0
View file @
7cfabb12
...
@@ -16,3 +16,7 @@ domain_auto_trans(installd, idmap_exec, idmap)
...
@@ -16,3 +16,7 @@ domain_auto_trans(installd, idmap_exec, idmap)
# Create /data/.layout_version.* file
# Create /data/.layout_version.* file
type_transition installd system_data_file:file install_data_file;
type_transition installd system_data_file:file install_data_file;
# For collecting bugreports.
allow installd dumpstate:fd use;
allow installd dumpstate:fifo_file r_file_perms;
This diff is collapsed.
Click to expand it.
private/storaged.te
+
3
−
0
View file @
7cfabb12
...
@@ -51,6 +51,9 @@ allow storaged package_native_service:service_manager find;
...
@@ -51,6 +51,9 @@ allow storaged package_native_service:service_manager find;
# running as root. See b/35323867 #3.
# running as root. See b/35323867 #3.
dontaudit storaged self:global_capability_class_set dac_override;
dontaudit storaged self:global_capability_class_set dac_override;
# For collecting bugreports.
allow storaged dumpstate:fifo_file write;
###
###
### neverallow
### neverallow
###
###
...
...
This diff is collapsed.
Click to expand it.
vendor/hal_camera_default.te
+
4
−
0
View file @
7cfabb12
...
@@ -5,3 +5,7 @@ type hal_camera_default_exec, exec_type, vendor_file_type, file_type;
...
@@ -5,3 +5,7 @@ type hal_camera_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_camera_default)
init_daemon_domain(hal_camera_default)
allow hal_camera_default fwk_sensor_hwservice:hwservice_manager find;
allow hal_camera_default fwk_sensor_hwservice:hwservice_manager find;
# For collecting bugreports.
allow hal_camera_default dumpstate:fd use;
allow hal_camera_default dumpstate:fifo_file write;
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