trim patch to eliminate section no longer needed
authorBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 15:28:17 +0000 (09:28 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2010 15:29:00 +0000 (09:29 -0600)
debian/patches/env.c-safety.diff

index 8531e9a913f88380955b9d21b6650712643827ff..f3937aab056f3c05abdda43a7cbaf64cb89ca568 100644 (file)
  control over the environment B<sudo>-spawned processes will receive.
  The argument may be a double-quoted, space-separated list or a
  single value without double-quotes.  The list can be replaced, added
-@@ -1280,8 +1283,14 @@
- =head1 EXAMPLES
- Below are example I<sudoers> entries.  Admittedly, some of
--these are a bit contrived.  First, we define our I<aliases>:
-+these are a bit contrived.  First, we allow a few environment
-+variables to pass and then define our I<aliases>:
-+ # Run X applications through sudo; HOME is used to find .Xauthority file
-+ # Note that some programs may use HOME for other purposes too and
-+ # this may lead to privilege escalation!
-+ Defaults env_keep = "DISPLAY HOME"
-+ 
-  # User alias specification
-  User_Alias   FULLTIMERS = millert, mikef, dowdy
-  User_Alias   PARTTIMERS = bostley, jwfox, crawl
 --- /home/bdale/Desktop/sudo-1.7.2p1/sudo.pod  2009-06-15 15:19:47.000000000 -0600
 +++ sudo/sudo.pod      2009-11-20 07:31:58.000000000 -0700
 @@ -452,8 +452,8 @@