am 3957ae73: Merge "recovery: enable permissive_or_unconfined"

* commit '3957ae733f1066efa5d0ae2b03604c0b11549430':
  recovery: enable permissive_or_unconfined
This commit is contained in:
Nick Kralevich 2014-06-02 17:48:53 +00:00 committed by Android Git Automerger
commit e541f30cd9

View file

@ -8,7 +8,7 @@ type recovery, domain;
# Otherwise recovery is only allowed the domain rules.
recovery_only(`
allow recovery rootfs:file entrypoint;
unconfined_domain(recovery)
permissive_or_unconfined(recovery)
# Set security contexts on files that are not known to the loaded policy.
allow recovery self:capability2 mac_admin;