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
acbded32
Commit
acbded32
authored
Sep 20, 2012
by
Zhihai Xu
Committed by
Android (Google) Code Review
Sep 20, 2012
Browse files
Options
Downloads
Plain Diff
Merge "ISSUE 6849488 Bluedroid stack, remove system/bluetooth." into jb-mr1-dev
parents
c6c6aba0
b620dc60
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
bluetoothd.te
+0
-10
0 additions, 10 deletions
bluetoothd.te
file.te
+0
-1
0 additions, 1 deletion
file.te
file_contexts
+0
-2
0 additions, 2 deletions
file_contexts
system.te
+0
-1
0 additions, 1 deletion
system.te
with
0 additions
and
14 deletions
bluetoothd.te
deleted
100644 → 0
+
0
−
10
View file @
c6c6aba0
# bluetoothd - bluetooth daemon
type bluetoothd, domain;
type bluetoothd_exec, exec_type, file_type;
init_daemon_domain(bluetoothd)
allow bluetoothd self:capability { setuid net_raw net_bind_service net_admin };
allow bluetoothd self:socket *;
allow bluetoothd bluetoothd_data_file:dir create_dir_perms;
allow bluetoothd bluetoothd_data_file:file create_file_perms;
unix_socket_connect(bluetoothd, dbus, dbusd)
This diff is collapsed.
Click to expand it.
file.te
+
0
−
1
View file @
acbded32
...
@@ -41,7 +41,6 @@ type shell_data_file, file_type, data_file_type;
...
@@ -41,7 +41,6 @@ type shell_data_file, file_type, data_file_type;
# /data/gps
# /data/gps
type gps_data_file, file_type, data_file_type;
type gps_data_file, file_type, data_file_type;
# /data/misc subdirectories
# /data/misc subdirectories
type bluetoothd_data_file, file_type, data_file_type;
type bluetooth_data_file, file_type, data_file_type;
type bluetooth_data_file, file_type, data_file_type;
type keystore_data_file, file_type, data_file_type;
type keystore_data_file, file_type, data_file_type;
type vpn_data_file, file_type, data_file_type;
type vpn_data_file, file_type, data_file_type;
...
...
This diff is collapsed.
Click to expand it.
file_contexts
+
0
−
2
View file @
acbded32
...
@@ -100,7 +100,6 @@
...
@@ -100,7 +100,6 @@
/system/bin/installd u:object_r:installd_exec:s0
/system/bin/installd u:object_r:installd_exec:s0
/system/bin/keystore u:object_r:keystore_exec:s0
/system/bin/keystore u:object_r:keystore_exec:s0
/system/bin/debuggerd u:object_r:debuggerd_exec:s0
/system/bin/debuggerd u:object_r:debuggerd_exec:s0
/system/bin/bluetoothd u:object_r:bluetoothd_exec:s0
/system/bin/wpa_supplicant u:object_r:wpa_exec:s0
/system/bin/wpa_supplicant u:object_r:wpa_exec:s0
/system/bin/qemud u:object_r:qemud_exec:s0
/system/bin/qemud u:object_r:qemud_exec:s0
/system/bin/sdcard u:object_r:sdcardd_exec:s0
/system/bin/sdcard u:object_r:sdcardd_exec:s0
...
@@ -125,7 +124,6 @@
...
@@ -125,7 +124,6 @@
/data/tombstones(/.*)? u:object_r:tombstone_data_file:s0
/data/tombstones(/.*)? u:object_r:tombstone_data_file:s0
/data/local(/.*)? u:object_r:shell_data_file:s0
/data/local(/.*)? u:object_r:shell_data_file:s0
# Misc data
# Misc data
/data/misc/bluetoothd(/.*)? u:object_r:bluetoothd_data_file:s0
/data/misc/bluetooth(/.*)? u:object_r:bluetooth_data_file:s0
/data/misc/bluetooth(/.*)? u:object_r:bluetooth_data_file:s0
/data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0
/data/misc/keystore(/.*)? u:object_r:keystore_data_file:s0
/data/misc/vpn(/.*)? u:object_r:vpn_data_file:s0
/data/misc/vpn(/.*)? u:object_r:vpn_data_file:s0
...
...
This diff is collapsed.
Click to expand it.
system.te
+
0
−
1
View file @
acbded32
...
@@ -106,7 +106,6 @@ unix_socket_connect(system, zygote, zygote)
...
@@ -106,7 +106,6 @@ unix_socket_connect(system, zygote, zygote)
unix_socket_connect(system, keystore, keystore)
unix_socket_connect(system, keystore, keystore)
unix_socket_connect(system, dbus, dbusd)
unix_socket_connect(system, dbus, dbusd)
unix_socket_connect(system, gps, gpsd)
unix_socket_connect(system, gps, gpsd)
unix_socket_connect(system, bluetooth, bluetoothd)
unix_socket_send(system, wpa, wpa)
unix_socket_send(system, wpa, wpa)
# Communicate over a socket created by surfaceflinger.
# Communicate over a socket created by surfaceflinger.
...
...
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