diff --git a/slapos/recipe/generic_zope/template/zope.conf.in b/slapos/recipe/generic_zope/template/zope.conf.in index 36f0fead11786fcdc74c89c046fc81bba1d86685..ee9d662052087d81ea88623f3350491180975b5b 100644 --- a/slapos/recipe/generic_zope/template/zope.conf.in +++ b/slapos/recipe/generic_zope/template/zope.conf.in @@ -25,6 +25,9 @@ rest-input-encoding utf-8 rest-output-encoding utf-8 default-zpublisher-encoding utf-8 +# Disable ownership checking to execute codes generated by alarm +skip-ownership-checking on + # Temporary storage database (for sessions) <zodb_db temporary> <temporarystorage> diff --git a/slapos/recipe/generic_zope_zeo_client/template/zope.conf.in b/slapos/recipe/generic_zope_zeo_client/template/zope.conf.in index 72866b799963049f94f8e39c9ff7b4b848518e65..700821aec320efbfdf380fabec507fb786a227be 100644 --- a/slapos/recipe/generic_zope_zeo_client/template/zope.conf.in +++ b/slapos/recipe/generic_zope_zeo_client/template/zope.conf.in @@ -25,6 +25,9 @@ rest-input-encoding utf-8 rest-output-encoding utf-8 default-zpublisher-encoding utf-8 +# Disable ownership checking to execute codes generated by alarm +skip-ownership-checking on + # Temporary storage database (for sessions) <zodb_db temporary> <temporarystorage>