Magellan Linux

Contents of /trunk/sudo/patches/sudo-1.8.7-preserve-magellan-env-proxy.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2217 - (show annotations) (download)
Wed Jun 26 10:44:08 2013 UTC (10 years, 10 months ago) by niro
File size: 667 byte(s)
-added preserve proxy env patch
1 diff -Naur sudo-1.8.7/plugins/sudoers/sudoers.in sudo-1.8.7-magellan/plugins/sudoers/sudoers.in
2 --- sudo-1.8.7/plugins/sudoers/sudoers.in 2013-06-26 13:10:14.189000000 +0000
3 +++ sudo-1.8.7-magellan/plugins/sudoers/sudoers.in 2013-06-26 13:13:42.316000000 +0000
4 @@ -76,6 +76,7 @@
5 Defaults env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
6 Defaults env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"
7 Defaults env_keep += "QTDIR KDEDIR CONFIG_PROTECT CONFIG_PROTECT_MASK CONFIG_PROTECT_IGNORE"
8 +Defaults env_keep += "http_proxy https_proxy ftp_proxy ftps_proxy no_proxy"
9 Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin
10
11 ##