shadow: set default umask in login.defs... fixes weird perms introduced yesterday.
This commit is contained in:
parent
662eea5a0f
commit
a7b6662df9
2 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,6 @@ TTYPERM 0600
|
||||||
#
|
#
|
||||||
ERASECHAR 0177
|
ERASECHAR 0177
|
||||||
KILLCHAR 025
|
KILLCHAR 025
|
||||||
UMASK 077
|
|
||||||
|
|
||||||
# Max number of login retries if password is bad
|
# Max number of login retries if password is bad
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'shadow'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=12
|
revision=13
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue