Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 161045 | Differences between
and this patch

Collapse All | Expand All

(-)pym/portage.py (+1 lines)
Lines 3305-3310 def doebuild(myebuild, mydo, myroot, mys Link Here
3305
			"nouserpriv" in mysettings["RESTRICT"]):
3305
			"nouserpriv" in mysettings["RESTRICT"]):
3306
			nosandbox = ("sandbox" not in features and \
3306
			nosandbox = ("sandbox" not in features and \
3307
				"usersandbox" not in features)
3307
				"usersandbox" not in features)
3308
		nosandbox = nosandbox or "sandbox" in mysettings["RESTRICT"]
3308
3309
3309
		sesandbox = mysettings.selinux_enabled() and \
3310
		sesandbox = mysettings.selinux_enabled() and \
3310
			"sesandbox" in mysettings.features
3311
			"sesandbox" in mysettings.features

Return to bug 161045