blob: edd12051c28c92b0cfc97e4587ecf2b921cbaaed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pam (1.5.3-7) unstable; urgency=medium
Starting with PAM version 1.5.3, Debian supports usergroups for default
umask of users logging in. If the primary group name of a user
matches their primary user name (user pat's default group is also
called pat), then files will be group writable by default. To disable
this use a group name that differs from the user name or add
nousergroups to the pam_umask line in
/etc/pam.d/common-session and
/etc/pam.d/common-session-noninteractive:
session optional pam_umask.so nousergroups
-- Sam Hartman <hartmans@debian.org> Mon, 08 Apr 2024 16:15:58 -0600
|