[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r208: Attempt to recover root access on the s390x VM.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 29 20:10:31 UTC 2012


------------------------------------------------------------
revno: 208
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-02-29 15:10:31 -0500
message:
  Attempt to recover root access on the s390x VM.
added:
  modules/sudo/files/sudoers/etpglr3.dal-ebis.ihost.com
-------------- next part --------------
=== added file 'modules/sudo/files/sudoers/etpglr3.dal-ebis.ihost.com'
--- a/modules/sudo/files/sudoers/etpglr3.dal-ebis.ihost.com	1970-01-01 00:00:00 +0000
+++ b/modules/sudo/files/sudoers/etpglr3.dal-ebis.ihost.com	2012-02-29 20:10:31 +0000
@@ -0,0 +1,47 @@
+# sudoers file.
+#
+# This file MUST be edited with the 'visudo' command as root.
+# Failure to use 'visudo' may result in syntax or file permission errors
+# that prevent sudo from running.
+#
+# See the sudoers man page for the details on how to write a sudoers file.
+#
+
+# Host alias specification
+
+# User alias specification
+
+# Cmnd alias specification
+
+# Defaults specification
+
+# Prevent environment variables from influencing programs in an
+# unexpected or harmful way (CVE-2005-2959, CVE-2005-4158, CVE-2006-0151)
+Defaults	always_set_home
+Defaults	env_reset
+# Change env_reset to !env_reset in previous line to keep all environment variables
+# Following list will no longer be necessary after this change
+
+Defaults	env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE"
+# Comment out the preceding line and uncomment the following one if you need
+# to use special input methods. This may allow users to compromise  the root
+# account if they are allowed to run commands without authentication.
+#Defaults env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
+
+# In the default (unconfigured) configuration, sudo asks for the root password.
+# This allows use of an ordinary user account for administration of a freshly
+# installed system. When configuring sudo, delete the two
+# following lines:
+#Defaults	targetpw
+#ALL	ALL = (ALL) ALL   
+
+# Runas alias specification
+
+# User privilege specification
+root	ALL = (ALL) ALL
+lfadmin	ALL = (ALL) ALL 
+licquia ALL = (ALL) ALL
+
+# Buildbot: allow the buildbot user to install packages
+buildbot ALL=NOPASSWD: /bin/rpm
+



More information about the lsb-messages mailing list