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
00910618
Commit
00910618
authored
8 years ago
by
Nick Kralevich
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Move net.dns* to it's own label."
parents
5ee3151a
4e404290
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/property_contexts
+1
-1
1 addition, 1 deletion
private/property_contexts
private/system_server.te
+1
-0
1 addition, 0 deletions
private/system_server.te
private/untrusted_app.te
+4
-0
4 additions, 0 deletions
private/untrusted_app.te
public/property.te
+1
-0
1 addition, 0 deletions
public/property.te
with
7 additions
and
1 deletion
private/property_contexts
+
1
−
1
View file @
00910618
...
@@ -8,7 +8,7 @@ net.ppp u:object_r:net_radio_prop:s0
...
@@ -8,7 +8,7 @@ net.ppp u:object_r:net_radio_prop:s0
net.qmi u:object_r:net_radio_prop:s0
net.qmi u:object_r:net_radio_prop:s0
net.lte u:object_r:net_radio_prop:s0
net.lte u:object_r:net_radio_prop:s0
net.cdma u:object_r:net_radio_prop:s0
net.cdma u:object_r:net_radio_prop:s0
net.dns u:object_r:net_
radio
_prop:s0
net.dns u:object_r:net_
dns
_prop:s0
sys.usb.config u:object_r:system_radio_prop:s0
sys.usb.config u:object_r:system_radio_prop:s0
ril. u:object_r:radio_prop:s0
ril. u:object_r:radio_prop:s0
ro.ril. u:object_r:radio_prop:s0
ro.ril. u:object_r:radio_prop:s0
...
...
This diff is collapsed.
Click to expand it.
private/system_server.te
+
1
−
0
View file @
00910618
...
@@ -394,6 +394,7 @@ set_prop(system_server, system_prop)
...
@@ -394,6 +394,7 @@ set_prop(system_server, system_prop)
set_prop(system_server, safemode_prop)
set_prop(system_server, safemode_prop)
set_prop(system_server, dhcp_prop)
set_prop(system_server, dhcp_prop)
set_prop(system_server, net_radio_prop)
set_prop(system_server, net_radio_prop)
set_prop(system_server, net_dns_prop)
set_prop(system_server, system_radio_prop)
set_prop(system_server, system_radio_prop)
set_prop(system_server, debug_prop)
set_prop(system_server, debug_prop)
set_prop(system_server, powerctl_prop)
set_prop(system_server, powerctl_prop)
...
...
This diff is collapsed.
Click to expand it.
private/untrusted_app.te
+
4
−
0
View file @
00910618
...
@@ -21,6 +21,10 @@ app_domain(untrusted_app)
...
@@ -21,6 +21,10 @@ app_domain(untrusted_app)
net_domain(untrusted_app)
net_domain(untrusted_app)
bluetooth_domain(untrusted_app)
bluetooth_domain(untrusted_app)
# b/34115651 - net.dns* properties read
# This will go away in a future Android release
get_prop(untrusted_app, net_dns_prop)
# Allow the allocation and use of ptys
# Allow the allocation and use of ptys
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
# Used by: https://play.google.com/store/apps/details?id=jackpal.androidterm
create_pty(untrusted_app)
create_pty(untrusted_app)
...
...
This diff is collapsed.
Click to expand it.
public/property.te
+
1
−
0
View file @
00910618
...
@@ -28,6 +28,7 @@ type logpersistd_logging_prop, property_type;
...
@@ -28,6 +28,7 @@ type logpersistd_logging_prop, property_type;
type log_prop, property_type, log_property_type;
type log_prop, property_type, log_property_type;
type log_tag_prop, property_type, log_property_type;
type log_tag_prop, property_type, log_property_type;
type mmc_prop, property_type;
type mmc_prop, property_type;
type net_dns_prop, property_type;
type net_radio_prop, property_type, core_property_type;
type net_radio_prop, property_type, core_property_type;
type nfc_prop, property_type, core_property_type;
type nfc_prop, property_type, core_property_type;
type overlay_prop, property_type;
type overlay_prop, 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
register
or
sign in
to comment