summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.templates
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 12:43:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-02 13:05:10 +0000
commite5d71fa3d2791e2c762fe2a88d7d3462ee8310e7 (patch)
treec5e4917757d558699b64eb0c341fae978ba53452 /debian/open-infrastructure-container-tools.templates
parentReleasing debian version 20220721-1. (diff)
downloadopen-infrastructure-compute-tools-e5d71fa3d2791e2c762fe2a88d7d3462ee8310e7.tar.xz
open-infrastructure-compute-tools-e5d71fa3d2791e2c762fe2a88d7d3462ee8310e7.zip
Adding debconf options for container directory permissions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/open-infrastructure-container-tools.templates13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/open-infrastructure-container-tools.templates b/debian/open-infrastructure-container-tools.templates
index 98335a6..dfd615d 100644
--- a/debian/open-infrastructure-container-tools.templates
+++ b/debian/open-infrastructure-container-tools.templates
@@ -61,6 +61,19 @@ _Description: cache directory:
If unsure, use /var/cache/container (default) or
/srv/container/cache when using shared storage.
+Template: open-infrastructure-container-tools/directory-permissions
+Type: select
+Choices-C: 0700, 0755
+Choices: root-only, read-only
+Default: root-only
+_Description: Do you want system-wide readable container directories?
+ By default, the machines directory (and a few non-critical additional
+ directories such as 'cache' and 'config') is only readable by the root
+ user. If you want any user to be able to see what machines are available,
+ you can select read-only instead of root-only (default).
+ .
+ If unsure, leave at root-only (default).
+
Template: open-infrastructure-container-tools/build-script
Type: select
Choices: ${SCRIPT_CHOICES}