Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314577 - sys-apps/sandbox: sandboxoff() sets wrong variable
Summary: sys-apps/sandbox: sandboxoff() sets wrong variable
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Sandbox (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sandbox Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 21:16 UTC by Ulrich Müller
Modified: 2010-04-11 21:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2010-04-10 21:16:49 UTC
sandbox.bashrc defines the following functions:

	sandboxon()  { export SANDBOX_ON="1" ; }
	sandboxoff() { export SANDBOX_OFF="0" ; }

libsandbox checks only for SANDBOX_ON, so sandboxoff() should set this variable (and not SANDBOX_OFF).