Default DIR_MODE for Ubuntu

2022-11-02 Thread Benjamin Drung
Hi everyone, adduser 3.123 (in Debian) changed the default mode for normal users (DIR_MODE) from 0755 to 0700. The default mode for system user (SYS_DIR_MODE) stayed untouched at 0755. See [1] and [2] for a reasoning. Ubuntu on the other hand has been using mode 0750 for normal and system users f

Re: Default DIR_MODE for Ubuntu

2022-11-02 Thread Oliver Grawert
hi, Am Mittwoch, dem 02.11.2022 um 15:23 + schrieb Benjamin Drung: > Ubuntu on the other hand has been using mode 0750 for normal and > system users for a long time. not sure i would call 21.04 a "long time" :) https://discourse.ubuntu.com/t/private-home-directories-for-ubuntu-21-04-onwards/1

Re: Default DIR_MODE for Ubuntu

2022-11-02 Thread Alex Murray
On Wed, 2022-11-02 at 15:23:08 +, Benjamin Drung wrote: > Hi everyone, > > adduser 3.123 (in Debian) changed the default mode for normal users > (DIR_MODE) from 0755 to 0700. The default mode for system user > (SYS_DIR_MODE) stayed untouched at 0755. See [1] and [2] for a > reasoning. > > Ubun