commit | 50e37b93ac97631dcac6961285b92af5026557af | [log] [tgz] |
---|---|---|
author | repo sync <gcondra@google.com> | Tue May 14 21:02:55 2013 -0700 |
committer | repo sync <gcondra@google.com> | Tue May 14 21:36:32 2013 -0700 |
tree | fb8150157279be31a93bb4e7d3a521fc6b8bf531 | |
parent | b77b3aff2e19fb4d5a329f962fcf467fc7bbeb1a [diff] [blame] |
Move domains into per-domain permissive mode. Bug: 4070557 Change-Id: I027f76cff6df90e9909711cb81fbd17db95233c1
diff --git a/init.te b/init.te index 0f9b697..9c1c8ce 100644 --- a/init.te +++ b/init.te
@@ -1,5 +1,6 @@ # init switches to init domain (via init.rc). type init, domain; +permissive init; # init is unconfined. unconfined_domain(init) tmpfs_domain(init)