summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:03:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 18:03:54 +0000
commit490537228ca010d2bcdf5bc81e0ce20631e9cbd7 (patch)
tree6c622c1e5829ed4a9f424c9b3912afcffe91b748
parentUpdating source format. (diff)
downloadadduser-490537228ca010d2bcdf5bc81e0ce20631e9cbd7.tar.xz
adduser-490537228ca010d2bcdf5bc81e0ce20631e9cbd7.zip
Disabling system-wide readable home directories.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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