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
1b0ec79f
Commit
1b0ec79f
authored
8 years ago
by
Nick Kralevich
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Assign a label to the ro.boottime.* properties am:
bb9a3888
am:
18f61a0f
Change-Id: I05a0657ab76f1143f0fd808de7948bfc2e7b21f8
parents
5bfa8509
18f61a0f
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/property_contexts
+1
-0
1 addition, 0 deletions
private/property_contexts
public/bootstat.te
+3
-0
3 additions, 0 deletions
public/bootstat.te
public/property.te
+1
-0
1 addition, 0 deletions
public/property.te
public/system_server.te
+3
-0
3 additions, 0 deletions
public/system_server.te
with
8 additions
and
0 deletions
private/property_contexts
+
1
−
0
View file @
1b0ec79f
...
@@ -58,6 +58,7 @@ persist.service.bdroid. u:object_r:bluetooth_prop:s0
...
@@ -58,6 +58,7 @@ persist.service.bdroid. u:object_r:bluetooth_prop:s0
persist.security. u:object_r:system_prop:s0
persist.security. u:object_r:system_prop:s0
persist.vendor.overlay. u:object_r:overlay_prop:s0
persist.vendor.overlay. u:object_r:overlay_prop:s0
ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
ro.boot.vendor.overlay. u:object_r:overlay_prop:s0
ro.boottime. u:object_r:boottime_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.
public/bootstat.te
+
3
−
0
View file @
1b0ec79f
...
@@ -8,3 +8,6 @@ allow bootstat bootstat_data_file:file create_file_perms;
...
@@ -8,3 +8,6 @@ allow bootstat bootstat_data_file:file create_file_perms;
# Read access to pseudo filesystems (for /proc/uptime).
# Read access to pseudo filesystems (for /proc/uptime).
r_dir_file(bootstat, proc)
r_dir_file(bootstat, proc)
# Collect metrics on boot time created by init
get_prop(bootstat, boottime_prop)
This diff is collapsed.
Click to expand it.
public/property.te
+
1
−
0
View file @
1b0ec79f
type audio_prop, property_type, core_property_type;
type audio_prop, property_type, core_property_type;
type boottime_prop, property_type;
type bluetooth_prop, property_type, core_property_type;
type bluetooth_prop, property_type, core_property_type;
type config_prop, property_type, core_property_type;
type config_prop, property_type, core_property_type;
type cppreopt_prop, property_type, core_property_type;
type cppreopt_prop, property_type, core_property_type;
...
...
This diff is collapsed.
Click to expand it.
public/system_server.te
+
3
−
0
View file @
1b0ec79f
...
@@ -384,6 +384,9 @@ set_prop(system_server, ctl_bugreport_prop)
...
@@ -384,6 +384,9 @@ set_prop(system_server, ctl_bugreport_prop)
# cppreopt property
# cppreopt property
set_prop(system_server, cppreopt_prop)
set_prop(system_server, cppreopt_prop)
# Collect metrics on boot time created by init
get_prop(system_server, boottime_prop)
# Create a socket for receiving info from wpa.
# Create a socket for receiving info from wpa.
allow system_server wpa_socket:dir rw_dir_perms;
allow system_server wpa_socket:dir rw_dir_perms;
allow system_server system_wpa_socket:sock_file create_file_perms;
allow system_server system_wpa_socket:sock_file create_file_perms;
...
...
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