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
349f55e9
Commit
349f55e9
authored
8 years ago
by
Nick Kralevich
Committed by
android-build-merger
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Move net.dns* to it's own label." am:
00910618
am:
5064cd38
Change-Id: I73112076e1b8d7befc78d0655ddc438998d70ce7
parents
a5596453
5064cd38
No related branches found
No related tags found
No related merge requests found
Changes
4
Show 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 @
349f55e9
...
@@ -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 @
349f55e9
...
@@ -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 @
349f55e9
...
@@ -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 @
349f55e9
...
@@ -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