diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:03:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:03:54 +0000 |
commit | 490537228ca010d2bcdf5bc81e0ce20631e9cbd7 (patch) | |
tree | 6c622c1e5829ed4a9f424c9b3912afcffe91b748 /debian/config | |
parent | Updating source format. (diff) | |
download | adduser-490537228ca010d2bcdf5bc81e0ce20631e9cbd7.tar.xz adduser-490537228ca010d2bcdf5bc81e0ce20631e9cbd7.zip |
Disabling system-wide readable home directories.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/config | 2 |
1 files changed, 1 insertions, 1 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" ] |