Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sepolicy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
a769f0fd
Commit
a769f0fd
authored
6 years ago
by
Florian Mayer
Browse files
Options
Downloads
Patches
Plain Diff
Allow traced to lazily start heapprofd.
Bug: 126724929 Change-Id: I15f0ae10d5e45fc65850635230e377b6f77ad4d7
parent
59d5d90d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/compat/28.0/28.0.ignore.cil
+1
-0
1 addition, 0 deletions
private/compat/28.0/28.0.ignore.cil
private/property_contexts
+1
-0
1 addition, 0 deletions
private/property_contexts
private/traced.te
+2
-0
2 additions, 0 deletions
private/traced.te
public/property.te
+2
-0
2 additions, 0 deletions
public/property.te
with
6 additions
and
0 deletions
private/compat/28.0/28.0.ignore.cil
+
1
−
0
View file @
a769f0fd
...
...
@@ -126,6 +126,7 @@
time_prop
timedetector_service
timezonedetector_service
traced_lazy_prop
uri_grants_service
use_memfd_prop
vendor_cgroup_desc_file
...
...
This diff is collapsed.
Click to expand it.
private/property_contexts
+
1
−
0
View file @
a769f0fd
...
...
@@ -64,6 +64,7 @@ persist.service. u:object_r:system_prop:s0
persist.service.bdroid. u:object_r:bluetooth_prop:s0
persist.security. u:object_r:system_prop:s0
persist.traced.enable u:object_r:traced_enabled_prop:s0
traced.lazy. u:object_r:traced_lazy_prop:s0
persist.heapprofd.enable u:object_r:heapprofd_enabled_prop:s0
persist.vendor.overlay. u:object_r:overlay_prop:s0
ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
...
...
This diff is collapsed.
Click to expand it.
private/traced.te
+
2
−
0
View file @
a769f0fd
...
...
@@ -39,6 +39,8 @@ allow traced iorapd_tmpfs:file { read write };
# Allow traced to notify Traceur when a trace ends by setting the
# sys.trace.trace_end_signal property.
set_prop(traced, system_trace_prop)
# Allow to lazily start producers.
set_prop(traced, traced_lazy_prop)
###
### Neverallow rules
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
2
−
0
View file @
a769f0fd
...
...
@@ -81,6 +81,7 @@ type test_boot_reason_prop, property_type;
type test_harness_prop, property_type;
type time_prop, property_type;
type traced_enabled_prop, property_type;
type traced_lazy_prop, property_type;
type use_memfd_prop, property_type;
type vold_prop, property_type, core_property_type;
type wifi_log_prop, property_type, log_property_type;
...
...
@@ -451,6 +452,7 @@ compatible_property_only(`
-test_harness_prop
-time_prop
-traced_enabled_prop
-traced_lazy_prop
-vendor_default_prop
-vendor_security_patch_level_prop
-vold_prop
...
...
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