diff --git a/reference/runkit/sandbox.xml b/reference/runkit/sandbox.xml index 09ef51ac7e..e71d3fa5e6 100644 --- a/reference/runkit/sandbox.xml +++ b/reference/runkit/sandbox.xml @@ -1,5 +1,5 @@ - + @@ -49,6 +49,35 @@ + + safe_mode_gid + + + If the outer script which is instantiating the + Runkit_Sandbox class + is configured with safe_mode_gid = on, then safe_mode_gid + may be turned off for the sandbox environment. This setting can not + be used to enable safe_mode_gid when it's already + disabled in the outer script. + + + + + safe_mode_include_dir + + + If the outer script which is instantiating the + Runkit_Sandbox class + is configured with a safe_mode_include_dir, + then a new safe_mode_include_dir may be set for sandbox environments + below the currently defined value. safe_mode_include_dir may also be + cleared to indicate that the bypass feature is disabled. + If safe_mode_include_dir was blank in the outer script, but safe_mode + was not enabled, then any arbitrary safe_mode_include_dir may be set + while turning safe_mode on. + + + open_basedir