Skip to content

Commit

Permalink
Merge tag 'android-6.0.1_r74' into HEAD
Browse files Browse the repository at this point in the history
CYNGNOS-3303

Android 6.0.1 release 74

Change-Id: Icf0638b4bfa8716f8b4b1b63481755cf3420e613
  • Loading branch information
Jessica Wagantall committed Nov 9, 2016
2 parents c6c90b3 + 21658af commit e7cd330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zygote.te
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ allow zygote dex2oat_exec:file rx_file_perms;
# Control cgroups.
allow zygote cgroup:dir create_dir_perms;
allow zygote self:capability sys_admin;
# Allow zygote to stat the files that it opens. The zygote must
# be able to inspect them so that it can reopen them on fork
# if necessary: b/30963384
# allow zygote pmsg_device:chr_file { getattr };
allow zygote debugfs:dir search;
allow zygote debugfs:file { getattr };

# Check validity of SELinux context before use.
selinux_check_context(zygote)
# Check SELinux permissions.
Expand Down

0 comments on commit e7cd330

Please sign in to comment.