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
066bc07e
Commit
066bc07e
authored
8 years ago
by
Treehugger Robot
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Move rild to vendor partition."
parents
723364f1
f7bed71a
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/file_contexts
+0
-1
0 additions, 1 deletion
private/file_contexts
public/rild.te
+0
-1
0 additions, 1 deletion
public/rild.te
vendor/file_contexts
+1
-0
1 addition, 0 deletions
vendor/file_contexts
vendor/rild.te
+1
-0
1 addition, 0 deletions
vendor/rild.te
with
2 additions
and
2 deletions
private/file_contexts
+
0
−
1
View file @
066bc07e
...
@@ -187,7 +187,6 @@
...
@@ -187,7 +187,6 @@
/system/bin/vold u:object_r:vold_exec:s0
/system/bin/vold u:object_r:vold_exec:s0
/system/bin/netd u:object_r:netd_exec:s0
/system/bin/netd u:object_r:netd_exec:s0
/system/bin/wificond u:object_r:wificond_exec:s0
/system/bin/wificond u:object_r:wificond_exec:s0
/system/bin/rild u:object_r:rild_exec:s0
/system/bin/audioserver u:object_r:audioserver_exec:s0
/system/bin/audioserver u:object_r:audioserver_exec:s0
/system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0
/system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0
/system/bin/mediaserver u:object_r:mediaserver_exec:s0
/system/bin/mediaserver u:object_r:mediaserver_exec:s0
...
...
This diff is collapsed.
Click to expand it.
public/rild.te
+
0
−
1
View file @
066bc07e
# rild - radio interface layer daemon
# rild - radio interface layer daemon
type rild, domain, domain_deprecated;
type rild, domain, domain_deprecated;
hal_impl_domain(rild, hal_telephony)
hal_impl_domain(rild, hal_telephony)
type rild_exec, exec_type, file_type;
net_domain(rild)
net_domain(rild)
allowxperm rild self:udp_socket ioctl priv_sock_ioctls;
allowxperm rild self:udp_socket ioctl priv_sock_ioctls;
...
...
This diff is collapsed.
Click to expand it.
vendor/file_contexts
+
1
−
0
View file @
066bc07e
...
@@ -21,6 +21,7 @@
...
@@ -21,6 +21,7 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.nfc@1\.0-service u:object_r:hal_nfc_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.nfc@1\.0-service u:object_r:hal_nfc_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.power@1\.0-service u:object_r:hal_power_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.power@1\.0-service u:object_r:hal_power_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service u:object_r:hal_sensors_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service u:object_r:hal_sensors_default_exec:s0
/(vendor|system/vendor)/bin/hw/rild u:object_r:rild_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@1\.0-service u:object_r:hal_thermal_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@1\.0-service u:object_r:hal_thermal_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service u:object_r:hal_usb_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service u:object_r:hal_usb_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service u:object_r:hal_vibrator_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.vibrator@1\.0-service u:object_r:hal_vibrator_default_exec:s0
...
...
This diff is collapsed.
Click to expand it.
private
/rild.te
→
vendor
/rild.te
+
1
−
0
View file @
066bc07e
# type_transition must be private policy the domain_trans rules could stay
# type_transition must be private policy the domain_trans rules could stay
# public, but conceptually should go with this
# public, but conceptually should go with this
type rild_exec, exec_type, file_type;
init_daemon_domain(rild)
init_daemon_domain(rild)
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