am c2ba5ed9: recovery: start enforcing SELinux rules

* commit 'c2ba5ed90876e7c3f105ed658788557c68ab72b8':
  recovery: start enforcing SELinux rules
This commit is contained in:
Nick Kralevich 2014-07-07 23:03:42 +00:00 committed by Android Git Automerger
commit 51ad2ad3aa

View file

@ -8,7 +8,6 @@ type recovery, domain;
# Otherwise recovery is only allowed the domain rules.
recovery_only(`
allow recovery rootfs:file { entrypoint execute };
permissive_or_unconfined(recovery)
allow recovery self:capability { chown dac_override fowner fsetid setfcap setuid setgid sys_admin sys_tty_config };