Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
install_recovery: start enforcing SELinux rules
Browse files Browse the repository at this point in the history
Start enforcing SELinux rules for install_recovery.

Change-Id: I052c7d2203babf3e146cf32794283e80ca21dd9a
  • Loading branch information
nickkral committed Jul 9, 2014
1 parent e844113 commit 0f30a44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install_recovery.te
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
type install_recovery, domain;
type install_recovery_exec, exec_type, file_type;

permissive_or_unconfined(install_recovery)

init_daemon_domain(install_recovery)

allow install_recovery self:capability dac_override;
Expand Down

0 comments on commit 0f30a44

Please sign in to comment.