]> granicus.if.org Git - sudo/commitdiff
Add support for RHEL 6 file modes that include a trailing dot on files with an SELinu...
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Nov 2010 16:23:44 +0000 (11:23 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Nov 2010 16:23:44 +0000 (11:23 -0500)
--HG--
branch : 1.7

pp

diff --git a/pp b/pp
index af42adda19082a698c9f59c1de51bd952b7b8c6a..96e7a785557bfd941789df3c5dfa4cb50b9317c7 100755 (executable)
--- a/pp
+++ b/pp
@@ -1,6 +1,6 @@
 #!/bin/sh
 # (c) 2010 Quest Software, Inc. All rights reserved
-pp_revision="297"
+pp_revision="298"
  # Copyright 2010 Quest Software, Inc.  All rights reserved.
  #
  # Redistribution and use in source and binary forms, with or without
@@ -438,7 +438,7 @@ pp_unique () {
 
 pp_mode_strip_altaccess () {
     case "$1" in
-       ??????????+)
+       ??????????[+.])
            echo `echo "$1" | cut -b -10`;;
        *)
            echo "$1";;