summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/config2
-rw-r--r--debian/templates2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/config b/debian/config
index c532825..9e36d43 100644
--- a/debian/config
+++ b/debian/config
@@ -17,7 +17,7 @@ fi
if [ -z "$CUR_DIRMODE" ]
then
- CUR_DIRMODE="0755" # this is adduser's default
+ CUR_DIRMODE="0751" # this is adduser's default
fi
if [ "$CUR_DIRMODE" = "0755" ] || [ "$CUR_DIRMODE" = "755" ]
diff --git a/debian/templates b/debian/templates
index 350fe0f..2fcb9bd 100644
--- a/debian/templates
+++ b/debian/templates
@@ -13,7 +13,7 @@ _Description: Adduser
Template: adduser/homedir-permission
Type: boolean
-Default: true
+Default: false
_Description: Do you want system-wide readable home directories?
By default, users' home directories are readable by all users on the
system. If you want to increase security and privacy, you might want