mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #670: Disable context security by default
(cherry picked from commit 94b1707c423a38a8252505d70fdd71ea8c0222e9)
This commit is contained in:
parent
17509ee003
commit
a10dd2f5db
@ -22,6 +22,9 @@ VG_NAME=
|
||||
# Default size for logical volumes if not specified
|
||||
DEFAULT_LV_SIZE="1G"
|
||||
|
||||
# Set to 1 to disable adding files to context image other than context.sh
|
||||
# itself or http url's
|
||||
SECURE_CONTEXT=0
|
||||
|
||||
# -------------------------------------------------------------------------- #
|
||||
# Helper functions for the LVM plugin #
|
||||
|
@ -13,3 +13,7 @@
|
||||
# See the License for the specific language governing permissions and #
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# Set to 1 to disable adding files to context image other than context.sh
|
||||
# itself or http url's
|
||||
SECURE_CONTEXT=0
|
||||
|
@ -13,3 +13,7 @@
|
||||
# See the License for the specific language governing permissions and #
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# Set to 1 to disable adding files to context image other than context.sh
|
||||
# itself or http url's
|
||||
SECURE_CONTEXT=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user