uncrypt: move into enforcing
Move the uncrypt domain into SELinux enforcing mode. This will start enforcing SELinux rules; security policy violations will return EPERM. Bug: 13083922 Change-Id: I4805662d8b336e2bfd891237cc916c57179ebf12
This commit is contained in:
parent
a88af8557f
commit
5a98304335
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ type uncrypt, domain;
|
|||
type uncrypt_exec, exec_type, file_type;
|
||||
|
||||
init_daemon_domain(uncrypt)
|
||||
permissive_or_unconfined(uncrypt)
|
||||
|
||||
allow uncrypt self:capability dac_override;
|
||||
|
||||
|
|
Loading…
Reference in a new issue