Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a241d08 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Gerrit Code Review
Browse files

Merge "Update neverallow rules for init_first_stage"

parents 542f84f4 11a9c2c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -239,7 +239,9 @@ func createUncompressDexRules() []Rule {
func createInitFirstStageRules() []Rule {
func createInitFirstStageRules() []Rule {
	return []Rule{
	return []Rule{
		NeverAllow().
		NeverAllow().
			Without("name", "init_first_stage_defaults").
			Without("name", "init_first_stage").
			Without("name", "init_first_stage").
			Without("name", "init_first_stage.microdroid").
			With("install_in_root", "true").
			With("install_in_root", "true").
			Because("install_in_root is only for init_first_stage."),
			Because("install_in_root is only for init_first_stage."),
	}
	}