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
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test
platform
system
sepolicy
Commits
09770bda
Commit
09770bda
authored
Nov 16, 2017
by
Calin Juravle
Committed by
android-build-merger
Nov 16, 2017
Browse files
Options
Downloads
Plain Diff
Revert "Put pm.* property in new pm_prop context" am:
248b6dc6
am:
e3cec841
am:
0386eaed
Change-Id: I7b2aec9510271d509759eb4822ba8d97993af2ff
parents
5b187bfa
0386eaed
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/compat/26.0/26.0.cil
+1
-2
1 addition, 2 deletions
private/compat/26.0/26.0.cil
private/property_contexts
+0
-1
0 additions, 1 deletion
private/property_contexts
private/system_server.te
+0
-1
0 additions, 1 deletion
private/system_server.te
public/property.te
+0
-1
0 additions, 1 deletion
public/property.te
with
1 addition
and
5 deletions
private/compat/26.0/26.0.cil
+
1
−
2
View file @
09770bda
...
@@ -135,8 +135,7 @@
...
@@ -135,8 +135,7 @@
(typeattributeset default_android_hwservice_26_0 (default_android_hwservice))
(typeattributeset default_android_hwservice_26_0 (default_android_hwservice))
(typeattributeset default_android_service_26_0 (default_android_service))
(typeattributeset default_android_service_26_0 (default_android_service))
(typeattributeset default_android_vndservice_26_0 (default_android_vndservice))
(typeattributeset default_android_vndservice_26_0 (default_android_vndservice))
(typeattributeset default_prop_26_0
(typeattributeset default_prop_26_0 (default_prop))
( default_prop pm_prop))
(typeattributeset device_26_0 (device))
(typeattributeset device_26_0 (device))
(typeattributeset device_identifiers_service_26_0 (device_identifiers_service))
(typeattributeset device_identifiers_service_26_0 (device_identifiers_service))
(typeattributeset deviceidle_service_26_0 (deviceidle_service))
(typeattributeset deviceidle_service_26_0 (deviceidle_service))
...
...
...
...
This diff is collapsed.
Click to expand it.
private/property_contexts
+
0
−
1
View file @
09770bda
...
@@ -68,7 +68,6 @@ ro.bt. u:object_r:bluetooth_prop:s0
...
@@ -68,7 +68,6 @@ ro.bt. u:object_r:bluetooth_prop:s0
ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
sys.boot.reason u:object_r:system_boot_reason_prop:s0
sys.boot.reason u:object_r:system_boot_reason_prop:s0
pm. u:object_r:pm_prop:s0
# Boolean property set by system server upon boot indicating
# Boolean property set by system server upon boot indicating
# if device owner is provisioned.
# if device owner is provisioned.
...
...
...
...
This diff is collapsed.
Click to expand it.
private/system_server.te
+
0
−
1
View file @
09770bda
...
@@ -481,7 +481,6 @@ set_prop(system_server, fingerprint_prop)
...
@@ -481,7 +481,6 @@ set_prop(system_server, fingerprint_prop)
set_prop(system_server, device_logging_prop)
set_prop(system_server, device_logging_prop)
set_prop(system_server, dumpstate_options_prop)
set_prop(system_server, dumpstate_options_prop)
set_prop(system_server, overlay_prop)
set_prop(system_server, overlay_prop)
set_prop(system_server, pm_prop)
userdebug_or_eng(`set_prop(system_server, wifi_log_prop)')
userdebug_or_eng(`set_prop(system_server, wifi_log_prop)')
# ctl interface
# ctl interface
...
...
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
0
−
1
View file @
09770bda
...
@@ -39,7 +39,6 @@ type overlay_prop, property_type;
...
@@ -39,7 +39,6 @@ type overlay_prop, property_type;
type pan_result_prop, property_type, core_property_type;
type pan_result_prop, property_type, core_property_type;
type persist_debug_prop, property_type, core_property_type;
type persist_debug_prop, property_type, core_property_type;
type persistent_properties_ready_prop, property_type;
type persistent_properties_ready_prop, property_type;
type pm_prop, property_type;
type powerctl_prop, property_type, core_property_type;
type powerctl_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type radio_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
type restorecon_prop, property_type, core_property_type;
...
...
...
...
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
sign in
to comment