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

Commit 15a74066 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Remove SepolicySplit."

parents e01e7bc5 26da122d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1941,10 +1941,6 @@ func (c *config) SelinuxIgnoreNeverallows() bool {
	return c.productVariables.SelinuxIgnoreNeverallows
}

func (c *deviceConfig) SepolicySplit() bool {
	return c.config.productVariables.SepolicySplit
}

func (c *deviceConfig) SepolicyFreezeTestExtraDirs() []string {
	return c.config.productVariables.SepolicyFreezeTestExtraDirs
}
+0 −2
Original line number Diff line number Diff line
@@ -457,8 +457,6 @@ type productVariables struct {

	SelinuxIgnoreNeverallows bool `json:",omitempty"`

	SepolicySplit bool `json:",omitempty"`

	SepolicyFreezeTestExtraDirs         []string `json:",omitempty"`
	SepolicyFreezeTestExtraPrebuiltDirs []string `json:",omitempty"`