Skip to content
Snippets Groups Projects
Commit 70d4b33b authored by Torne (Richard Coles)'s avatar Torne (Richard Coles)
Browse files

Merge "SELinux policy: let adbd drop Linux capabilities."

Manual merge to get automerger going again.

Conflicts:
	adbd.te

Change-Id: Ibf8db0306b421a3426e925cf9c8f253bbcd500b3
parents 231f8849 dc3853f4
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_admin }; allow adbd self:capability { net_raw setgid setuid setpcap dac_override 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