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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Werner Sembach
AndroidSystemSEPolicy
Commits
3611fdc8
Commit
3611fdc8
authored
Jan 12, 2017
by
Josh Gao
Committed by
android-build-merger
Jan 12, 2017
Browse files
Options
Downloads
Plain Diff
Merge "Remove support for legacy f_adb interface." am:
d5db9de5
am:
4749f6e8
am:
c9abee95
am:
acf76516
Change-Id: I668797f83a0e09acaa67fa3009281a338604f547
parents
dfba0e48
acf76516
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
private/file_contexts
+0
-1
0 additions, 1 deletion
private/file_contexts
public/adbd.te
+1
-2
1 addition, 2 deletions
public/adbd.te
public/device.te
+0
-1
0 additions, 1 deletion
public/device.te
public/recovery.te
+1
-2
1 addition, 2 deletions
public/recovery.te
with
2 additions
and
6 deletions
private/file_contexts
+
0
−
1
View file @
3611fdc8
...
@@ -58,7 +58,6 @@
...
@@ -58,7 +58,6 @@
/dev/adf-interface[0-9]*\.[0-9]* u:object_r:graphics_device:s0
/dev/adf-interface[0-9]*\.[0-9]* u:object_r:graphics_device:s0
/dev/adf-overlay-engine[0-9]*\.[0-9]* u:object_r:graphics_device:s0
/dev/adf-overlay-engine[0-9]*\.[0-9]* u:object_r:graphics_device:s0
/dev/alarm u:object_r:alarm_device:s0
/dev/alarm u:object_r:alarm_device:s0
/dev/android_adb.* u:object_r:adb_device:s0
/dev/ashmem u:object_r:ashmem_device:s0
/dev/ashmem u:object_r:ashmem_device:s0
/dev/audio.* u:object_r:audio_device:s0
/dev/audio.* u:object_r:audio_device:s0
/dev/binder u:object_r:binder_device:s0
/dev/binder u:object_r:binder_device:s0
...
...
This diff is collapsed.
Click to expand it.
public/adbd.te
+
1
−
2
View file @
3611fdc8
...
@@ -20,8 +20,7 @@ allow adbd self:capability setpcap;
...
@@ -20,8 +20,7 @@ allow adbd self:capability setpcap;
# Create and use network sockets.
# Create and use network sockets.
net_domain(adbd)
net_domain(adbd)
# Access /dev/android_adb or /dev/usb-ffs/adb/ep0
# Access /dev/usb-ffs/adb/ep0
allow adbd adb_device:chr_file rw_file_perms;
allow adbd functionfs:dir search;
allow adbd functionfs:dir search;
allow adbd functionfs:file rw_file_perms;
allow adbd functionfs:file rw_file_perms;
...
...
This diff is collapsed.
Click to expand it.
public/device.te
+
0
−
1
View file @
3611fdc8
# Device types
# Device types
type device, dev_type, fs_type;
type device, dev_type, fs_type;
type alarm_device, dev_type, mlstrustedobject;
type alarm_device, dev_type, mlstrustedobject;
type adb_device, dev_type;
type ashmem_device, dev_type, mlstrustedobject;
type ashmem_device, dev_type, mlstrustedobject;
type audio_device, dev_type;
type audio_device, dev_type;
type audio_timer_device, dev_type;
type audio_timer_device, dev_type;
...
...
This diff is collapsed.
Click to expand it.
public/recovery.te
+
1
−
2
View file @
3611fdc8
...
@@ -58,8 +58,7 @@ recovery_only(`
...
@@ -58,8 +58,7 @@ recovery_only(`
allow recovery kernel:system syslog_read;
allow recovery kernel:system syslog_read;
# Access /dev/android_adb or /dev/usb-ffs/adb/ep0
# Access /dev/usb-ffs/adb/ep0
allow recovery adb_device:chr_file rw_file_perms;
allow recovery functionfs:dir search;
allow recovery functionfs:dir search;
allow recovery functionfs:file rw_file_perms;
allow recovery functionfs:file rw_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