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
24f1752d
Commit
24f1752d
authored
8 years ago
by
Keun-young Park
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "make ro.persistent_properties.ready accessible for hidl client"
parents
35f93189
f67c346a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
private/property_contexts
+2
-0
2 additions, 0 deletions
private/property_contexts
public/property.te
+1
-0
1 addition, 0 deletions
public/property.te
public/te_macros
+1
-1
1 addition, 1 deletion
public/te_macros
with
4 additions
and
1 deletion
private/property_contexts
+
2
−
0
View file @
24f1752d
...
...
@@ -84,6 +84,8 @@ ro.crypto. u:object_r:vold_prop:s0
# set at runtime by system_server.
ro.build.fingerprint u:object_r:fingerprint_prop:s0
ro.persistent_properties.ready u:object_r:persistent_properties_ready_prop:s0
# ctl properties
ctl.bootanim u:object_r:ctl_bootanim_prop:s0
ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
1
−
0
View file @
24f1752d
...
...
@@ -34,6 +34,7 @@ type nfc_prop, property_type, core_property_type;
type overlay_prop, property_type;
type pan_result_prop, property_type, core_property_type;
type persist_debug_prop, property_type, core_property_type;
type persistent_properties_ready_prop, property_type;
type powerctl_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
...
...
This diff is collapsed.
Click to expand it.
public/te_macros
+
1
−
1
View file @
24f1752d
...
...
@@ -291,7 +291,7 @@ allow hwservicemanager $1:process getattr;
# stability). getService must also check for data to be mounted
# if the vintf promises the hal will be registered over hwbinder.
get_prop($1, hal_binderization_prop)
get_prop($1,
boottime
_prop)
get_prop($1,
persistent_properties_ready
_prop)
get_prop($1, vold_prop)
# rw access to /dev/hwbinder and /dev/ashmem is presently granted to
# all domains in domain.te.
...
...
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