mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 14:16:08 -04:00
revert umask 027 by default
because broken because this also happens for root while it should not https://github.com/Kicksecure/security-misc/issues/185
This commit is contained in:
parent
3f1304403f
commit
86f91e3030
2 changed files with 3 additions and 9 deletions
|
@ -392,7 +392,9 @@ See:
|
|||
#### umask
|
||||
|
||||
Default `umask` is set to `027` for files created by non-root users such as for
|
||||
example user `user`.
|
||||
example user `user`. Broken. Disabled. See:
|
||||
|
||||
* https://github.com/Kicksecure/security-misc/issues/184
|
||||
|
||||
This is doing using pam module `pam_mkhomedir.so umask=027`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue