[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg: Changes to 'debian-unstable'



 debian/x11-common.init |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91794aec60f978a149e81e070139f0532ca24df3
Author: Laurent Bigonville <bigon@bigon.be>
Date:   Wed Sep 24 12:35:17 2014 +0200

    Move the call to restorecon after the loop
    
    Move the call to restorecon after the loop so we are sure this is always
    executed

diff --git a/debian/x11-common.init b/debian/x11-common.init
index 102fd22..63c3c30 100644
--- a/debian/x11-common.init
+++ b/debian/x11-common.init
@@ -62,7 +62,6 @@ set_up_dir () {
       "0 0 "*" directory")
         # as it is owned by root, cannot be replaced with a symlink:
         chmod 01777 "$DIR"
-        do_restorecon "$DIR"
         break
         ;;
       *" directory")
@@ -76,6 +75,7 @@ set_up_dir () {
         ;;
     esac
   done
+  do_restorecon "$DIR"
 
   return 0
 }


Reply to: