[Pkg-shadow-devel] [shadow] 03/05: Update documentation of UMASK: Explain that USERGROUPS_ENAB will modify this default for UPGs. (Closes: #583971)
Micah Anderson
micah at moszumanska.debian.org
Wed Feb 26 16:42:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
micah pushed a commit to branch master
in repository shadow.
commit 7573a1f68487de0ae60c06922da4c37c8e5604cf
Author: Micah Anderson <micah at riseup.net>
Date: Tue Feb 25 22:47:24 2014 -0500
Update documentation of UMASK: Explain that USERGROUPS_ENAB will modify this default for UPGs. (Closes: #583971)
---
debian/changelog | 3 +++
debian/login.defs | 5 +++++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 79cdfc3..ebf1e9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,9 @@ shadow (1:4.2-1) UNRELEASED; urgency=low
* added debian/patches/userns to enable use of subuids, plus some bugfix
patches on top of them, patches from Eric Biederman, pulled from
Ubuntu. Closes: #739981
+ * Allow LXC devices (lxc/console, lxc/tty[1234]) in securetty.linux
+ * Update documentation of UMASK: Explain that USERGROUPS_ENAB will modify
+ this default for UPGs. (Closes: #583971)
-- Christian Perrier <bubulle at debian.org> Sat, 27 Jul 2013 20:07:18 +0200
diff --git a/debian/login.defs b/debian/login.defs
index 968c657..aeb8585 100644
--- a/debian/login.defs
+++ b/debian/login.defs
@@ -139,6 +139,11 @@ TTYPERM 0600
# There is no One True Answer here : each sysadmin must make up his/her
# mind.
#
+# If USERGROUPS_ENAB is set to "yes", that will modify this UMASK default value
+# for private user groups, i. e. the uid is the same as gid, and username is
+# the same as the primary group name: for these, the user permissions will be
+# used as group permissions, e. g. 022 will become 002.
+#
# Prefix these values with "0" to get octal, "0x" to get hexadecimal.
#
ERASECHAR 0177
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shadow/shadow.git
More information about the Pkg-shadow-devel
mailing list