8b9a1c
To: vim_dev@googlegroups.com
8b9a1c
Subject: Patch 7.4.089
8b9a1c
Fcc: outbox
8b9a1c
From: Bram Moolenaar <Bram@moolenaar.net>
8b9a1c
Mime-Version: 1.0
8b9a1c
Content-Type: text/plain; charset=UTF-8
8b9a1c
Content-Transfer-Encoding: 8bit
8b9a1c
------------
8b9a1c
8b9a1c
Patch 7.4.089
8b9a1c
Problem:    When editing a file in a directory mounted through sshfs Vim
8b9a1c
            doesn't set the security context on a renamed file.
8b9a1c
Solution:   Add mch_copy_sec() to vim_rename(). (Peter Backes)
8b9a1c
Files:      src/fileio.c
8b9a1c
8b9a1c
8b9a1c
*** ../vim-7.4.088/src/fileio.c	2013-08-30 17:06:56.000000000 +0200
8b9a1c
--- src/fileio.c	2013-11-12 05:07:22.000000000 +0100
8b9a1c
***************
8b9a1c
*** 6707,6712 ****
8b9a1c
--- 6707,6715 ----
8b9a1c
      mch_set_acl(to, acl);
8b9a1c
      mch_free_acl(acl);
8b9a1c
  #endif
8b9a1c
+ #ifdef HAVE_SELINUX
8b9a1c
+     mch_copy_sec(from, to)
8b9a1c
+ #endif
8b9a1c
      if (errmsg != NULL)
8b9a1c
      {
8b9a1c
  	EMSG2(errmsg, to);
8b9a1c
*** ../vim-7.4.088/src/version.c	2013-11-12 04:43:57.000000000 +0100
8b9a1c
--- src/version.c	2013-11-12 05:11:02.000000000 +0100
8b9a1c
***************
8b9a1c
*** 740,741 ****
8b9a1c
--- 740,743 ----
8b9a1c
  {   /* Add new patch number below this line */
8b9a1c
+ /**/
8b9a1c
+     89,
8b9a1c
  /**/
8b9a1c
8b9a1c
-- 
8b9a1c
Kiss me twice.  I'm schizophrenic.
8b9a1c
8b9a1c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8b9a1c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8b9a1c
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8b9a1c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///