Skip to content
Snippets Groups Projects
Commit dc3853f4 authored by Alex Klyubin's avatar Alex Klyubin Committed by Android Git Automerger
Browse files

am 3b9fd5ff: SELinux policy: let adbd drop Linux capabilities.

* commit '3b9fd5ff':
  SELinux policy: let adbd drop Linux capabilities.
parents e5e98aef 3b9fd5ff
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
type adbd, domain, mlstrustedsubject; 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 setpcap dac_override sys_boot sys_admin };
allow adbd rootfs:file { r_file_perms 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 *;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment