summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:56:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 05:56:12 +0000
commit0df573b4e4ba0a435cfc188138405469899c6ce2 (patch)
treeb24396578a71f9412fdecffe5c8b5fd29668d747 /debian
parentUpdating source format. (diff)
downloadadduser-0df573b4e4ba0a435cfc188138405469899c6ce2.tar.xz
adduser-0df573b4e4ba0a435cfc188138405469899c6ce2.zip
Disabling system-wide readable home directories.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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