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
7a23fcc8
Commit
7a23fcc8
authored
12 years ago
by
Geremy Condra
Browse files
Options
Downloads
Patches
Plain Diff
Fix various SELinux denials.
Change-Id: I73a2b841ab3399b7528b8084a5c4736e6ecea48a
parent
d7be122e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
adbd.te
+1
-1
1 addition, 1 deletion
adbd.te
system.te
+1
-0
1 addition, 0 deletions
system.te
with
2 additions
and
1 deletion
adbd.te
+
1
−
1
View file @
7a23fcc8
...
@@ -4,7 +4,7 @@ type adbd, domain, mlstrustedsubject;
...
@@ -4,7 +4,7 @@ type adbd, domain, mlstrustedsubject;
allow adbd adb_device:chr_file rw_file_perms;
allow adbd adb_device:chr_file rw_file_perms;
allow adbd qemu_device:chr_file rw_file_perms;
allow adbd qemu_device:chr_file rw_file_perms;
allow adbd self:capability { net_raw setgid setuid dac_override sys_boot sys_admin };
allow adbd self:capability { net_raw setgid setuid dac_override sys_boot sys_admin };
allow adbd rootfs:file { r
ead
entrypoint };
allow adbd rootfs:file { r
_file_perms
entrypoint };
allow adbd init:process sigchld;
allow adbd init:process sigchld;
allow adbd self:tcp_socket *;
allow adbd self:tcp_socket *;
allow adbd self:unix_stream_socket *;
allow adbd self:unix_stream_socket *;
...
...
This diff is collapsed.
Click to expand it.
system.te
+
1
−
0
View file @
7a23fcc8
...
@@ -112,6 +112,7 @@ unix_socket_connect(system, gps, gpsd)
...
@@ -112,6 +112,7 @@ unix_socket_connect(system, gps, gpsd)
unix_socket_connect(system, bluetooth, bluetoothd)
unix_socket_connect(system, bluetooth, bluetoothd)
unix_socket_connect(system, racoon, racoon)
unix_socket_connect(system, racoon, racoon)
unix_socket_send(system, wpa, wpa)
unix_socket_send(system, wpa, wpa)
unix_socket_send(system, wpa, init)
# Communicate over a socket created by surfaceflinger.
# Communicate over a socket created by surfaceflinger.
allow system surfaceflinger:unix_stream_socket { read write setopt };
allow system surfaceflinger:unix_stream_socket { read write setopt };
...
...
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